VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Jan 2010
    Location
    China
    Search Comp PM
    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?
    Quote Quote  
  2. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    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
    Quote Quote  
  3. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    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.
    Quote Quote  
  4. Member
    Join Date
    Jan 2010
    Location
    China
    Search Comp PM
    Originally Posted by Cornucopia View Post
    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
    Oh, quite direct solution. great thanks.
    Quote Quote  
  5. Member
    Join Date
    Jan 2010
    Location
    China
    Search Comp PM
    Originally Posted by Baldrick View Post
    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/
    It seems rather complex, but I have learned AviSynth myself, so I think it is possible for me to handle it, . Great thanks.
    Quote Quote  
  6. Member
    Join Date
    Jan 2010
    Location
    China
    Search Comp PM
    Originally Posted by Baldrick View Post
    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/
    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?
    Quote Quote  
  7. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Almost the same? That is not exact the same.

    But as long as you are using -acodec copy and -vcodec copy is nothing reconverted.
    Quote Quote  
  8. Member
    Join Date
    Jan 2010
    Location
    China
    Search Comp PM
    Originally Posted by Baldrick View Post
    Almost the same? That is not exact the same.

    But as long as you are using -acodec copy and -vcodec copy is nothing reconverted.
    OK, thanks a lot.
    Quote Quote  



Similar Threads

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