Log in

View Full Version : cutting edge


GreatKent
14th February 2003, 16:32
I have got a series of Anime Episode. There are few vertical black bars on both the left and right hand sides. And there are few lines at the bottom which are constantly corrupted.
I would cut them all, is it possible?

Jazz
14th February 2003, 16:37
Should be possible using Avisynth. I think http://forum.doom9.org/showthread.php?s=&threadid=45575 contains suggestions to do what you want to do (amongst other problems).

markrb
14th February 2003, 16:54
I believe you can use the avisynth function crop. I am not really up on it. Do a search here and then try the avisynth forum.

Mark

FranchiseJuan
14th February 2003, 18:12
Just select edit avisynth file when dvd2avi is done on the Frameserver tab of DVD2SVCD, and then when the editing comes up, then add the line:

crop(left,top,width,hight).

Detailed instructions can be found on how to use this on the avisynth wedsite (http://www.avisynth.org).

Don't forget that you need to crop before rezising, and alway crop to multiples of 2 or you will get garbage out.

Hope that helps

GreatKent
14th February 2003, 19:13
I have done several searches before asking, thoung I have found some posts mentioning the Avisynth crop, but I cannot follow it.
The AvisynthFAQ is very helpful, thank you all for your replies.