digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Interesting Avisynth resizing thread at doom9.org (http://www.digitalfaq.com/archives/avisynth/8149-interesting-avisynth-resizing.html)

Dialhot 03-26-2004 09:52 AM

Quote:

Originally Posted by Abond
I am sorry, just now I realize your source is anamorphic - in this case you don't need to crop anything.

THAT'S TRUE ONLY WITH 1.77 SOURCES !

Movies in 1.85 A/R have a 16 pixel borders encoded into the video that have to be removed.

Movies in 2.35 have a 72 pixel borders.

And I'm talking about ANAMORPHIC source. Borders a bigger if the source is 4:3.

@jorel
That is you that put "64" in your example, I can't know what is the exact size of your borders :-)
Find the border size with the preview in DVD2AVI. Then use this paremeter in Moviestacker and it will gives your the exact parameters of the Crop command and the Addborders one.

Abond 03-26-2004 10:21 AM

Quote:

Originally Posted by Dialhot
THAT'S TRUE ONLY WITH 1.77 SOURCES !

There is really not need to shout at me... :? :(

Dialhot 03-26-2004 10:50 AM

When I tell the the borders have to be removed and read in the next post that there is no borders to cut because the source is anamorphic, it gives me the mood to shout.

But I don't shout against you in particular :-)
That is a commonly believed thing that anamorphic = fullscreen. And anamorphic DVD = no borders. And that is not true.

Don't take that bad, it really wasn't my goal to offend you. :drunkard:

Abond 03-26-2004 10:54 AM

Quote:

Originally Posted by Abond
This is cause 64 is with the overscan, I believe. Now you should determine how big are the black borders in the source and to crop them in the crop line
Oops. I mean to put the correct parameters for the film pixels in MovieStacker

You probably missed my earlier post... :roll:

Dialhot 03-26-2004 11:09 AM

oh oh .... :oops: :oops: :oops:

:grenade: :heee: Sorry

FuPP 03-26-2004 12:57 PM

I will have a look very soon to know if I can incorporate Gripxxx in HybridFuPP for automatic cropping and so on... As an optional possibility though.

BUT I don't know at all these tools as I personnaly Use fitcd to do the calculations, and use crop() and addborders().

If someone can take me a brief description or a link with explanation and examples (and a link to download the tools)...

FuPP

@Jorel : please, be kind enough not to use chroma=false. You made me correct chroma smoothing... so, unless you want my heart to stop... :D

FuPP

jorel 03-26-2004 01:07 PM

FuPP:
i was out and only now i read the last five posts!

what's your recomendations for that script?

Asharp(1,3)
Levels(0,1.04,255,0,255)

HybridFuPP(704, 352, Preset="medium", Chroma=False)

AddBorders(8, 64, 8, 64)
ConvertToYUY2()
trim(13000,15000)

:)

ps:
"look very soon to know if I can incorporate Gripxxx in HybridFuPP for automatic cropping..."
wow ,it will be cool!
:wink:

Dialhot 03-26-2004 01:10 PM

Quote:

Originally Posted by FuPP
If someone can take me a brief description or a link with explanation and examples (and a link to download the tools)...

Go there :

http://www.kvcd.net/forum/viewtopic.php?t=2292

The filter Gripfit is now cutting in 3 part : GripCrop, GripSize and GripBorders (I guess you will understand easly what each command do :-)) but the idea and parameters are still the same.

@Jorel
I'm very surprise about your request for Gripfit into Hybrid.
You know it has a lot of problems (including "avisynth access violation" taht make the encoder crash at half way :-() and you know that we give that in script only to avoid tons of newbies questions but that we don't use it in our personnal encodings.
So I'm not sure what is the purpose; But as Fupp said it will be an option, why not...

jorel 03-26-2004 01:21 PM

Phil
:arrow: this is for tests...see the "trim" in the script!

i will try with lanczos, bicubic, asharp, deen, unfilter ....
with and/or without everything changing the positions in the script
to see what happen with the colors, aspect radio, sizes, time of each encode....all.

means.....lots of scripts and tests with the same source!

:wink:

FuPP 03-26-2004 03:48 PM

Quote:

Originally Posted by Dialhot
I'm very surprise about your request for Gripfit into Hybrid.
You know it has a lot of problems (including "avisynth access violation" taht make the encoder crash at half way :-()

Oops ! You mean Gripfit is definitively not stable ?

FuPP 03-26-2004 03:49 PM

@Jorel

HybridFuPP(704, 352, Preset="medium")
Levels(0,1.04,255,0,255)
AddBorders(8, 64, 8, 64)
ConvertToYUY2()
trim(13000,15000)

should be enough :)

FuPP

jorel 03-26-2004 03:55 PM

Quote:

Originally Posted by FuPP
@Jorel

HybridFuPP(704, 352, Preset="medium")
Levels(0,1.04,255,0,255)
AddBorders(8, 64, 8, 64)
ConvertToYUY2()
trim(13000,15000)

should be enough :)

FuPP

thanks...starting tests!
:D

FuPP,
Gripfit is "sometimes" not stable, not all the time!

FuPP 03-26-2004 04:03 PM

Quote:

Originally Posted by jorel
Quote:

Originally Posted by FuPP
@Jorel

HybridFuPP(704, 352, Preset="medium")
Levels(0,1.04,255,0,255)
AddBorders(8, 64, 8, 64)
ConvertToYUY2()
trim(13000,15000)

should be enough :)

FuPP

thanks...starting tests!
:D

FuPP,
Gripfit is "sometimes" not stable, not all the time!

Jorel, what version are you using for your tests ?

jorel 03-26-2004 04:11 PM

"Jorel, what version are you using for your tests ?"

everything new (last versions).....avisynth,filters...all!
:wink:

FuPP 03-26-2004 04:12 PM

Quote:

Originally Posted by jorel
"Jorel, what version are you using for your tests ?"

everything new (last versions).....avisynth,filters...all!
:wink:

was talking about HybridFuPP version :)

kwag 03-26-2004 04:14 PM

:arrow: jorel, :stickeye: :lol:

-kwag

jorel 03-26-2004 04:21 PM

Quote:

Originally Posted by FuPP
Quote:

Originally Posted by jorel
"Jorel, what version are you using for your tests ?"

everything new (last versions).....avisynth,filters...all!
:wink:

was talking about HybridFuPP version :)

Kwag:
:lol:

FuPP:
if i remember,you "Kill" the 085a, :lol:
then i'm using HybridFuPP version 084b..is the last don't?
:?

FuPP 03-26-2004 04:27 PM

ok :D This the reason why you use chroma = false, I guess...

If you can wait a few minutes, I have maybe (maybe I've said) something for you, using Gripfit... If only I could find a place where to download it !!! :angryfire:

edit : ok found one on incredible web site. Hope this is the last one...

jorel 03-26-2004 04:43 PM

i'm still waiting..... :lol:
=no problem...i can wait!
:wink:

FuPP 03-26-2004 05:04 PM

ok, there is even no modification to do in order to use Gripxxx.

Simply do (for instance)

Code:

GripCrop(480,576,overscan=2,source_anamorphic=true,dest_anamorphic=false)
HybridFuPP(preset="medium",width = GripFit_resize_width, height = GripFit_resize_height)
GripBorders()

I though would appreciate if you can wait a few minutes, as I'm going to post you a new alpha...

FuPP


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