lisztfr9
19th February 2014, 18:04
Hi,
Recently i found it convenient to watch old movies while eliminating the shaking and jitter, due to what ever, one cannot always portray this as a "feature". Hence it was tiresome, so i just used depan estimate and stabilize :
last = video
i = ConvertToYV12()
# mdata = DePanEstimate(i)
mdata = DePanEstimate(i, dxmax=16, dymax=16, zoommax=1)
DePanStabilize(i, data=mdata)
This made the film quit enjoyable even on my old laptop...
Well but when it comes to just watch a DVD you must apply the usual procedure... rip, build index d2v file, vfapi. How do you use avs with dvd ?
Thanks, L
Recently i found it convenient to watch old movies while eliminating the shaking and jitter, due to what ever, one cannot always portray this as a "feature". Hence it was tiresome, so i just used depan estimate and stabilize :
last = video
i = ConvertToYV12()
# mdata = DePanEstimate(i)
mdata = DePanEstimate(i, dxmax=16, dymax=16, zoommax=1)
DePanStabilize(i, data=mdata)
This made the film quit enjoyable even on my old laptop...
Well but when it comes to just watch a DVD you must apply the usual procedure... rip, build index d2v file, vfapi. How do you use avs with dvd ?
Thanks, L