I'm looking to convert raw, uncompressed video (currently in avi container) into lossless motion jpeg2000 encoded video in an mxf container. I've tried FFMPEG, but don't think it can do this. What's the best method for transcoding on Linux?
FFMPEG command tried:
ffmpeg -i Glueck_Newsreel.avi -vcodec libopenjpeg -acodec copy ms0001.mxf
Errors:
[mxf @ 0x1f43a00] track 0: could not find essence container ul, codec not currently supported in container
Could not write header for output file #0 (incorrect codec parameters ?)