- New: Accepts command line parameters:
FFMetrics.exe [options] ref.mp4 file.mp4 [file2.mp4] [...]
Options:
-log-frames Log frames' metrics in csv files
-log-commands Log ffmpeg commands
-run Run calculation when program started
-save-results After calculation save results to log
-metric=PSNR|SSIM|VMAF Default: all
-vmaf-model=filename.pkl Default: vmaf_v0.6.1.pkl
-log-level=DEBUG|ERROR|INFO Default: INFO
- Change: Command line parameter "-log-level-debug" removed, use "-log-level=DEBUG" instead (see above)
- Change: Results file format changed (metric names removed from values and now are in header). It should be easier to open results in Excel now.