Log in

View Full Version : AutoCropR pre-beta 0.3


Varies
3rd January 2010, 16:32
This plug-in based on AutoCrop 1.2 by len0x (http://forum.doom9.org/showthread.php?t=87602).
So, when i saw AutoCrop first time, i think about realtime croping, but it's crop only ones.
At start i had problem with source, i think it's not last source b'cos it's containt few errors and yuy2 processing probably not work. So i correct know errors and add few parameters.

Info:
AutoCropR is an AVISynth filter that automatically crops the black borders from a clip. It
operates in either preview mode where it overlays the recommended cropping information on
the existing clip, or cropping mode where it really crops the clip. It can also ensure
width and height are multiples of specified numbers so the cropped clip can be passed to
the video compressor of your choice without problems.

Planned future enhancements:
fix frame output

I got some problems with frames output, need help :helpful:

here 2 varians with different output method. included in source code.

Changelog:
* 0.3 (13.01.2010) pre-beta release. Fixed some bugs, but frame output still not work :(
* 0.2 (06.01.2010) pre-beta release. now real-time but with more bugs :D
* 0.1 (03.01.2010) alpha release. with many bugs ^ ^)

peter100m
6th January 2010, 00:46
Very interested to try this out, AutoCrop by len0x works well IMO but has some things that would need fixing.

Varies
6th January 2010, 05:28
oh, thx! ^ ^)
I hope that the working beta release will be ready at this week :) I'm not beginner in C++, but beginner in Avisynth programming, thats why i'm not clearly understand some parts of code.

aegisofrime
10th January 2010, 04:56
Autocrop used to work fine for me, now the frame is shaking from left to right constantly. Are you aware of this bug?

Varies
10th January 2010, 07:44
I correct search issue, maybe shaking is part of it. So, yuy2 output fixed too ...but now i can't release beta because frame output still not work fine.

peter100m
11th January 2010, 18:29
Does AutoCropR take multiple samples or how does it work (haven't read the source)?
I suggest adding a parameter for number of samples if it isnt already in place. :)

Varies
12th January 2010, 04:19
peter100m
Yes, it's take multiple samples (prev,curr,next frames), also i think it's no need to add "samples" option @ performance reason.

~Revolution~
12th January 2010, 04:27
Thanks. I'll have a go at this :)

Varies
12th January 2010, 19:25
I got some problems with frames output, need help :helpful: