I'm doing some dubbing work and having trouble syncing the voices with the mouth movements. Do any of you experts know a paid or free program to do this? Thank you very much
+ Reply to Thread
Results 1 to 5 of 5
-
-
Not designed for that, but with MPC-HC you can adjust the audio sync, positive or negative, then when correct, use that to set a sync offset to correct sync errors with a video editor.
EDIT: 'Options>Playback>Sync Renderer Settings'
This will only work with offset sync errors. If the error is caused by the audio and video files being different lengths, then then you have to adjust one of those.
Unfortunately, it's mostly trial and error. I try not to cause sync error.
There may be a commercial or freeware program designed for sync correction and one of our members may make a better suggestion.Last edited by redwudz; 1st Feb 2016 at 11:04.
-
"Dubbing work" is pretty broad. I'll pull all my tracks into an NLE and make fine adjustments manually line by line -- but maybe you're doing something completely different.
-
If you use a DAW like ProTools, there is a great plugin called "VocAlign" (SynchroArts) that can match waveforms (nearly) automatically. Even using quite different recordings or voices. But it isn't cheap.
Otherwise, it's a matter of matching Audio waveforms (original/raw vs. replacement), particularly their peaks or onsets. Lots of slipping/nudging, starting coarsely and then getting finer & finer.
If, however, you're trying to sync V to A without any existing raw A, it will be completely manual trial & (lots of) error (with lots of looping & jogging)...
Obviously, for most NLEs, you can't get finer than one frame's worth. That's why I suggested DAWs, as you can drill down to the sample level.
ScottLast edited by Cornucopia; 1st Feb 2016 at 18:32.
-
Like redwudz mentioned, MPC-HC can be used for this. To fine tune the delay I use AviSynth's AudioGraph filter in an Avisynth script to synch the audio (using a sharp noise, like a punch to the chin or gunshot or something) with the video:
A=AviSource("MovieFinal.avi").ConvertToYUY2()
B=WAVSource("MovieFinal.wav")
AudioDub(A,B)
#B=B.DelayAudio(-0.12)
AudioGraph(2)####number of frames on either side to display audio (5 video frames worth of audio in this example)
Similar Threads
-
Downloaded mp4 has lip sync error
By Estam in forum AudioReplies: 2Last Post: 2nd Nov 2013, 13:43 -
Why some mkv files is played with NO SYNCHRONIZATION(LIP-SYNC)
By fits79 in forum DVB / IPTVReplies: 8Last Post: 16th Aug 2013, 05:30 -
Any product similar to the AV Toolbox AP-411 lip-sync corrector?
By svejkovat in forum AudioReplies: 3Last Post: 5th Feb 2012, 12:29 -
DVD Conversion Lip Sync Issues
By waykins in forum DVD RippingReplies: 4Last Post: 4th Jun 2011, 09:23 -
Strange lip sync problem
By joe_kargan in forum Video Streaming DownloadingReplies: 1Last Post: 29th Apr 2011, 16:36