06-20-2002, 02:16 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: T.O. (Da T-Dot)
Posts: 498
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Has anyone created an avs script , with or without extra filters, with decent addborders and cropping settings to trim out the jagged lines at the bottom of the captures?
The scripts i've tried dont seem to turn out 100%. Either the aspect ratio is wrong or its offcentered, or the borders are off.
ztr
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
06-20-2002, 02:49 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by el_mero_zooter
Has anyone created an avs script , with or without extra filters, with decent addborders and cropping settings to trim out the jagged lines at the bottom of the captures?
The scripts i've tried dont seem to turn out 100%. Either the aspect ratio is wrong or its offcentered, or the borders are off.
ztr
|
Hi zoot!
Do it in TMPEG. After you load your .avs, go into TMPEG and go to "clip frame" in advanced. Cut off 1 off 2 lines from the bottom.
kwag
|
06-20-2002, 04:00 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: T.O. (Da T-Dot)
Posts: 498
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
thanx man,,you're always so quick.
Ya always that quick on the draw?
j/k
- so i have been doing it right im tmpgenc. Been clipping it like that for a while and its probably easier to use that clipping in say virtual dub.
However, i still need to find an avs script because im also doing encodes, various comparisons between encoders, and there are some appz that dont except frameserving other than in or through avisynth (i.e. cce, dvd2svcd, ligos etc...).
ztr
|
06-24-2002, 12:18 PM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What I've ended up doing, which is probably the most tedious method but the only one I know of, is to bring up the video file in VDub, apply a null transform filter so I can access the cropping function, twiddle the controls to crop the borders as I want, then take the values displayed and mentally transpose them (simple but nonintuative arithmetic) into the truly arcane syntax used by AviSynth, and create an avisynth crop statement.
|
06-26-2002, 12:00 PM
|
Free Member
|
|
Join Date: Apr 2002
Location: T.O. (Da T-Dot)
Posts: 498
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
S,
i have no probs cropping in tmpgenc, vdub, etc.
the problem im having is figuring out the setting for the avisynth script to use in dvd2kvcd, thus automating everything else.
There is a command to use with the avs.
CropBottom(clip, number)
where clip= is the clip number/file number number= the number of lines to trim. Taking the setting from vdub or tmpgenc it comes out to, 8 or 9 lines or so. That's my understanding so far.
I've incorporated it to my dvd2svcd-generated script, as part of video encoding. But,,,,when i add this line the program stops, crashes, and/or its the encoder(s) not understanding something or other.
or maybe its because its an mp2-vhs file.
ztr.
|
07-02-2002, 07:39 AM
|
Free Member
|
|
Join Date: Apr 2002
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I've used that function many times without problems. However, I always use an even number, and never specify the first parameter (the Clip value just defaults to the last referenced video output, as I understand it.) So, my line just looks like:
CropBottom(
Hmmm, that line was typed as CropBottom openparen numeral eight closeparen. I've been savaged by emoticons!
Hope that helps
|
07-02-2002, 10:31 AM
|
Free Member
|
|
Join Date: Apr 2002
Location: T.O. (Da T-Dot)
Posts: 498
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sca,
yeah,, reading another post on another forum, i found the error i was doing, which corresponds to your post. I had one too many parameters
should be
CropBottom(9) or so...
thx though...
ztr
|
All times are GMT -5. The time now is 05:36 AM — vBulletin © Jelsoft Enterprises Ltd
|