De-Synced?,Corrupted Fades?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
GH
Joined: Tue Jul 03, 2007 6:31 pm
Org Profile

De-Synced?,Corrupted Fades?

Post by GH » Sat Dec 01, 2007 7:53 pm

Alright,my interlace problem was solved.But now im back with a problem im even more concerned with..Now,my sync is thrown off greately,and my fades dont all fade correctly,or at all for that matter,mainly the more fast fades are the ones that dont even fade.But im guessing the reason my sync is thrown off is due to the fades now fading correctly.The first time i rendered my amv from VDudMod,all i did was compress the video,an audio,and add these 2 scripts:

Code: Select all

ConverttoYV12() 
fielddeinterlace() 
And it turned out nice except for the interlacing.Now all i did was render it from VDubMod..with compressing the video,and audio,and adding these scripts:

Code: Select all

ConverttoYV12() 
fielddeinterlace() 
Decimate(5,mode=0) 
BlendBob(badFrames=0) 
deen("a3d",4)
And it rendered with good quality,no interlacing,except for the de-sync problem,and it looks really horrible with the fades corrupted like that.So im guessing the problem is either Decimate,BlendBob,or Deen,i think best chances is..its blendbob because ive used decimate and deen in the past excluding any problem at all..

Compression:
Video: XviD
Audio: Lame MP3,192kbps

So..what do you people think the problem can possibly be?

User avatar
FinalResolve
Joined: Sun Apr 15, 2007 1:34 pm
Org Profile

Post by FinalResolve » Sat Dec 01, 2007 8:42 pm

You were editing with interlaced footage? If so, what was the field order set to in your editing program?
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sat Dec 01, 2007 8:42 pm

you aren't trying to deinterlace a finished video are you?

I don't think deinterlacing alone would hurt...but decimate is gonna really mess up your sync
Image
Image

User avatar
GH
Joined: Tue Jul 03, 2007 6:31 pm
Org Profile

Post by GH » Sat Dec 01, 2007 10:02 pm

you aren't trying to deinterlace a finished video are you?
Yes O:
I don't think deinterlacing alone would hurt...but decimate is gonna really mess up your sync
Interlacing makes it look quite bad,ohh,decimate does that..

User avatar
GH
Joined: Tue Jul 03, 2007 6:31 pm
Org Profile

Post by GH » Sat Dec 01, 2007 10:05 pm

Alright,problem solved,i figured out i rendered the uncompressed avi uncorrectly,figures it was something stupid i did >.<

User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Post by Ghet » Thu Dec 06, 2007 9:00 pm

if im not mistaken, decimate removes frames (hence the name?) depending on the setting its on, so its prone to fuck up the sync

Locked

Return to “AviSynth Help”