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!
Script issue for SSAlpha the Movie
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
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
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