PDA

View Full Version : virtualdub+avisynth+bob=not smooth?


gantengx
27th May 2005, 01:50
Hi guys...
kinda new to video encoding stuff just wanna ask i got a tutorial from http://www.100fps.com/ it told me about deinterlacing using avisynth.

I tried to follow it using the
AVISource("name.avi")
separatefields

and i tried with field bob, avisynth's bob, field bob+deinterlace smooth but none of them work properly. I used virtualdub 1.5. The result is quite bad the movie is not smooth on movement.....

I convert from ntsc to divx. anyone can give me any ideas?

thanks a lot...

Leak
27th May 2005, 08:20
Originally posted by gantengx
I tried to follow it using the
AVISource("name.avi")
separatefields

and i tried with field bob, avisynth's bob, field bob+deinterlace smooth but none of them work properly. I used virtualdub 1.5. The result is quite bad the movie is not smooth on movement.....

Try putting either AssumeTFF or AssumeBFF between AVISource and SeparateFields; it seems like AviSynth got the wrong idea of the field order in your video...

np: Fluke - Hang Tough (Puppy)

gantengx
27th May 2005, 14:31
thanks it works fine now ^^

btw just wondering how do you know a clip is a field based or a frame based? and what's the difference? which one is better? i'm really confused... hehehe

thanks a lot ^^