Quantcast Sansgrip Filters: Which Plug-in Has Gripfit()? - digitalFAQ.com Forums [Archives]
  #1  
09-13-2004, 05:49 PM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
I hope this isn't a stupid question...but where do I get the plug-in I need for GipFit()

I PROMISE I have searched a great deal...maybe I'm just blind

Should it be here?
http://www.indeus.com/sansgrip/avisynth/

I don't see it...maybe I should try installing all of them? Right now, I have a grip.dll with no version resource and can't remember where I got it.

I know the one I have supports GripCrop(), GripSize(), and GripBorders() because I have been using them.

...but isn't GripFit() newer? ...and I can use it instead of GripCrop/GripSize??

tia,
sking
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  
09-13-2004, 05:56 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi sking1001,
Last time I saw a link to it was here.
Just hope Incredible doesn't mind, though...
Cheers
__________________
Rui
Reply With Quote
  #3  
09-13-2004, 06:42 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
of course ink don't mind (i can trust)!

a good alternative:
is in the latexxx signature too!
http://www.kvcd.net/forum/viewtopic....hlight=latexxx
Reply With Quote
  #4  
09-13-2004, 08:26 PM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you very much for the reply.

Are you referring to the grip.dll at those links?

I replaced mine and am still getting "Script error: there is no function name "GripFit".

I'm using AviSynth 2.5.4.0.

Here's my script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\grip.dll") #this line not really necessary?
AviSource("file.avi")
GripFit(width=720, height=480)

Anyway, GripCop/GripResize is working fine...may I ask yet another different question here?

Okay, here goes:
I don't have a widescreen TV, and when I make sure the borders are there on the .AVS I bring into my encoder (CCE)...i.e. with a 2:35:1 source use GripCrop(720, 480, overscan=0, source_anamorphic=true), I select 4:3 on the encoder (since the borders are already there).
(method 1)

Alternativey I could use GripCrop(720, 480, overscan=0, source_anamorphic=FALSE), giving an anamorphic picture to my encoder and select 16:9 on the encoder settings.
(method 2)

My question is, since both seem to produce the same results on my TV, if I were to play the resulting disc on a widescreen TV, would it fill the screen properly with method #1, or would there still the black bars be just as large as with a 4:3 TV? Is method #2 required to look properly on both types of TV's?

Thanks for putting up with SO many question. I hope I can contribute something back

Thanks again,
sking
Reply With Quote
  #5  
09-14-2004, 06:40 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by sking1001
I replaced mine and am still getting "Script error: there is no function name "GripFit".
You didn't read correctly the thread about GripFit.

GripFit is now the name of the plugin that contains the 3 functions : GripSize / Gripcrop / GripBorders.
There isn"t any "GripFit" function !

Quote:
Alternativey I could use GripCrop(720, 480, overscan=0, source_anamorphic=FALSE), giving an anamorphic picture to my encoder and select 16:9 on the encoder settings.
(method 2)
The correct way to do, that will give in fact the exact same image that your method 2 above is :
Code:
GripCrop(720, 480, overscan=0, source_anamorphic=true, dest_anamorphic=true)
Quote:
Is method #2 required to look properly on both types of TV's?
First, method #1 produces a 4:3 picture, method #2 a anamorphic one.
Second, all 16:9 (widescreen) TV set can handle a 4:3 picture (via a zoom mode) but n few 4:3 TV set can handle anamorphic picture.

So the method #1 is better to be sure to have the picture correctly on all TV set. Now, method 2 allows you to take advantage of all the picture quality of your TV set (true anamorphic images look a lot better than zoomed 4:3 images).
Reply With Quote
  #6  
09-14-2004, 09:20 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Phil, I cannot thank you enough.
Reply With Quote
  #7  
09-14-2004, 10:02 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
you're welcome.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
SansGrip Filters: How do I use Gripcrop/gripfit? telemike Avisynth Scripting 3 09-12-2003 03:44 AM
SansGrip Filters: About GripFit... muaddib Avisynth Scripting 6 02-25-2003 09:15 PM
SansGrip Filters: Using GripFit with 1.78:1 sources? Virtual7 Avisynth Scripting 3 02-15-2003 08:46 PM
SansGrip Filters: GripFit SansGrip Avisynth Scripting 98 02-14-2003 11:48 PM
SansGrip Filters: Trying to find the GripFIt, GripCrop and GripSize filters Bud Avisynth Scripting 4 01-19-2003 06:40 PM

Thread Tools



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