Red Raven
21st July 2003, 14:40
Hi
I have some avi files that need converting to pal,done some reading on 100fps.com and from what i see Bob & Weave give best results...so came here done a search and came across this script put forward by shodan,so i went with this:
AVISource("movie.avi")
SmoothDeinterlace(doublerate=true,tff=true)
BicubicResize(720, 576) (Can i resize to different AR to this?)
decimate(6)
SeparateFields.SelectEvery(4, 0, 3)
Weave()
...tried loading the movie.avs into CCE and get just 240 frames loaded = 10min duration,the actual file is usually 70000+ frames,any idea whats wrong :confused:
I have some avi files that need converting to pal,done some reading on 100fps.com and from what i see Bob & Weave give best results...so came here done a search and came across this script put forward by shodan,so i went with this:
AVISource("movie.avi")
SmoothDeinterlace(doublerate=true,tff=true)
BicubicResize(720, 576) (Can i resize to different AR to this?)
decimate(6)
SeparateFields.SelectEvery(4, 0, 3)
Weave()
...tried loading the movie.avs into CCE and get just 240 frames loaded = 10min duration,the actual file is usually 70000+ frames,any idea whats wrong :confused: