killingspree
6th February 2003, 18:01
well first here's my script... i've done the encode and it worked out fine, though not perfect... i used avisynth 2.5, vdubmod 1.4.13 to encode in connection with divx 5.03!
LoadPlugin("C:\PROGRAmme\avisynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("C:\Programme\avisynth 2.5\plugins\Convolution3dyv12.dll")
loadplugin("C:\Programme\avisynth 2.5\plugins\bicublinresize.dll")
mpeg2source("C:\spiderman\video_ts\spiderman.d2v")
crop(0,12,718,552)
fastbilinearresize(512,272)
Convolution3d (preset="movieHQ")
ok, no i've checked with the info() command if the source is YV12 before and after each step - positiv
BUT my problem is that this way to encode the movie is not even close to being faster than the normale gknot + divx 2.05, also the quality doesn't seem any better. now my source is spiderman and i did both encodes at a relatively low bitrate of 710 kbps.
so could somebody please point me to the line/mistake (or just misconfiguration) that results in the lower speed and also in the equal (to worse) quality?
any help / suggestion / construcive ciritc is greatly appreciated
thanks
steVe
PS: oh i've done a lot of searching in the forums, but somehow everything around filter etc is still kind of confusing to me :-P
LoadPlugin("C:\PROGRAmme\avisynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("C:\Programme\avisynth 2.5\plugins\Convolution3dyv12.dll")
loadplugin("C:\Programme\avisynth 2.5\plugins\bicublinresize.dll")
mpeg2source("C:\spiderman\video_ts\spiderman.d2v")
crop(0,12,718,552)
fastbilinearresize(512,272)
Convolution3d (preset="movieHQ")
ok, no i've checked with the info() command if the source is YV12 before and after each step - positiv
BUT my problem is that this way to encode the movie is not even close to being faster than the normale gknot + divx 2.05, also the quality doesn't seem any better. now my source is spiderman and i did both encodes at a relatively low bitrate of 710 kbps.
so could somebody please point me to the line/mistake (or just misconfiguration) that results in the lower speed and also in the equal (to worse) quality?
any help / suggestion / construcive ciritc is greatly appreciated
thanks
steVe
PS: oh i've done a lot of searching in the forums, but somehow everything around filter etc is still kind of confusing to me :-P