Skip to content
Snippets Groups Projects
Commit 5cf23b76 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Updated test with new FFMPEG settings for 'create video' command

parent fef5ce48
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ class CreateVideoTest(AbstractCommandTest):
'-r', '24',
'-i', '/tmp/*.png',
'-c:v', 'h264',
'-crf', '17',
'-g', '1',
'-crf', '23',
'-g', '18',
'-y',
'-bf', '0',
'/tmp/merged.mkv',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment