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
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".