![]() |
AVISynth+ deinterlacing out of sync?
I've been trying to figure out how to use AVISynth for a while now, but my main problem this whole time was that audio wasn't synced up. My workflow is capturing with AmarecTV with Lagarith Lossless Codec, deinterlacing with AVISynth, and capturing and rendering with VirtualDub64.
The script I'm using: Code:
SetFilterMTMode("QTGMC", 2) |
Is the audio in sync for the raw file?
Hm, maybe try to QTGMC code Hushpower gave in this thread Code:
QTGMC(Preset="Fast", FPSDivisor=1, EdiThreads=2) #FPSDivisor default is 1 gives double framerate; 2 gives orig FR |
Yes, in the interlaced version it is, also that didn't seem to change it. Also, I'm not sure if this is it, but the video is being rendered at ~58-60 fps, but the video says it's 59.365 fps? I thought it was supposed to be 59.94 fps.
|
Greenieman, how did you know the original file was properly synced?
Did you use VirtualDub to play it back? |
The original interlaced video was synced and I checked by looking through the video and it always stayed in sync with the audio, the issue starts when I watch the AVISynth preview, and after, when I export using VirtualDub, it is out of sync the same way the AVISynth preview was.
|
Could you elaborate, what exactly does it mean "checked by looking through the video"?
|
The original interlaced video that I got from AmarecTV before trying to deinterlace it with AVISynth, has it's audio in sync the whole time, no matter where in the video, it is in sync. But the deinterlaced version of the footage from AVISynth starts in sync, but gradually becomes out of sync.
|
Quote:
Code:
AVISource("nuttybuddy.avi") |
Use MediaInfo to make sure the original file is 29.97 or 59.94 fixed frame rate, not variable frame rate. If it is variable frame rate, then you probably dropped frames during the capture.
|
I apologise for the wait, I've been busy, but yeah it says nothing about variable framerate from Mediainfo for the original interlaced file. Also, are you THE vwestlife?
|
Quote:
Quote:
|
I think it's still dropping frames, just in the interlaced version it's less noticable. I haven't tried capturing with VirtualDub yet so I might try that.
|
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.