Hi cats,
I need to transcode mxf files (xdcam hd 422) into mp4 (h264) , the outputted mp4 should be
--> keeping the 4:2:2 colorspace
--> in PAFF (the output mp4 file)
--> uncompressed PCM audio
--> concatenting multiple .mxf input files into a unique mp4 output file
FFmpeg seems don't have the PAFF
Is there a program, possible commandiline that do all this?
thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
Wasn't this discussed last month by a similar topic you opened?
-
No, I think so. Particularly the PAFF vs. MBAFF business and the MXF referenced segmented essence business.
But ffmpeg doesn't care about PAFF or MBAFF, the video encoder (x264) does. Use a different encoder (Mainconcept, Sony, Elecard,...) - might cost you.
Scott