VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Hi all,
    I am trying to convert a MOV and MP4 file to XDCam HD 422 format
    Below are the requirement I got from a studio.

    Format: MP4
    Codec : XDCAM HD 422
    Frame rate: 25
    Fps Bit rate: 50Mbit/s CBR
    Sound: Stereo track 1 & 2, 10dp to -12dp4
    Aspect: 16:9 aspect ratio, 1920*1080 pixels

    Explanation:
    I did some animation in AE and have exported files as MOV and MP4. Currently I am figuring out how to conver Mov or Mp4 file into give format. I have tried Encoder but it exports .mxf. Is there way to wrap these .mxf to .mp4 or some other workflow to achieve give format?
    Also I am not familiar to codecs so any help will be appreciated.
    Thanks in advance
    Quote Quote  
  2. Try
    ffmpeg -i your.mxf -map 0 -c copy output.mp4
    Quote Quote  
  3. hey Prowo, thanks for helping out!

    I did try the command but is gives out error
    "Could not find tag for codec pcm_s16le in stream #1, codec not currently supported in container
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:2 --"

    is there anything that can solve this?

    Also same error is given out in clever FFmpeg
    Quote Quote  
  4. Originally Posted by Modi View Post
    hey Prowo, thanks for helping out!

    I did try the command but is gives out error
    "Could not find tag for codec pcm_s16le in stream #1, codec not currently supported in container
    Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
    Error initializing output stream 0:2 --"

    is there anything that can solve this?

    Also same error is given out in clever FFmpeg
    That's true, the mp4 container doesn't accept pcm_s16le audio.

    So use
    ffmpeg -i your.mxf -map 0 -c copy output.mov
    Quote Quote  
  5. That works!!
    Thank you so much!
    It solved my mov problem.
    PorWo you did a lot actually but is there other solution to get working for xdcam codec working on mp4?
    I know its lot to ask but I am kinda new to xdcam outputs.
    Quote Quote  
  6. Originally Posted by Modi View Post
    That works!!
    Thank you so much!
    It solved my mov problem.
    PorWo you did a lot actually but is there other solution to get working for xdcam codec working on mp4?
    I know its lot to ask but I am kinda new to xdcam outputs.
    The video stream isn't the problem, the pcm audio is incompatible with mp4.
    You could convert the pcm_s16le audio streams to flac (lossless).
    The flac streams can be muxed into mp4.
    Quote Quote  
  7. yep sure will try that!
    again thanks for the help!
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!