Quantcast Interesting Avisynth Resizing Thread at Doom9.org - Page 12 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #221  
03-26-2004, 09:52 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 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.
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
  #222  
03-26-2004, 10:21 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
THAT'S TRUE ONLY WITH 1.77 SOURCES !
There is really not need to shout at me...
Reply With Quote
  #223  
03-26-2004, 10:50 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #224  
03-26-2004, 10:54 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
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...
Reply With Quote
  #225  
03-26-2004, 11:09 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
oh oh ....

Sorry
Reply With Quote
  #226  
03-26-2004, 12:57 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
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...

FuPP
Reply With Quote
  #227  
03-26-2004, 01:07 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
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!
Reply With Quote
  #228  
03-26-2004, 01:10 PM
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 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...
Reply With Quote
  #229  
03-26-2004, 01:21 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
Phil
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!

Reply With Quote
  #230  
03-26-2004, 03:48 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
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 ?
Reply With Quote
  #231  
03-26-2004, 03:49 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
@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
Reply With Quote
  #232  
03-26-2004, 03:55 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
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!


FuPP,
Gripfit is "sometimes" not stable, not all the time!
Reply With Quote
  #233  
03-26-2004, 04:03 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
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!


FuPP,
Gripfit is "sometimes" not stable, not all the time!
Jorel, what version are you using for your tests ?
Reply With Quote
  #234  
03-26-2004, 04:11 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
"Jorel, what version are you using for your tests ?"

everything new (last versions).....avisynth,filters...all!
Reply With Quote
  #235  
03-26-2004, 04:12 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jorel
"Jorel, what version are you using for your tests ?"

everything new (last versions).....avisynth,filters...all!
was talking about HybridFuPP version
Reply With Quote
  #236  
03-26-2004, 04:14 PM
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
jorel,

-kwag
Reply With Quote
  #237  
03-26-2004, 04:21 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
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!
was talking about HybridFuPP version
Kwag:


FuPP:
if i remember,you "Kill" the 085a,
then i'm using HybridFuPP version 084b..is the last don't?
Reply With Quote
  #238  
03-26-2004, 04:27 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
ok 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 !!!

edit : ok found one on incredible web site. Hope this is the last one...
Reply With Quote
  #239  
03-26-2004, 04:43 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
i'm still waiting.....
=no problem...i can wait!
Reply With Quote
  #240  
03-26-2004, 05:04 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Interesting results with YlevelsS supermule Avisynth Scripting 2 08-06-2006 11:59 PM
Avisynth: Interesting ASharp phenomenon... audioslave Avisynth Scripting 12 10-23-2003 06:36 AM
Avisynth: Latest Scripts Thread EvilFactor Avisynth Scripting 3 06-16-2003 11:53 PM
Avisynth: Resizing? CheronAph Avisynth Scripting 5 03-01-2003 08:41 PM
AviSynth 2.05 filter Compare for debugging is interesting... black prince Avisynth Scripting 0 09-25-2002 08:57 PM




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