digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   SansGrip Filters: Need an aternative resize to GripFit (http://www.digitalfaq.com/archives/avisynth/10630-sansgrip-filters-aternative.html)

Prodater64 07-02-2004 08:42 AM

Check your Moviestacker resize values. Are they divisibles by 16?
Is it checked crop round to 2, resize round to 16?

Dialhot 07-02-2004 08:46 AM

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 :-))

Zyphon 07-02-2004 08:54 AM

@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.

jorel 07-02-2004 08:57 AM

Quote:

Originally Posted by Dialhot
(edit: seems that Pro has the same idea than me :-))

8O
:bowdown: thanks GOD....it's a miracle! :rotf:

Dialhot 07-02-2004 08:58 AM

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.

Prodater64 07-02-2004 09:03 AM

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.

Zyphon 07-02-2004 09:03 AM

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?

Zyphon 07-02-2004 09:08 AM

@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<<<

Prodater64 07-02-2004 09:11 AM

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.

Zyphon 07-02-2004 09:15 AM

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. :)

Prodater64 07-02-2004 09:15 AM

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.

Dialhot 07-02-2004 09:20 AM

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 :!: :-D

Prodater64 07-02-2004 09:25 AM

:lol: :oops: :lol:

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. :D

Zyphon 07-02-2004 09:30 AM

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. :?

Dialhot 07-02-2004 09:38 AM

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*288) and 1/2DVD (352*576) are.

kwag 07-02-2004 10:01 AM

Quote:

Originally Posted by Dialhot
Catch the guy that told you that and launch him from the roof of Big Ben.

:rotf:

Zyphon 07-02-2004 10:02 AM

Thanks for the info on the Ratio Phil I shall build my launcher on top of Big Ben and strap him to it. :D

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.

incredible 07-02-2004 10:30 AM

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

:wink:

Dialhot 07-02-2004 10:33 AM

Quote:

Originally Posted by incredible
.... you see ... he will loose all his friends :!:

I have friends ? :smileysex: :hopline:
:lol:
Excellent post Inc :-)

Zyphon 07-02-2004 10:36 AM

I understand what you mean now by Pan & Scan thanks for the link to your site very informative. :)


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.