I haven't looked at it yet, but you shouldn't use single-pass bitrate mode. Use either 2-pass bitrate or single-pass quantizer.
edit-
Hooo boy.. your video is a good example of why not to use smart bob anymore. I'd like to see how leakkerneldeint performs in that clip.
Here, quick setup:
- Download LeakKernelDeint
- Extract to avisynth plugins folder
- Add this code to your script
Actually, if you could do me this favour I'd really appreciate it.. Could you upload that same clip without any deinterlacing and at a high bitrate? Xvid Q1 would be good. I'd like to do some deinterlacing tests on it.
edit-
Hooo boy.. your video is a good example of why not to use smart bob anymore. I'd like to see how leakkerneldeint performs in that clip.
Here, quick setup:
- Download LeakKernelDeint
- Extract to avisynth plugins folder
- Add this code to your script
Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\leakkerneldeint.dll")
avisource("blah.avi")
complementparity()
#LeakKernelBob(order=1,threshold=0)
LeakKernelBob(order=1,threshold=10,sharp=true,twoway=true,map=false) Actually, if you could do me this favour I'd really appreciate it.. Could you upload that same clip without any deinterlacing and at a high bitrate? Xvid Q1 would be good. I'd like to do some deinterlacing tests on it.






