ffmpeg: specify sequence length when encoding MPEG2 video? -
I'm trying to encode some MPEG 2 videos and probably want to specify the video sequence size, GOP in terms of number of frames. Is this possible?
-g
From ffmpeg -h complete | Grep "Image Group"
:
-g> Int & gt; Set the group size (GOP) size (default 12)
Comments
Post a Comment