PDA

View Full Version : Depanstabilize with inputlog


jemmel
25th November 2007, 21:37
Want to split up DePan-Stabilization into 2 passes: estimation and stabilization, in order to tweak settings and to realtime-frameserve stabilized clips into my editing app.

This works when imagewriting ebmp-sequences of estimated data to disk.
It doesn't work with the inputlog-option.

The log is created in the estimation pass:

AVISource("file").assumebff.separatefields
DePanEstimate(log="file.log")

But when trying to use the log as input like this...

AVISource("file").assumebff.separatefields
DePanStabilize(inputlog="file.log")

...the error returned is:
"Evaluate: System exception - Access Violation"

Whatever, i am going to use ebmp-sequences...