2017-01-24 14:42 GMT+01:00 Victor Diez <victor@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to