I have gotten MKVs to build using CLI programs, now I am trying to do MP4 video, using the same AAC audio and merge/mux them together.
What CLI program do you suggest to mux MP4 and AAC please?
Thanks,
Andrew
+ Reply to Thread
Results 1 to 4 of 4
Thread
-
FFMPEG appears to do it JUST GREAT!
ffmpeg -i testvideo.mp4 -i testvideo.m4a -vcodec copy -acodec copy TestVideoMux.mp4
Works dandy-
HTH,
Andrew
Also, MKVMERGE.EXE works great for making an MKV, instead of an MP4, I can merge video, audio, chapters and subtitles with it.
HTH,
Andrew
Mencoder works GREAT for muxing also!
HTH,Code:mencoder -oac copy -ovc copy -o "output.avi" -audiofile "input-audio.mpa" "input-video.avi"
Andrew
Similar Threads
-
Flash with high quality video (MP4 with H264 video and AAC audio)
By Baldrick in forum User guidesReplies: 49Last Post: 19th Mar 2010, 10:05 -
How to edit MP4 with AVC video and AAC audio?
By nonexistent_entity in forum Newbie / General discussionsReplies: 3Last Post: 25th Sep 2009, 06:58 -
AAC audio track how to mux it
By eymerich in forum AudioReplies: 1Last Post: 30th Jul 2009, 10:23 -
youtube FLV video with h264 (x264) and/or aac (mp4) audio
By wiseant in forum Video ConversionReplies: 1Last Post: 26th Oct 2007, 16:49 -
Help Please: MP4 file (H.264 video with AAC LC audio) to DVD
By FulciLives in forum Video ConversionReplies: 4Last Post: 2nd Feb 2007, 02:51
Newest guides
Latest tool updates
New media comments
About   Advertise   Forum   Forum Archive   RSS Feeds   Statistics   Tools   



Quote