Quantcast Sansgrip Filters: Need an Aternative Resize to Gripfit - Page 2 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #21  
07-02-2004, 08:42 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Check your Moviestacker resize values. Are they divisibles by 16?
Is it checked crop round to 2, resize round to 16?
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
  #22  
07-02-2004, 08:46 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Excuse me but this :
Code:
BicubicResize(688, 382, 0, 0.6, 68, 144, 344, 288)
produces a 688*382 frame. And you don't have any addborder line in your script. So you are missing something

Second : I'm not sure but DCTFilterworks in mod16 dim and 382 is not divisible by 16. That is perhaps why you have an error.
(edit: seems that Pro has the same idea than me )
Reply With Quote
  #23  
07-02-2004, 08:54 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
@Pro
Thanks for the help buddy.

@Phil
I had a feeling I was missing an AddBorder command but im not to sure where in my script to add it or what params I should use could you please guide me in this, is there a forumla im sure I read a post of yours ages ago of a little formula.
__________________
Regards.

Michael.
Reply With Quote
  #24  
07-02-2004, 08:57 AM
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
Quote:
Originally Posted by Dialhot
(edit: seems that Pro has the same idea than me )

thanks GOD....it's a miracle!
Reply With Quote
  #25  
07-02-2004, 08:58 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 Zyphon
@Phil
I had a feeling I was missing an AddBorder command but im not to sure where in my script to add it or what params I should use could you please guide me in this, is there a forumla im sure I read a post of yours ages ago of a little formula.
But... moviestacker gives it to you also ! And you can see what is its correct place in moviestacker too
BTW, the correct place is generally the last line of the script.
Reply With Quote
  #26  
07-02-2004, 09:03 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, same idea.
And for sure, only if you don't want overscan, Moviestacker always give you an Addborders or a Letterbox values, relatet to overscan method.
You need to put Addborders line as last one, just in place of monitorfilter.
BTW: As it seems, Jorel neither me, know what is monitorfilter, can you explain us.
Reply With Quote
  #27  
07-02-2004, 09:03 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Phil,

The trouble I have Phil is that MS wont accept an Mpeg1 as a source only a D2v or Avi file.

So I dont know if I have done wrong I just edited the film pixel to 352 x 288 and got the values from that.

If I try to use the wildcard *.* and enter that in MS it still wont accept the Mpeg1 stream.

Is there a way to input a Mpeg stream so that I can get my resize params and should I not use any of the presets in MS?
__________________
Regards.

Michael.
Reply With Quote
  #28  
07-02-2004, 09:08 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
@Pro

It is an AviSynth filter created by Johann langhofer. What it does is when using QuEnc as I sometimes to or indeed CCE it gives you a preview window in which to view the progress of your encode.

EDIT: Check out Johann site >>>HERE<<<
__________________
Regards.

Michael.
Reply With Quote
  #29  
07-02-2004, 09:11 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
I don't understand. If you have already mpg pal 352*288, just demultiplex it and give it to de DVD authoring program. Related to that sofware, maybe you don't need to demux it.
mpeg1 or mpeg2 352*288 is a valid DVD resolution.
Reply With Quote
  #30  
07-02-2004, 09:15 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Pro,

Unfortunately my standalone when trying to author a DVD with VCD or SVCD I get the picture viewed in a box in the sort of top right of the screen.

My DVD plays VCD's and SVCD's perfect but like I said if I try to author those res as DVD I get a boxed picture.

I wanted to resize this mpeg so that I could have some extras for a DVD im working on.
__________________
Regards.

Michael.
Reply With Quote
  #31  
07-02-2004, 09:15 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
But answering your question you can add by hand your source resolution values (in Moviestacker), near yellow folder icon (up and left). Then press icon with arrow pointing down and these values will be copied to film pixel boxes.
Reply With Quote
  #32  
07-02-2004, 09:20 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 Zyphon
So I dont know if I have done wrong I just edited the film pixel to 352 x 288 and got the values from that.
You can enter the size of the source by hand even if the fileds seem to be grayed. Moviestacker don't need to really read the source Try it !

Note: for your VCd res problem on a DVD that is not normal : VCD IS in the DVD standard ! You surely do something wrong with your authoring software.

Edit: Pro get out of my head
Reply With Quote
  #33  
07-02-2004, 09:25 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts


Quote:
Note: for your VCd res problem on a DVD that is not normal : VCD IS in the DVD standard ! You surely do something wrong with your authoring software.
I thought too about that but I leave it for you.
Reply With Quote
  #34  
07-02-2004, 09:30 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the tip Pro.

EDIT: I just checked the set-up on my Standalone and I have the following TV Screen setup:

4:3 (Letterbox)
4:3 (Pan&Scan)
16:9 (wide)

I was told the Pan & Scan was the best set up for my 4:3 TV is this true? The reason I ask maybe this is the reason when I author SVCD res into a DVD authoring Tool I get a display in a small box.
__________________
Regards.

Michael.
Reply With Quote
  #35  
07-02-2004, 09:38 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 Zyphon
I was told the Pan & Scan was the best set up for my 4:3 TV is this true?
Catch the guy that told you that and launch him from the roof of Big Ben. Next time he will not say craps

4;3 letterbox, anytime.

Quote:
The reason I ask maybe this is the reason when I author SVCD res into a DVD authoring Tool I get a display in a small box.
SVCD (480*576) is not in the DVD standard. VCD (352*28 and 1/2DVD (352*576) are.
Reply With Quote
  #36  
07-02-2004, 10:01 AM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Catch the guy that told you that and launch him from the roof of Big Ben.
Reply With Quote
  #37  
07-02-2004, 10:02 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for the info on the Ratio Phil I shall build my launcher on top of Big Ben and strap him to it.

Also thank you Phil and Pro for informing me about the res of 352 x 288 res I shall try to make a KSVCD with a res of 352 x 288 and author it and see the results in my standalone.

Thanks very much for your help guys.
__________________
Regards.

Michael.
Reply With Quote
  #38  
07-02-2004, 10:30 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
If you wanna see how Phil looks in PanScan to 4:3 .....
www.incredible.de.tf/aspectratios.html

.... you see ... he will loose all his friends
Thats why launching that guy from the top of the roof of big ben makes sense

Reply With Quote
  #39  
07-02-2004, 10:33 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 incredible
.... you see ... he will loose all his friends
I have friends ?

Excellent post Inc
Reply With Quote
  #40  
07-02-2004, 10:36 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
I understand what you mean now by Pan & Scan thanks for the link to your site very informative.
__________________
Regards.

Michael.
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: Gripfit for avisynth 2.5 here! Latexxx Avisynth Scripting 1 04-15-2003 12:07 AM
SansGrip Filters: About GripFit... muaddib Avisynth Scripting 6 02-25-2003 09:15 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




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