Hi guys. Please be gentle. I have been using kvcd for quite a while but only recently i have started to understand avisynth and its optimal scripts.
I just made my first kvcd and the quality and file size is fantastic. but i gotta small problem. When I play the kvcd on my standalone the movement on the tv jumps for a millisecond. This seems to happen every 2-3 seconds. Its so subtle you can hardly notice it but because i know its there it annoys me especially when someone from here has probably got the solution.
Anyway heres my script
LoadPlugin("C:\Filters\MPEG2Dec3.dll")
LoadPlugin("C:\Filters\blockbuster.dll")
LoadPlugin("C:\Filters\Convolution3DYV12.dll")
LoadPlugin("C:\Filters\DctFilter.dll")
LoadPlugin("C:\Filters\UnDot.dll")
LoadPlugin("C:\Filters\grip.dll")
AviSource("C:\*******\*******\**********\********* \g.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(528, 480, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()
I used the kvcdx3 528 480 template in tmpenc. I cant remember but i think the avi source was something like 640x276 for something similar. The movie is 97 mins long and cq matic gave me a cq of 71.**
Also every so often i can see a wide band which slowly moves from left to right accross my television screen. Thanks guys in advance
|