Quantcast Avisynth: Latest Script Discussion - digitalFAQ.com Forums [Archives]
  #1  
04-01-2003, 03:10 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
Here's the latest test script. Valid for the next 10 minutes

Code:
LegalClip() 
GripCrop(528, 480, overscan=2,  source_anamorphic=false ) 
GripSize(resizer="BicubicResize") 
mergechroma(blur(1.58)) 
mergeluma(blur(0.05)) 
SpaceDust() 
TemporalSmoother(radius=2, strength=3) 
TemporalCleaner(ythresh=5, cthresh=10) 
STMedianFilter(6,15,4,7,6,15) 
DctFilter(1,1,1,1,1,.5,.5,0) 
GripBorders() 
LegalClip()
-kwag
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  
04-01-2003, 03:14 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
as long as that?? I thought it would of been much shorter hehehe
Reply With Quote
  #3  
04-01-2003, 03:32 PM
KingTuk KingTuk is offline
Free Member
 
Join Date: Nov 2002
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by kwag
Here's the latest test script. Valid for the next 10 minutes

Code:
LegalClip() 
GripCrop(528, 480, overscan=2,  source_anamorphic=false ) 
GripSize(resizer="BicubicResize") 
mergechroma(blur(1.58)) 
mergeluma(blur(0.05)) 
SpaceDust() 
TemporalSmoother(radius=2, strength=3) 
TemporalCleaner(ythresh=5, cthresh=10) 
STMedianFilter(6,15,4,7,6,15) 
DctFilter(1,1,1,1,1,.5,.5,0) 
GripBorders() 
LegalClip()
-kwag
I get a smaller filesize by putting SpaceDust() between TemporalSmoother and TemporalCleaner...
Reply With Quote
  #4  
04-01-2003, 03:39 PM
DorvalCS DorvalCS is offline
Free Member
 
Join Date: Dec 2002
Location: Montreal, Canada
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DorvalCS
Thanks!
Reply With Quote
  #5  
04-01-2003, 04:00 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
Quote:
Originally Posted by KingTuk
I get a smaller filesize by putting SpaceDust() between TemporalSmoother and TemporalCleaner...
You see, I told'ya it was only going to last 10 minutes
It actually lasted ~20
Reply With Quote
  #6  
04-01-2003, 04:19 PM
DorvalCS DorvalCS is offline
Free Member
 
Join Date: Dec 2002
Location: Montreal, Canada
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to DorvalCS


I see that!!!

That's why I suggested that you post it once a week.... Whatever is the latest script at the time.

Otherwise... you are absolutely right... There is going to be a new one every 10 minutes....

DorvalCS
Reply With Quote
  #7  
04-01-2003, 04:41 PM
wazoqaz wazoqaz is offline
Free Member
 
Join Date: Jan 2003
Location: MD, US
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
At least we'll only have to look through one thread to find the lastest!

Quote:
Originally Posted by DorvalCS
That's why I suggested that you post it once a week.... Whatever is the latest script at the time.

Otherwise... you are absolutely right... There is going to be a new one every 10 minutes....
Reply With Quote
  #8  
04-01-2003, 05:15 PM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
maybe there´s something wrong with my eys.

i compared kwag´s script with this script

Code:
mergechroma(blur(1.58 )) 
mergeluma(blur(0.05 ))
LegalClip()
GripCrop(528, 576, overscan=1, source_anamorphic=false)
GripSize(resizer="BicubicResize")
SpaceDust()
Convolution3D(preset="movieLQ")
GripBorders()
LegalClip()
i got a video with this script , which is a lot less blury and a bit sharper.
i made samples with both script´s at cq 65 and 70.

strange. the more filters, the more blury the video?
__________________
greetz Kane
Reply With Quote
  #9  
04-01-2003, 11:15 PM
conquest10 conquest10 is offline
Free Member
 
Join Date: Dec 2002
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
kwag, can we see a sample using this script?
Reply With Quote
  #10  
04-01-2003, 11:32 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
Quote:
Originally Posted by conquest10
kwag, can we see a sample using this script?
Check the last posts here: http://www.kvcd.net/forum/viewtopic.php?t=3366&start=45

My latest test script is this:

Code:
LegalClip() 
GripCrop(528, 480, overscan=2,  source_anamorphic=false ) 
GripSize(resizer="BicubicResize") 
SpaceDust() 
sharpen(1.0) 
mergechroma(blur(1.58)) 
mergeluma(blur(1.0)) 
GripBorders() 
LetterBox(16, 16, 16, 16) 
LegalClip()
Info on the link above.

-kwag
Reply With Quote
  #11  
04-02-2003, 12:56 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
To be tested:

Code:
---  GripSize Line Here---
SpaceDust() 
sharpen(1.0)
TemporalSmoother(radius=2, strength=2)
TemporalCleaner(ythresh=1, cthresh=15) 
mergechroma(blur(1.58)) 
mergeluma(blur(.7)) 
--- GripBorders Line Here ---
Added TemporalSmoother with very small strength and radius values.
Added TemporalCleaner with very strong treshold ONLY on chroma and minimal value for luma.
This drops file size considerably, while still retaining quality without "smearing" the picture.

-kwag
Reply With Quote
  #12  
04-02-2003, 02:32 PM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
i can see no difference in image quality between those two script, but the script WITH temporalcleaner and smoother was 0,1MB bigger than the other i took 90sec longer to encode
__________________
greetz Kane
Reply With Quote
  #13  
04-02-2003, 02:56 PM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
Those TemporalSmoother values dont look too different from the first script you posted...
Reply With Quote
  #14  
04-02-2003, 03:02 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
Quote:
Originally Posted by PyRoMaNiA
Those TemporalSmoother values dont look too different from the first script you posted...
Sure they do!.
The originals:
Code:
TemporalSmoother(radius=2, strength=3) 
TemporalCleaner(ythresh=5, cthresh=10)
The new ones:
Code:
TemporalSmoother(radius=2, strength=2) 
TemporalCleaner(ythresh=1, cthresh=15)
That makes a huge difference

-kwag
Reply With Quote
  #15  
04-02-2003, 03:04 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
Quote:
Originally Posted by Kane
i can see no difference in image quality between those two script, but the script WITH temporalcleaner and smoother was 0,1MB bigger than the other i took 90sec longer to encode
The image quality is identical, but the file size with the temporals will be smaller. Sure you didn't mix the encodes
There's no way a file size can be larger with the temporal filters

-kwag
Reply With Quote
  #16  
04-02-2003, 03:07 PM
Wolfi Wolfi is offline
Free Member
 
Join Date: Oct 2002
Location: Sweden
Posts: 489
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Wolfi Send a message via MSN to Wolfi Send a message via Yahoo to Wolfi
what does this line make source_anamorphic=false ? Havent seen it before...
Reply With Quote
  #17  
04-02-2003, 03:11 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
I'm not sure if anyone here remembers the original "The Green Mile" samples posted last year. So here's a new sample created with the script above, using MIN=64Kbps, MAX=1,150Kbps and a CQ of 80. Full sampler size was ~12MB, which is the correct size to target the complete 180 minute movie on one CD at 352x240. Here a 30 second clip so you can see how it looks. http://www.kvcd.net/mile-2003.mpg

-kwag
Reply With Quote
  #18  
04-02-2003, 03:11 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
Quote:
Originally Posted by Wolfi
what does this line make source_anamorphic=false ? Havent seen it before...
That's created automatically by MovieStacker, depending on your source.

-kwag
Reply With Quote
  #19  
04-02-2003, 03:14 PM
Kane Kane is offline
Free Member
 
Join Date: Jan 2003
Posts: 398
Thanks: 0
Thanked 0 Times in 0 Posts
i made those sample both with cq 70 to see, if there´s a difference in file size
now i make prediction with ToK for both scripts, let you know, what comes out
__________________
greetz Kane
Reply With Quote
  #20  
04-02-2003, 03:20 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
My file size difference using the temporal filters is ~150KB lower per every 30 seconds. Let me know your results

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Is it me or is the latest MA script slow? audi2honda Avisynth Scripting 1 12-08-2003 04:27 AM
Avisynth: Latest script compatible with 2.51? Reno Avisynth Scripting 15 07-11-2003 06:26 AM
Avisynth: Possible Addition To Latest Script For 2.5 Dano Avisynth Scripting 13 06-18-2003 04:49 PM
Avisynth: Latest vhs script? Paul0889 Avisynth Scripting 1 04-18-2003 09:31 PM
Avisynth: Latest KVCD script please! syk2c11 Avisynth Scripting 1 04-02-2003 10:03 AM

Thread Tools



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