Skip to content

Commit

Permalink
feat: enable vmaf test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 committed Nov 16, 2023
1 parent 44ddf84 commit 4264ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance-test.bat
Expand Up @@ -6,7 +6,7 @@ set TESTS_PATH=./tests
"%FFMPEG_BIN_PATH%/ffmpeg" -y -c:v libdav1d -i "%TESTS_PATH%/out_av1.mp4" -f null -
:: %FFMPEG_BIN_PATH%/ffmpeg -y -threads 1 -i %TESTS_PATH%/small_bunny_1080p_60fps.mp4 -c:v libaom-av1 -c:a copy %TESTS_PATH%/out.mp4
"%FFMPEG_BIN_PATH%/ffmpeg" -y -threads 1 -i "%TESTS_PATH%/small_bunny_1080p_60fps.mp4" -c:v libx264 -c:a libopus "%TESTS_PATH%/out.mp4"
:: %FFMPEG_BIN_PATH%/ffmpeg -y -i %TESTS_PATH%/out.mp4 -i %TESTS_PATH%/small_bunny_1080p_60fps.mp4 -lavfi "libvmaf=log_fmt=xml:log_path=/dev/stdout" -f null -
"%FFMPEG_BIN_PATH%/ffmpeg" -y -i %TESTS_PATH%/out.mp4 -i %TESTS_PATH%/small_bunny_1080p_60fps.mp4 -lavfi "libvmaf" -f null -
"%FFMPEG_BIN_PATH%/ffmpeg" -y -threads 1 -i "%TESTS_PATH%/small_bunny_1080p_60fps.mp4" -c:v libx265 -c:a libfdk_aac "%TESTS_PATH%/out_hevc.mp4"
"%FFMPEG_BIN_PATH%/ffmpeg" -y -i "%TESTS_PATH%/out_hevc.mp4" -c copy "%TESTS_PATH%/out_hevc.flv"
"%FFMPEG_BIN_PATH%/ffmpeg" -y -i "%TESTS_PATH%/out_hevc.flv" -c copy "%TESTS_PATH%/out_hevc2.mp4"
Expand Down

0 comments on commit 4264ffa

Please sign in to comment.