digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Anything wrong in my script? (http://www.digitalfaq.com/archives/avisynth/3634-avisynth-wrong-script.html)

Razorblade2000 05-16-2003 07:11 AM

Avisynth: Anything wrong in my script?
 
LoadPlugin("C:\Programme\MovieStacker\Filters\MPEG 2Dec.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\STMe dianFilter.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Grip Fit_preview.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Bloc kBuster.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\Lega lClip.dll")
LoadPlugin("C:\Programme\MovieStacker\Filters\unfi lter.dll")

AviSource("H:\The_Cell_(2000).German.Jack.ShareRea ctor.avi")
LegalClip()
GripCrop( 352, 288 )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 30, 0, 0, 10, 30)
unfilter(50,50)
temporalsmoother(1,2)
mergechroma(blur(1.50))
mergeluma(blur(0.2))
GripBorders()
LegalClip()



--> "Unrecognized Exception!" in line 10... y?

Dialhot 05-16-2003 07:19 AM

First, you encode an avi that is probably non anamorphic. So use

GripCrop( 352, 288, source_anamophic=false)

Second Try to add "ConvertToYUY2()" just after the AviSource line.

Razorblade2000 05-16-2003 07:23 AM

nope... still same error

Dialhot 05-16-2003 07:59 AM

Sometimes I wonder if GripCrop fails to find the actual size of the video because all first frames are too dark.

Did you try without GripFit ? (just unchek "use gripfit" in Moviestacker and it will use "BicubicRezise/Crop/Addborders" insteed).

black prince 05-16-2003 09:26 AM

@Razorblade2000,

1) Check the resolution using VirtualDub>File>File Information>
Video Stream. What is your video resolution?

2) GripCrop has trouble with subtitles and creates an invalid conversion
due to finding a subtitle where black borders should be.

3) Could be a corrupt frame in the avi file.

These are the most common problems with GripCrop vs Divx.

-bp


All times are GMT -5. The time now is 06:43 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.