I tried every freeware I found , but failed. Although I can use MKVToolNix to replace the audio and need not converting the video, but I only got a MKV file. But if I still want to get a MOV file, I have to convert the MKV into the MOV format.
Any suggestion?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Qt pro. Choose to disable stream(s) and save-as. Then open new audio, copy whole stream, then open saved (no audio) vid and "add stream" (it is similar to paste, but with Shift or Ctrl key, etc added). Then do a save-as.
I have said it before: if you work with MOV files, you do yourself a disservice not getting qtpro, even if it isn't freeware.
Scott -
Maybe ffmpeg also,
Code:ffmpeg -i audio.m4a -i video.mov -map 0:0 -map 1:0 -acodec copy -vcodec copy -shortest output.mov
See more ffmpeg examples at http://cfc.kizzx2.com/index.php/muxing-audio-and-video-with-ffmpeg/Last edited by Baldrick; 1st Oct 2013 at 03:31.
-
-
Hi, I remux the MOV successfully using your method, many thanks. The output is excellent.
But I found that the size of the final MOV file is 330,440 KB, while the original mov is 348,284 KB. I checked the audio size, and I am sure that the audio sizes in the two MOV files are almost the same. So what happened? -
Almost the same? That is not exact the same.
But as long as you are using -acodec copy and -vcodec copy is nothing reconverted.
Similar Threads
-
mov (h264) file|: video only in Quicktime, audio only in Vegas MS... :-/
By distendo in forum Video ConversionReplies: 6Last Post: 12th Feb 2013, 17:49 -
Replace about 50 frames of video in an .mpg file (keep audio the same)?
By gastrof in forum Newbie / General discussionsReplies: 6Last Post: 19th Jul 2011, 22:29 -
Converting .dv and .mov Mac file to MPEG-2 No Audio
By RL in forum ffmpegX general discussionReplies: 3Last Post: 30th Jan 2011, 05:47 -
MOV (MJPEG) file - audio but not video in VMC (using Haali and ffdshow)
By enoesque73 in forum Video ConversionReplies: 5Last Post: 10th Jan 2010, 16:17 -
How to combine video with audio file and replace audio with video files ?
By designbuyers in forum Newbie / General discussionsReplies: 2Last Post: 8th Feb 2009, 11:12