Quantcast New Optimal Script (v4) is there - digitalFAQ.com Forums [Archives]
  #1  
11-02-2003, 10:18 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all,

After many tests and some good feedbck about it, this is the new optimal script for making avi->kvcd encoding :
Code:
AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(WIDTH, HEIGHT, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
GripBorders()
The second Blockbuster line should be used in rare occasions when there is too much DCT blocks done by the MPEG encoder. I used it only twice.
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  
11-02-2003, 11:05 AM
Edlund Edlund is offline
Free Member
 
Join Date: Jul 2003
Location: Pazardjik, Bulgaria
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
So the only difference is that ATC is subtituted with Convolution3d, right?
Reply With Quote
  #3  
11-02-2003, 11:30 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Right.
Reply With Quote
  #4  
11-02-2003, 02:08 PM
Encoder Master Encoder Master is offline
Free Member
 
Join Date: Mar 2003
Location: (^_^)
Posts: 504
Thanks: 0
Thanked 0 Times in 0 Posts
Why you choose 2 times Blockbuster and not deen? With deen I have very good results at a very low bitrate and old video better tha blockbuster.
Reply With Quote
  #5  
11-02-2003, 02:22 PM
Jellygoose Jellygoose is offline
Free Member
 
Join Date: Jun 2002
Location: Germany
Posts: 1,288
Thanks: 0
Thanked 0 Times in 0 Posts
What's your point Encoder Master?
You are comparing a Denoiser with a filter to stray noise in low detail areas... How can you exchange one for the other?
__________________
j3llyG0053
Reply With Quote
  #6  
11-02-2003, 02:43 PM
Encoder Master Encoder Master is offline
Free Member
 
Join Date: Mar 2003
Location: (^_^)
Posts: 504
Thanks: 0
Thanked 0 Times in 0 Posts
Oh sorry I had a wrong knowledge about Blockbuster and I 've thought It's like deen.
Reply With Quote
  #7  
11-02-2003, 02:52 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 Encoder Master
Oh sorry I had a wrong knowledge about Blockbuster and I 've thought It's like deen.
And you had bad knowledge also of the script history : V1 used Deen !

We dropped it because it does not do a good job at all.

Was your message just for giving us a chance to see again your boring signature ? Wa are not there to make silly adds for websites !
Reply With Quote
  #8  
11-02-2003, 04:40 PM
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
Thank you very much for the update Dialhot ive been using the newer V2 script and had some excellent results look forward to seeing the improvements with this one.
__________________
Regards.

Michael.
Reply With Quote
  #9  
11-02-2003, 07:51 PM
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
Encoder Master ...
My recommendation:

1. Read the threads!... especially in here, the Avisynth- and Optimal Script section! Read the threads of the released optimal scripts 1,2,3 and you will see why there is something used in a line of a script.

2. Read the readme's of each filter you downloaded! As I recommended it to you already.

3. Get rid of your SIG. It has nothing to do with mpeg business or with contents about yourself
Reply With Quote
  #10  
11-02-2003, 08:59 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
First attempt with the new script and this is the error i get

Code:
Convolution only supports YUY2 color format only
First time i have ever got this message

If all i have to add is a convert toYUY2 line where do ihave to put it

thanx
Reply With Quote
  #11  
11-02-2003, 09:20 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
you don't have to use ConverttoYUY2. There is a convolution3d plugin made for YV12 colorspace, so use that instead.
Reply With Quote
  #12  
11-02-2003, 09:33 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
THnax muhali3,where do i get it ,i just downloaded the convolution 3d today from warpenterprises.did i get the wrong one
Reply With Quote
  #13  
11-02-2003, 10:19 PM
Dano Dano is offline
Free Member
 
Join Date: Apr 2003
Location: Brockton, MA
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
Maybe you already know this but the temporal influence is disabled in convolution3dyv12.
__________________
-Dano
Reply With Quote
  #14  
11-03-2003, 02:43 AM
Encoder Master Encoder Master is offline
Free Member
 
Join Date: Mar 2003
Location: (^_^)
Posts: 504
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Was your message just for giving us a chance to see again your boring signature ? Wa are not there to make silly adds for websites !
It should be a funny game.
And sorry with the critik wasn't correct.
Reply With Quote
  #15  
11-03-2003, 05:05 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 Dano
Maybe you already know this but the temporal influence is disabled in convolution3dyv12.
Yes, but we need the temporal influence there.
Try without it to see the difference.
Reply With Quote
  #16  
11-03-2003, 07:37 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
Quote:
Originally Posted by Dano
Maybe you already know this but the temporal influence is disabled in convolution3dyv12.
Yes, but we need the temporal influence there.
Try without it to see the difference.
Which means that you should use the YUY2 version in your script. The YV12 version doesn't do any temporal filtering as Dano stated.
Reply With Quote
  #17  
11-03-2003, 04:03 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
sorry guys, my mistake.
Reply With Quote
  #18  
11-03-2003, 05:11 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I didn't notice that. So I change my answer : I din't know what they called "temporal influence" in the doc, but it seems that the temporal _filtering_ is on.

Influence is normally the forth paremeter (set to 2.8 in the script). I guess is something used for balancing temporal filtering according to some paramaters, but really don't see anything else.

Now, if I'm wrong, then that means that the script do not need a spatio-temporal filter there, but I'm pretty sure it does (I tried other filters and spatial only ones gave poor results).
Reply With Quote
  #19  
11-03-2003, 07:33 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Ok guys,is the solution to my problem in those answers,im having trouble figuring it out

Code:
Convolution only supports YUY2 color format only
Thanx again

Dialhot please don't yell at me if it is because
Reply With Quote
  #20  
11-03-2003, 08:06 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
well bigggt, im using the YV12 version and i'm still getting good results. I am encoding the matrix (1st one) and the quality is very good at 352x480, the only problem is the mosquito noise. It's all over the place

could someone suggest what i should do to reduce mosquito noise at low resolutions (<352x480)?

Thanks
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Optimal script or simple resize script? bigggt Avisynth Scripting 2 06-22-2004 08:17 PM
KVCD: Optimal script or ma script? vdk_au Video Encoding and Conversion 3 01-29-2004 07:29 AM
Divx script vs Optimal script? bigggt Video Encoding and Conversion 12 11-20-2003 04:22 AM
new KVCD script candidate for optimal script! Dialhot Video Encoding and Conversion 12 10-11-2003 02:09 PM
Avisynth: Difference between MA script and optimal script? mistermickster Avisynth Scripting 2 08-01-2003 09:36 AM

Thread Tools



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