Is there a way to split the video and audio without losing quality from either.??? I have a avi that the audio is off, So I got the audio from it and fixed the problem, now I want to join it back with the video exactly how it is. How would I accomplish this?
Case
+ Reply to Thread
Results 1 to 6 of 6
-
-
You've got the video and audio split, and now want to join them back into a file that is playable on your mac?
use Quicktime Pro to "add scaled" the video TO THE audio,
and then export as your flavor of choice ( .mov, .avi)."Everyone has to learn, so that they can one day teach."
------------------------------------------------------
When I'm not here, Where can I be found?
Urban Mac User -
You can try using a cli tool called avimerge. It's part of a program called "transcode" that you have to compile, but a pre-built binary is also included in ffmpegX (choose "show package contents" and navigate to the resources folder).
Open a Terminal.app window. Drag-n-drop the avimerge binary in the Finder onto the Teminal window. Type "-o ~/Desktop/Out.avi -i /PATH/TO/YOUR.avi -p /PATH/TO/YOUR.mp3 -A 1" and hit return. Replace /PATHs as appropriate.
That should merge the video with 1 audio track (the one you supplied in the -p switch).
google for the "avimerge manpage" to massage appropriately.
Yeah, I like to hear the moans crystal-clear too, don't be ashamed. Just kidding.
Similar Threads
-
Quickest way to demux & mux audio tracks to MP4 containers?
By spycam in forum Video ConversionReplies: 3Last Post: 3rd Sep 2011, 01:32 -
Demux and split HD content ?
By Liss0 in forum EditingReplies: 9Last Post: 27th Feb 2011, 03:24 -
Best program to split .ts audio from video?
By R55B in forum EditingReplies: 1Last Post: 30th Oct 2010, 08:09 -
Audio & video sometimes desynchronized while converting DV to MPEG
By kb1985 in forum Newbie / General discussionsReplies: 0Last Post: 19th Oct 2008, 17:02 -
Video 2X the length of audio after demux
By pchan in forum EditingReplies: 6Last Post: 18th Sep 2007, 22:51