digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   SansGrip Filters: Gripcrop causes flashing edge (http://www.digitalfaq.com/archives/avisynth/8295-sansgrip-filters-gripcrop.html)

dongxu 02-22-2004 09:27 PM

Gripcrop causes flashing edge
 
Source: 720 x 576 MPEG2 PAL capture
use D2V avi as the feeder for MA script.

Output: 352 x 288 KVCD using TMPGenc

The Grip filters below caused a flashing edge on the right-side of the MPEG-1 output

>GripCrop(width=352, height=288,source_anamorphic=false))
>GripSize(resizer="LanczosResize")
>GripBorders()

However, with LanczosResize filter, the problem dissapeared.

>LanczosResize(352, 288)


The problem can be re-produced.

fabrice 02-23-2004 01:07 AM

Hi,

And whatif you use after GripCrop, a LanczosResize line, without GripSize? I mean, a line like this:
>GripCrop(width=352, height=288,source_anamorphic=false)
>LanczosResize(GripFit_resize_width, GripFit_resize_height)
>GripBorders()
?

Salu2
Fabrice

dongxu 02-25-2004 12:02 AM

Hi, Fabrice,

I tried that. The flashing edge is still there.

fabrice 02-25-2004 01:34 AM

Hi,

And without the gripborders line? Still there?
What is the source resolution?

Salu2
Fabrice

dongxu 02-25-2004 01:43 AM

Hi, Fabrice,

The source is 720 x 576 MPEG2 PAL capture.

I am sure that the problem was with GripSize(). Since it was gone whith LanczosResize(). I guess there was a leaking when GripSize() does the work.

I have a screen pic but do not know how to put it here.


All times are GMT -5. The time now is 12:47 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.