[FFmpeg-user] ffv1 level
Jim Shupert
jshupert at theppsgroup.com
Thu Oct 13 19:50:56 EEST 2016
if one does not declare a level or a gop what is the default
meaning
ffmpeg -i <input_video> \
-acodec copy \
-vcodec ffv1 \
-level 3 \
-coder 1 \
-context 1 \
-g 1 \
<output_video>
-level 3
declares , ffv1 vers 3
-g 1
declares a gop of 1
what is the default if not declared
ffmpeg -i <input_video> \
-acodec copy \
-vcodec ffv1 \
-coder 1 \
<output_video>
thanks
jS
More information about the ffmpeg-user
mailing list