Hi anyone,

I would like convert my .mxf files (sony xdcam hd 4:2:2 50Mbs) to mjpeg .avi and I use:

ffmpeg -y -i c0020.mxf -vcodec mjpeg -pix_fmt yuvj444p -q:v 0 -vtag MJPG -an testout.avi

but seems ffmpeg, when transcoding to mjpeg format can use only few yuv formats... not RGB.

Is there a way to transcode, also in another pass or with anorther software to convert in RGB 888 or YUY2?

Thanks