Coding a certain MP4 GOP with FFMPEG

半腔热情 提交于 2019-12-04 15:39:16

I think you want something to the effect of :

-g 12 -bf 2 sgop

The -g flag sets the GOP size (as you already mentioned), the -bf 2 says that 2 B-frames should be inserted between each set of P-frames, and the sgop strictly enforces the GOP size.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!