Hi Everyone,
I have 2 videos. One is HD (no audio) and the other is SD (with audio). What is the best program to use the audio stream from the SD video in my HD video? They are old videos saved on a DVD from years ago, and just trying to make a decent version.
Thanks in advance.
+ Reply to Thread
Results 1 to 7 of 7
-
-
Lots of people ask about this type of thing, and while it can be done, the most important question is (2-part): are they both the same runtime/length, with the program using the same cuts?
If you can answer YES to those, the job is easy. If either one is a NO, the job becomes much harder (to the point of sometimes being impossible).
Scott -
Thanks for the replies. Both are the same video/runtime (MP4 format). Just different sizes SD and HD, but the audio was broken on the HD one for some reason.
-
If there are no sync issues it's a simple lossless demux/remux operation. you can use ffmpeg or mkvtoolnix GUI for this.
ffmpeg -i "hd.mp4" -i "sd.mp4" -c copy -map 0:v -map 1:a "hd_out.mp4" -
Thanks for the info butterw! I used the mkvtoolnix app and it worked a treat! It saved in a split second, so I know there was no conversion, etc, just 1:1.
My source file is mp4, is there any way to save it out as mp4? (it's not important, just curious). Thanks again! -
Similar Threads
-
DV File Audio Video Sync Issues - Audio Drift
By Christina in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 13Last Post: 2nd Mar 2020, 06:58 -
one audio language option vanished, in a dual audio track IN VLC mdia plyr
By jraju in forum Newbie / General discussionsReplies: 0Last Post: 28th Dec 2019, 06:43 -
converted video by ffmpeg, plays video and audio,but audio overtakes
By jraju in forum Newbie / General discussionsReplies: 1Last Post: 5th Dec 2019, 00:59 -
Stripping audio off music video and using FLAC as audio instead?
By SE14man in forum Newbie / General discussionsReplies: 9Last Post: 27th Jun 2019, 09:07 -
Adding lossless audio to video / replacing audio track
By Jacobson in forum Video ConversionReplies: 72Last Post: 29th Jul 2016, 21:05