[FFmpeg-user] XDCAMHD422 Syntax questions - qmin qmax

Carl Eugen Hoyos ceffmpeg at gmail.com
Tue Jun 19 23:06:10 EEST 2018


2018-06-19 16:15 GMT+02:00, Christoph Gerstbauer
<christophgerstbauer at gmail.com>:
> 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


More information about the ffmpeg-user mailing list