CruNcher
28th April 2005, 03:50
The avisynth script
import("mvbob.avs")
avisource("Tape 1 - Scene7-3.avi")
assumebff()
mvbob()
mvfps(100)
and in Vdub changeing Framerate to 25fps
Result:
http://cruncher.mufflastig.com/mvbob-mvfps.png
anyone an idea how to avoid or reduce those mvbob (mvfps) artifacts ?
import("mvbob.avs")
avisource("Tape 1 - Scene7-3.avi")
assumebff()
LeakKernelBob(order=0)
mvfps(100)
tried this one now and still the same :(
import("mvbob.avs")
avisource("Tape 1 - Scene7-3.avi")
assumebff()
mvbob()
mvfps(100)
and in Vdub changeing Framerate to 25fps
Result:
http://cruncher.mufflastig.com/mvbob-mvfps.png
anyone an idea how to avoid or reduce those mvbob (mvfps) artifacts ?
import("mvbob.avs")
avisource("Tape 1 - Scene7-3.avi")
assumebff()
LeakKernelBob(order=0)
mvfps(100)
tried this one now and still the same :(