Script issue for SSAlpha the Movie

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
RyuDeathstrike
Joined: Tue Apr 25, 2006 12:17 am
Org Profile

Script issue for SSAlpha the Movie

Post by RyuDeathstrike » Sat Dec 29, 2007 11:35 pm

I'm trying to de-interlace Street Fighter Alpha the Movie(NTSC), and I've looked through the guide, and so far... the best outcome has been:

ConverttoYUY2()
Telecide(order=1, post=4)
FixBrokenChromaUpsampling()

but it still shows signs of interlacing inbetween a few shots.

I've tried a few other scripts, but they've lead to a 'glitchy' video.

Does anyone have any suggested scripts?

Also, is there a way, in VDub to decrease the enormous video size ending product?(mine ends up being 50gbs).

Thanks in advance!

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 » Mon Dec 31, 2007 12:58 am

if you read up on the telecide documentation you will find a parameter called dthresh

dthresh controls how strong interlacing needs to be to detect it, typically a lower value will catch less obvious interlacing.

I'm also curious as to why you're using yuy2 instead of yv12
if you absolutely need it to be in yuy2 I'd suggest setting upconv=1 in mpeg2source() (that's for dgindex/dgdecode, not sure if it's the same for mpeg2dec3)

to reduce the size, you want to encode small clips using the mark-in and mark-out buttons in vdub (on the bottom, the right hand side of the button area) instead of entire episodes
Image
Image

RyuDeathstrike
Joined: Tue Apr 25, 2006 12:17 am
Org Profile

Post by RyuDeathstrike » Tue Jan 01, 2008 2:38 am

Thanks, I'll try that out.

Locked

Return to “AviSynth Help”