Chainmax
9th June 2005, 02:41
Some time ago, I read a recommendation from scharfis_brain to Boulder of using DePanInterleave in order to improve a script, saying that it helped a lot on video stuff as it usually contains panning/zooming. I have some very crappy digicam videos I want to make something discernable out of and I thought of using DePanStabilize in addition to DePanInterleave. Is that a good idea? If so, would this:
i=ConvertToYV12()
mdata=DePanEstimate(i)
DePanStabilize(i,data=mdata)
DePanInterleave(i,data=mdata)
be the right way to call the functions or would you change the order?
i=ConvertToYV12()
mdata=DePanEstimate(i)
DePanStabilize(i,data=mdata)
DePanInterleave(i,data=mdata)
be the right way to call the functions or would you change the order?