I've been using a combination of Audacity and AVI Mux GUI to try to sync an external audio file to a video. It seems like it's more time consuming than need be. Audio syncing is already a lot of guessing, but I can't tell how close I am without exporting the audio track and then muxing it with the original file first. I still need to be able to see the waveform, but it's more important that it appears to sync up than that the waveforms match. I don't really need to be able to edit the audio (although cut/pasting would be nice). Is there a program that'll let me do that? I know there's something similar for subtitles. I checked "audio editing" under tools, but I'm not too sure what I'm looking for.
+ Reply to Thread
Results 1 to 5 of 5
-
-
I don't know why you'd need to see a waveform, but I just play the two together in Media Player Classic Home Cinema (give them both the same name, like movie.avi and movie.ac3). Then use the +/- keys to adjust the delay until it 'feels' right. Use that delay when muxing or remove it entirely using DelayCut.
-
i use Videostudio PRO to sync spanish audio into japanese raw episodes
-
One way is with Avisynth.
Load the file and use AudioGraph to show the waveform, and then adjust DelayAudio to get it right.
E.g., sync muzzle flashes with gun shots, door slams, etc.
e.g.:
Code:FFmpegSource2("vid.mkv",atrack=-1,fpsnum=-1,fpsden=1) ConverttoRGB24().AudioGraph(1) DelayAudio(0.2)
Similar Threads
-
MXCapture program w/ Monster X - Audio Sync Issue
By Mysteriouskk in forum Capturing and VCRReplies: 3Last Post: 20th Jul 2012, 16:26 -
An app to visually sync audio to video similar to Subtitle Edit visual sync
By cinesimon in forum AudioReplies: 3Last Post: 6th Sep 2011, 07:54 -
Free program to stretch or shrink audio for sync
By silverwolf0 in forum Newbie / General discussionsReplies: 3Last Post: 9th Aug 2011, 20:51 -
Visually Syncing Audio with Video
By gonzalu in forum EditingReplies: 11Last Post: 17th Mar 2009, 19:18 -
Lining up audio visually
By Dizrythmia in forum AudioReplies: 9Last Post: 10th Aug 2008, 23:23