I use VirtualDubMod to adjust the audio to sync with the avi video, but I still have difficulty (other than a lot of trial and error) to the get the sync right on. Is there some kind of software that will analyse lip movement and then automatically sync the audio to the video?
+ Reply to Thread
Results 1 to 4 of 4
-
-
No.
You might try SyncView instead of virtualdub. It won't do it for you, but it may make it easier. Personally I find it pretty flaky when I try to make it do any processing, but it is pretty good for getting the right delays for use in other software.Read my blog here.
-
This is an interesting script to help finding sync:
http://avisynth.org/mediawiki/Shared_functions/FindAudioSyncScript
It slows a clip down and plays it with different delays.
The line that changes the speed is:
AssumeFPS(8000.0 * FrameRate() / AudioRate(), True)
This is 1/6 full speed. 48000 (instead of 8000) is full speed.
Just running at half speed (24000) helps.
A less sophisticated method uses DelayAudio
Code:video=MPEG2Source("lom-101.d2v") audio=DirectShowSource("lom-101.ac3") AudioDub(video,audio) DelayAudio(1.39)
Originally Posted by jimdagys
-
http://yaai.sourceforge.net/
Nicest tool for the job, but can be a little flaky.
If you get an error loading your avi into it install >
http://www.koepi.org/XviD-Dec-1.0-Beta3.exe
or/as well as
http://sourceforge.net/projects/ffdshow
Similar Threads
-
Best way/tools to sync audio to movement of lips?
By J-E-T-S in forum AudioReplies: 18Last Post: 8th Mar 2012, 17:06 -
best software to sync audio and video
By snafubaby in forum Newbie / General discussionsReplies: 1Last Post: 10th Apr 2011, 00:28 -
URGENT: Any Blu-Ray players with adjustable audio delay / lip sync feature?
By psychotronicfilms in forum DVD & Blu-ray PlayersReplies: 4Last Post: 24th Feb 2011, 19:45 -
Software to make sure the audio and video of a authored dvd are in sync?
By snafubaby in forum Authoring (DVD)Replies: 7Last Post: 1st Oct 2007, 07:13 -
Lip sync on video captures using VIVO card
By Confused Chimp in forum Newbie / General discussionsReplies: 1Last Post: 7th Jul 2007, 18:36