VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hi
    please consider my source in attachment cats.avi (cats.wav)

    I'm trying to encode in .mxf (imx50) using ffmbc:

    ffmbc -i v:\cats.avi -i cats.wav -target imx50 cats.mxf

    but I get a lot of errors during encoding. It's strange because with a "normal" .avi mjpeg this don't happens: this happens only with matrox digisuite .mjpeg files

    So I wonder: can you tell me the commandline to decompress .avi ----> rawvideo (is this is correct) with ffmpeg and | pipe it into ffmbc for the imx50 .mxf encoding, so the .mxf is a correct .mxf imx50 video file?


    Thanks
    Image Attached Files
    Last edited by marcorocchini; 21st May 2014 at 03:21.
    Quote Quote  
  2. Code:
    ffmpeg -y -i v:\cats.avi -pix_fmt yuvj422p -an -f rawvideo - | ffmbc -y -f rawvideo -pix_fmt yuv422p -s 720x576 -r 25 -i - -tff -i v:\cats.wav -target imx50 -aspect 4:3 cats.mxf
    Quote Quote  
Visit our sponsor! Try DVDFab and backup Blu-rays!