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

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -