2018-06-19 16:15 GMT+02:00, Christoph Gerstbauer <[email protected]>: > Hello; > > I am using this syntax to generate a XDCAMHD422 file: > > ffmpeg -i inputfile.avi -map 0:v -map 0:a -c:v mpeg2video -r 25 -pix_fmt > yuv422p -s 1920x1080 -aspect 16:9 -minrate 50000k -maxrate 50000k -b:v > 50000k -g 12 -flags +ildct+ilme -intra_vlc 1 -dc 10 -non_linear_quant 1 -bf > 2 -qmin 1 -qmax 3 -top 1 -dc 10 -bufsize 36408333 -rc_max_vbv_use 1 > -rc_min_vbv_use 1 -lmin "1*QP2LAMBDA" -vtag xd5c -c:a pcm_s24le -ar 48000 > -vf "setfield=tff" -top 1 D:\targets\ffmpegXDCAM.mxf
(Complete, uncut console output missing.) > I always getting this at the output: > [mpeg2video @ 000002018aae4420] max bitrate possibly too small > or try trellis Did you try this? I wonder if -mbd 2 also helps. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
