logo Sign In

Post #385354

Author
Moth3r
Parent topic
Need Help to sync DD 5.1 LD rip to LD video capture for 97 SE "Take 2" Set
Link to post in topic
https://originaltrilogy.com/post/id/385354/action/topic#385354
Date created
9-Nov-2009, 7:20 AM

dark_jedi said:

actually I do not know how to set up an avisynth script to do what you have there,another thing I did not know avisynth could do LOL,I have just been loading the avi file into VDub and then loading the audio into VDub and using it to find and set delay like I have always done,and yes I have been down converting to wav.

Is it better to check sync with your avisynth method?

It should not make any difference whether you use AviSynth or Virtualdub. If you want to try avisynth, the script is very simple:

video=avisource("anh2.avi")
audio=wavsource("anh2.wav")
audiodub(video, audio)
delayaudio(0.000) # adjust for sync

What prog are you using to decode/downmix the AC3?