This shell script checks the VMAF score of a video file compared to its source video. It supports various video formats like mp4, av1, hls, vp9, etc.
- FFmpeg: https://ffmpeg.org/download.html
- VMAF: https://github.com/Netflix/vmaf
- jq: https://stedolan.github.io/jq/download/
- Install the required dependencies if the auto install by the script fails
- Run the script as follows:
./vmaf_check.sh <source_video_filepath> <converted_video_filepath>