Quantcast Avisynth: Whats Wrong with my Script? - digitalFAQ.com Forums [Archives]
  #1  
06-05-2003, 03:39 AM
ftin ftin is offline
Free Member
 
Join Date: May 2003
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
06-05-2003, 04:13 AM
rhino rhino is offline
Free Member
 
Join Date: Jan 2003
Location: Back in Ireland (for a while)
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
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,
__________________
rhino
Reply With Quote
  #3  
06-05-2003, 08:20 AM
ftin ftin is offline
Free Member
 
Join Date: May 2003
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
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()
Reply With Quote
  #4  
06-05-2003, 08:41 AM
ak47 ak47 is offline
Free Member
 
Join Date: Oct 2002
Posts: 168
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #5  
06-05-2003, 09:16 AM
ftin ftin is offline
Free Member
 
Join Date: May 2003
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
TMPGEnc: Whats Wrong with Readavs.dll supermule Video Encoding and Conversion 14 09-19-2005 09:19 PM
Avisynth: Optimal scripts - Whats so optimal about them? Zanny Avisynth Scripting 8 05-08-2004 05:56 PM
avisynth switcher wrong version detected? bigggt Avisynth Scripting 2 01-21-2004 10:13 PM
Avisynth: First attempt with MA Optimal Script - colors all wrong! Icarus3000 Avisynth Scripting 19 10-02-2003 08:29 AM
Avisynth: Anything wrong in my script? Razorblade2000 Avisynth Scripting 4 05-16-2003 09:26 AM

Thread Tools



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