VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. I want to mux audio and video files. For that I am in need of a free software. Previously tried a software called AVI Mux but it does not have support for MP4 files.

    So, please tell me few names of such softwares which meet my criteria.
    Last edited by Bovin; 29th Oct 2018 at 03:07.
    Quote Quote  
  2. Member hydra3333's Avatar
    Join Date
    Oct 2009
    Location
    Australia
    Search Comp PM
    ffmpeg primarily does transcoding, however you can input some video and audio and use these on the ffmpeg commandline to mux the raw streams
    ... -i "somevideo.h264" -i "someaudio.mp3" -c:v copy -c:a copy -map_metadata -1 -movflags +faststart -y "something.mp4"

    mp4box also does it (that's it's main job)
    Quote Quote  
  3. Originally Posted by hydra3333 View Post
    ffmpeg primarily does transcoding, however you can input some video and audio and use these on the ffmpeg commandline to mux the raw streams
    ... -i "somevideo.h264" -i "someaudio.mp3" -c:v copy -c:a copy -map_metadata -1 -movflags +faststart -y "something.mp4"

    mp4box also does it (that's it's main job)
    Thanks for your reply. I am going to try MP4Box.
    Quote Quote  
  4. So, please tell me few names of such softwares which meet my criteria.
    MKVToolnix - if you can use a MKV file. Else mp4box has the GUI frontends MyMP4BoxGUI, YAMB.
    Quote Quote  
  5. Originally Posted by videobruger View Post
    So, please tell me few names of such softwares which meet my criteria.
    MKVToolnix - if you can use a MKV file. Else mp4box has the GUI frontends MyMP4BoxGUI, YAMB.
    Thanks a lot.
    Quote Quote  



Similar Threads

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