digitalFAQ.com Forums [Archives]

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

ftin 06-05-2003 03:39 AM

Avisynth: Whats wrong with my script?
 
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\MPEG2Dec.dll ")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\STMedianFilt er.dll")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\GripFit_prev iew.dll")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\UnFilter.dll ")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\LegalClip.dl l")

AviSource("C:\Documents and Settings\Sam\Desktop\movie.avi")
LegalClip()
GripCrop(720, 576, overscan=1, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
SpaceDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
GripBorders()
AssumeFPS(25.000, true)
LegalClip()


I am trying to make a kdvd but when i load this into tmpg it is stretched with very small boarders at top and bottom. It is set to 4:3 in tmpge and my source is 576x304 also i am converting from ntsc to pal.

Thankyou.

rhino 06-05-2003 04:13 AM

The GripCrop line is going to stretch your source. Src is 576x304 and the GripCrip line is changing this to be 720x576. Adjust GripCrop to fit better with your src resolution.

The borders will come from the overscan=1 but chances are on your tv you will not notice this.

Cheers,

ftin 06-05-2003 08:20 AM

I tried to adjust the grip crop line to fit better but it didn't work,just got an error saying destination frame size uknown or something.
So i tried removing the grip crop lines from the script and letting tmpg resize it and it worked but is this the wrong way to do it cause now i cant use overscan.
Please could some body help.

Thanks.

Here is my script now:

LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\MPEG2Dec.dll ")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\STMedianFilt er.dll")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\GripFit_prev iew.dll")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\UnFilter.dll ")
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\LegalClip.dl l")

AviSource("C:\Documents and Settings\Sam\Desktop\movie.avi")
LegalClip()
STMedianFilter(8, 32, 0, 0, 8, 32)
SpaceDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
AssumeFPS(25.000, true)
LegalClip()

ak47 06-05-2003 08:41 AM

I might be wrong, but I had a similar problem. I fixed it by changing the aspect ratio to 1:1 and then on the advance tab I changed the video arrange method to full screen. I hope it works for you.

ftin 06-05-2003 09:16 AM

I have got it to work. In tmpg in the video tab i changed the aspect ratio to 4:3 (makes sense),and in the advanced tab: full screen keep aspect ratio and source aspect ratio 16:9 or 16:9 625 line (PAL).
Could some one tell me the difference between 16:9 and 16:9 625 please,if there is a difference.

Also is this just a complete wast of time , am i resizing the video twice?

:? could one of you experts please explain for me please. (Kwag?)


CHEERS.


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