PDA

View Full Version : Auto CROP help ???


ldivx
15th August 2002, 13:45
i made a little rippack calling ldivx(not the best but it is the more easier to use ithink)

- I have a problem for make an autocrop or get the valus with tools for put in avs script

- are there exist utils or anything than else


ps - Another question
What is the best version of avisynth ???


NB ( sorry for the mistakes in english imfrenc)


Thanks by ldivx

sh0dan
15th August 2002, 21:30
I know of no autocrop, but I'm likely to be wrong. Could be fairly easy to implement as a plugin. On the first requested frame, it could seek through the entire clip and collect X samples, and find the borders, by testing all borders against a threshold.

Regarding best version.
Well 1.x is very well tested, but contains known bugs, but most bugs are known.
2.03 is very stable and has many new features, and has some optimizations, but contains a known bug in temporalsoften - you could use dividee's temporalsmooth2 plugin instead.
2.04 Has a 'dropped frame bug', that gives problems with some AVIs
2.04+ (In CVS - look around for the binary) Is not very tested, but contains fixes for the frame bug, and a few new features.