Commit Graph

6 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 2735d7b0c6 1.1.2: Fix some bugs regarding frame rate
- r_framerate doesn't exist, but r_frame_rate does.
- FFmpeg may misidentify CFR streams as pseudo-VFR, need to force it into the correct mode.
2023-01-09 11:22:57 +01:00
Michael Fabian 'Xaymar' Dirks dee9eed566 1.1.1: Fix filter chain and libvmaf input order
- The order of inputs to libvmaf is distorted, then reference. Earlier versions had this inverted accidentally.
- Format conversion now happens after color conversion and scaling, and now supports the optional argument.
2022-12-27 16:11:49 +01:00
Michael Fabian 'Xaymar' Dirks 9431689ac8 1.1.0: Percentiles for JSON logs
- Adds 50th, 75th, 90th, 95th, 99th and 99.9th percentile to the calculations in the JSON log output.
- Fixes being forced to calculate the vmaf_v0.6.1 model.
- Flips the order for scaling reference files.
2022-12-27 16:09:48 +01:00
Michael Fabian 'Xaymar' Dirks 611157ec67 Don't always print arguments to output 2022-12-27 16:08:30 +01:00
Michael Fabian 'Xaymar' Dirks cdb4fc34ff v1.0.0: Minimum Viable Product
- Supports scaling, color conversion, format conversion, framerate conversion.
- Any number of distorted files compared to reference file.
- Custom resolution, framerate, format, etc.
- Multiple models and features supported.
2022-12-27 16:08:04 +01:00
Michael Fabian 'Xaymar' Dirks 7993677abc Add minimum project files 2022-12-25 23:41:29 +01:00