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.
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by Bovin; 29th Oct 2018 at 02:07.
-
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) -
-
So, please tell me few names of such softwares which meet my criteria.
Similar Threads
-
mux srt subtitles/audio on an MP4 no reencoding (MP4Tools for Windows)?
By mrjayviper in forum Video ConversionReplies: 5Last Post: 7th Apr 2021, 17:06 -
Software that converts mp3 to mp4 and uses liner art for image
By Julius Crouch in forum AudioReplies: 3Last Post: 22nd Dec 2018, 05:17 -
How to convert mp3 audio to mp4 video using Windows Movie Maker?
By Agita Weltschmertz in forum Video ConversionReplies: 3Last Post: 22nd Feb 2016, 08:20 -
What program can batch convert JUST audio of .mp4 files then re-mux?
By Whitezombie455 in forum Video ConversionReplies: 18Last Post: 25th Jan 2015, 09:36 -
Adding mp3 audio to an mp4 video
By durtsurf in forum EditingReplies: 7Last Post: 7th Feb 2014, 05:44