Av1an/CHANGELOG.md
2020-12-25 17:32:45 +02:00

29 lines
No EOL
991 B
Markdown

### 2
- Target VMAF renamed to Target Quality
- Changed Algo for Target Quality score calculation
### 3
- Default pix format to be yuv420p10le
- Default scene change interval to be 120 frames
### 4
- Refactored Args to Project class
- Removed dead Rust code
- Default encoder settings changed
- Better Vapousynth error handling
- Target Quality settings balanced
- Target Quality score calculation fixed and improved
- Default extra_splits set to 240 frames.
- Extraction and Concatenation to copy all streams.
- Scenes file to save total frame count, faster restart/start up with scenes file.
- Fix concat on windows with ffmpeg.
- Revorked args to classes.
- Skip files in queue if they already encoded.
- Default chunk method to ffms2.
- Per frame target quality for SVT-AV1
- Added none split method option
- Added webm output
- Refactored VMAF and Target Quality
- VMAF is now separate, ready for import module
- Changed Target Quality probing rate
- Refactored module structure/names