[FFmpeg-user] EVS compatible AVC Intra 100

Carl Eugen Hoyos ceffmpeg at gmail.com
Wed Jan 25 01:26:35 EET 2017


2017-01-24 14:42 GMT+01:00 Victor Diez <victor at diez.online>:

> I'm trying to generate an AVC Intra 100 from an XDCAM 50 file. I already
> have compiled x264 with 10bit depth and seems to be correctly transcoding.
> The problem is that EVS doesn't seem to properly recognize it. Amberfin is
> working properly with the generated mxf however.

(Maybe you should ask EVS why they don't like the file?)

> This is my current command line:
>
> ffmpeg10bit -i xdcam50.mxf -map 0 -c:v libx264 -r 25 -g 1 -pix_fmt yuv422p10le -vb 100M -flags +ildct+ilme -tune psnr -x264opts avcintra-class=100 -x264opts colorprim=bt709 -x264opts transfer=bt709 -x264opts colormatrix=bt709 -x264opts tune=psnr -x264opts interlaced=1 -x264opts force-cfr=1 -x264opts fps=25/1 -vf "setfield=1" -c:a copy -f mxf avci100.mxf

Complete, uncut console output missing.

FFmpeg does not support different essence types for H.264, feel free to test to
overwrite with the one from your sample video and report back.

Carl Eugen


More information about the ffmpeg-user mailing list