-
ffmpeg target ntsc-dvd bitrate-setting (-b) not working
I use this ffmpeg-command:
ffmpeg -i sourcefile.mov -target pal-dvd -b 8000k outputfile.mpgFFMPEG says:
Stream #0:0(eng): Video: mpeg2video, yuv420p, 720×576 [SAR 64:45 DAR 16:9], q=2-31, 8000 kb/s, 90k tbn, 25 tbcbut the output file has a bitrate much lower than 8000 kb/s (frame= 2895 fps=168 q=2.0 size= 32716kB time=00:01:56.47 bitrate=2301.0kbits/s)
Does anyone know how to set a custom bitrate when using “-target pal-dvd”?