jmsmarcelo
jmsmarcelo

Reputation: 95

FFmpeg: Add gop/chapters in Mpeg 2 Video

How can I add multiple exact gop to add exact chapters in dvd authoring?

When you add chapters on the DVD it is not accurate if you do not add at the video encoding.

ffmpeg -i input.mp4 -c:v mpeg2video -preset veryfast -maxrate 9800k -vf scale=720:480 -aspect 16:9 -r ntsc -an output.mpg

Upvotes: 0

Views: 663

Answers (0)

Related Questions