2021-05-15 06:00:20 +00:00
|
|
|
### 7
|
2021-09-10 18:20:09 +00:00
|
|
|
|
2021-05-15 06:00:20 +00:00
|
|
|
- Starting including rust code
|
|
|
|
- FFMPEG info, hash path, adapt probing rate to rust
|
2021-06-01 13:53:00 +00:00
|
|
|
- Removed VVC support for now
|
2021-06-04 02:05:27 +00:00
|
|
|
- Args parsing to rust
|
|
|
|
- Removed per frame target quality code (as it's too complex for me to make it work, atm)
|
2021-05-15 06:00:20 +00:00
|
|
|
|
2021-02-10 13:37:09 +00:00
|
|
|
### 6
|
2021-09-10 18:20:09 +00:00
|
|
|
|
2021-02-10 13:37:09 +00:00
|
|
|
- ~1.7x faster probes for svt-av1
|
|
|
|
- ~2x faster probes for aomenc
|
2021-09-10 18:20:09 +00:00
|
|
|
- Changed rav1e settings, disable rav1e scene detection
|
2021-05-11 05:04:19 +00:00
|
|
|
- Temporally removed VVC support until it's 100% ready and working
|
|
|
|
- Added overwrite promt
|
2021-05-15 06:00:20 +00:00
|
|
|
- Speed up for SVT-AV1 target quality
|
2021-05-11 05:04:19 +00:00
|
|
|
|
2021-01-09 00:09:59 +00:00
|
|
|
### 5
|
2021-09-10 18:20:09 +00:00
|
|
|
|
2021-01-24 21:04:19 +00:00
|
|
|
- Fixed fatal errors with ffms2/lsmash
|
2021-01-09 00:09:59 +00:00
|
|
|
- Added vmaf validation on each time when VMAF initialized
|
|
|
|
- Fix running not required frame probe
|
|
|
|
- Chunk restarting
|
2021-01-12 10:55:33 +00:00
|
|
|
- Fixed ffmpeg segmenting
|
|
|
|
- `color_range 0` by default for pipes
|
|
|
|
- aomenc target quality probes to be 8 bit
|
2020-11-25 11:11:20 +00:00
|
|
|
|
|
|
|
### 4
|
2021-09-10 18:20:09 +00:00
|
|
|
|
2020-11-25 11:11:20 +00:00
|
|
|
- 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.
|
2020-12-03 21:16:26 +00:00
|
|
|
- Extraction and Concatenation to copy all streams.
|
|
|
|
- Scenes file to save total frame count, faster restart/start up with scenes file.
|
2020-12-07 01:40:22 +00:00
|
|
|
- Fix concat on windows with ffmpeg.
|
|
|
|
- Revorked args to classes.
|
|
|
|
- Skip files in queue if they already encoded.
|
2020-12-11 03:41:03 +00:00
|
|
|
- Default chunk method to ffms2.
|
2020-12-13 14:44:50 +00:00
|
|
|
- Per frame target quality for SVT-AV1
|
2020-12-16 16:10:54 +00:00
|
|
|
- Added none split method option
|
2020-12-18 22:02:56 +00:00
|
|
|
- Added webm output
|
2020-12-24 23:18:36 +00:00
|
|
|
- Refactored VMAF and Target Quality
|
|
|
|
- VMAF is now separate, ready for import module
|
2020-12-25 15:32:45 +00:00
|
|
|
- Changed Target Quality probing rate
|
2020-12-25 22:44:34 +00:00
|
|
|
- Refactored module structure/names
|
|
|
|
|
2021-01-09 00:09:59 +00:00
|
|
|
### 3
|
2021-09-10 18:20:09 +00:00
|
|
|
|
2021-01-09 00:09:59 +00:00
|
|
|
- Default pix format to be yuv420p10le
|
|
|
|
- Default scene change interval to be 120 frames
|
|
|
|
|
|
|
|
### 2
|
2021-09-10 18:20:09 +00:00
|
|
|
|
2021-01-09 00:09:59 +00:00
|
|
|
- Target VMAF renamed to Target Quality
|
2021-09-10 18:20:09 +00:00
|
|
|
- Changed Algo for Target Quality score calculation
|