VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. Member
    Join Date
    Feb 2006
    Location
    England
    Search PM
    Hello

    Does anyone know a tool that is capable of multiplexing ProRes video files with a PCM WAV file? Every one that I have tried fails to read the video file.

    Thanks

    Ani
    Jagabo, please do not reply to this post. Thank you.
    Quote Quote  
  2. FFmpeg works fine here.
    (FFmbc should also work)
    -> If you are looking for a gui, any FFmpeg gui that supports ProRes should be able to do the job.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  3. Member
    Join Date
    Feb 2006
    Location
    England
    Search PM
    Originally Posted by Selur View Post
    FFmpeg works fine here.
    (FFmbc should also work)
    -> If you are looking for a gui, any FFmpeg gui that supports ProRes should be able to do the job.
    Thanks

    Can this program multiplex without conversion?
    Jagabo, please do not reply to this post. Thank you.
    Quote Quote  
  4. Yes.
    Here's an example call, in case you want to use ffmpeg without a gui.
    Code:
    ffmpeg -y  -i "ProRes.mov" -i "Audio.wav" -vcodec copy -acodec copy -map 0:0 -map 1:0  -f mov "Audio_Video.mov"
    see: https://www.ffmpeg.org/ffmpeg-all.html

    Cu Selur
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  
  5. Member
    Join Date
    Feb 2006
    Location
    England
    Search PM
    Originally Posted by Selur View Post
    Yes.
    Here's an example call, in case you want to use ffmpeg without a gui.
    Code:
    ffmpeg -y  -i "ProRes.mov" -i "Audio.wav" -vcodec copy -acodec copy -map 0:0 -map 1:0  -f mov "Audio_Video.mov"
    see: https://www.ffmpeg.org/ffmpeg-all.html

    Cu Selur
    I’ll check it out!
    Jagabo, please do not reply to this post. Thank you.
    Quote Quote  
  6. Member
    Join Date
    Feb 2006
    Location
    England
    Search PM
    That worked perfectly!

    Thank you so much!

    I would be interested in getting to know this program better. Is there a list of scripts similar to that one?
    Jagabo, please do not reply to this post. Thank you.
    Quote Quote  
  7. Aside from the documentation I linked to, there are tons of information about ffmpeg, you just need to search for them in the search engine of your choice.
    users currently on my ignore list: deadrats, Stears555
    Quote Quote  



Similar Threads

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