[FFmpeg-user] mpeg2video encode gop structure

冯良怀 flhcd at 163.com
Wed Mar 14 05:37:27 EET 2018


Hello,       I want the GOP structure after mpeg2video coding to be IBBPBBPBBPBB, but the GOP structure in the encoded out put file is IPBBPBBPBB. How do I set the coding parameters? The following is the command I run:
      ffmpeg.exe -i L:\input.mp4 -vcodec mpeg2video -g 12 -bf 2 -flags +cgop -sc_threshold 1000000000 -y L:\output.m2v

thanks





More information about the ffmpeg-user mailing list