VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. I have many downloaded Video and Audio Tracks Separately... & want to Mux together with ffmpeg and Different filenames... i made text file and add all command for mux each Video & Audio but i don't know how to Run all these command at once.. or one by one automatically
    Last edited by DonSeenu; 19th Aug 2021 at 08:18.
    Quote Quote  
  2. You mean you have created a text file with the full command line for muxing pairs of files? Something like this:

    Code:
    ffmpeg -i c:\path\to\video.mp4 -i c:\path\to\audio.mp4 -map 0:v -map 1:a -c copy c:\path\to\new\video.mp4
    ffmpeg -i c:\path\to\anothervideo.mp4 -i c:\path\to\anotheraudio.mp4 -map 0:v -map 1:a -c copy c:\path\to\new\anothervideo.mp4
    Then all you have to do is rename the file from .txt to .bat and double click on it.
    Quote Quote  
  3. OMG ! It's worked.... Thank you so much bro...
    Quote Quote  



Similar Threads

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