Quantcast New Optimal Script (v4) is there - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
11-03-2003, 08:49 PM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Thanx muhali3,just got this version and it seems to be working

Convolution3D-YV12 released on 03-29-2003

Is this right

On a side note when you guys talk about noise,mosquito noise is there somewhere that has picture of all these things so i can try and learn whatyou guys are talking about.
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
  #22  
11-03-2003, 10:40 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
yes that is the right convolution 3d plugin.

mosquito noise is noise that appears in areas with high contrast. Such as white lettering on a black background, like in the end credits. In the credits, if there was mosquito noise, it would be surrounding the outside of the letters and other places with high contrast. It is very noticeable at low resolutions.

I can't find a thread with a picture. I have just learned it from reading the threads.

Hope i answered your question.
Reply With Quote
  #23  
11-04-2003, 01:17 AM
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
Quote:
Originally Posted by muhali3
could someone suggest what i should do to reduce mosquito noise at low resolutions (<352x480)
Did you check the AVI? Is there already mosquito noise? Is it already very sharp? Did you apply another SharpenFilter? Because sharpen edges are most responsable for mosquito noise. So do a test and change the word "Lanczos" into "Bicubic" in the GripfitResizer. And maybe the mosquito noise is gone but your movie will come out sharp enough.

Encoding Matrix no matter if part 1 or 2 will give you a real high CQ! and therefore almost no mosquito noise, cause the movie is 50% dark and therefore it loves to be compressed.

The best you can do is posting a pic of before and after in here so we can see what would be the best.
Reply With Quote
  #24  
11-04-2003, 04:55 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
no there is not mosquito noise. its not already sharp. and i didn't put any sharpen filters. what i see in the source is dct-blocks and rainbows (real bad divx).

Code:
AviSource("c:/matrix.avi",false) 
GripCrop(352, 240, overscan=1, source_anamorphic=true, dest_anamorphic=true) 
GripSize(resizer="LanczosResize") 
BlindPP(cpu=4) 
Convolution3D(Preset="MovieLQ")
TemporalCleaner(ythresh=5, cthresh=10)
MergeChroma(blur(1.58))
DCTFilter(1,1,1,1,1,1,0.5,0) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
GripBorders()
i'll try to get some pics
[/code]
Reply With Quote
  #25  
11-04-2003, 06:47 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
Quote:
Originally Posted by muhali3
Code:
AviSource("c:/matrix.avi",false) 
GripCrop(352, 240, overscan=1, source_anamorphic=true, dest_anamorphic=true) 
GripSize(resizer="LanczosResize") 
BlindPP(cpu=4) 
Convolution3D(Preset="MovieLQ")
TemporalCleaner(ythresh=5, cthresh=10)
MergeChroma(blur(1.58))
DCTFilter(1,1,1,1,1,1,0.5,0) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
GripBorders()
Sorry my friend but it seems you go "off topic" by exactly using this script
Convo3d set to "presets" and TempCleaner do not belong to the script to which this thread is refering to.
So how about using the script as mentioned in the first post of this thread?
Give it a try ... and then we can go further with optimizations refering to your special source condition.
BTW: Always put the BlindPP(..) line next to the Avisource(...) line cause that's what it does .. preprocessing. And my recommendation is not to use the "movieLQ" preset in Convo3d cause it will seem like if you pour concrete on still existing details
Reply With Quote
  #26  
11-04-2003, 07:07 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
k, i just tried to change a little things in the script. thanks for the advice. i'll change it back. and see the results.
Reply With Quote
  #27  
11-04-2003, 08:13 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Good advice from Incredible but just one thing : source_ana=true AND dest_ana=true leads to do.. nothing !

In fact as you are using avi and ALL divx are non anamorphic, that is source_ana=false that you have to use and add dest_ana=true only if your TV set is widescreen.

remember 16:9 and anamorphic ARE NOT THE SAME THING !
Reply With Quote
  #28  
11-05-2003, 04:38 AM
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
Quote:
Originally Posted by DialHot
but just one thing : source_ana=true AND dest_ana=true leads to do.. nothing !
Still eagles eyes that late at night!
Reply With Quote
  #29  
11-05-2003, 05:05 AM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
source_ana=true AND dest_ana=true leads to do.. nothing !
yeah, i found that out after my test encode,

@incredible: you were very right. when i encoded the matrix at 352x480, CQ 76.43, the output file was only 610MB.
Reply With Quote
  #30  
11-05-2003, 06:27 AM
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
The same will result when encoding "Bladerunner", "Matrix Reloaded!!", "Seven" .... and much more .... they all contain more than 50% Dark within the movie = fantastic CQ values!

BTW: When getting more CQ than 75 after prediction you also can add a second language Audio track .. as I did when encoding Matrix Reloaded @ mpeg1/480x576/300min/2000max the CQ was still 62 incl. 2 Audio Tracks each @ 112kbit and the picture was very good on TV. . The same was possible with "Seven".
Reply With Quote
  #31  
11-05-2003, 07:04 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 incredible
Always put the BlindPP(..) line next to the Avisource(...) line cause that's what it does .. preprocessing.
postprocessing, not preprocessing.
But you have to put if before the resizing because its purpose is to break the border of DCT blocks. These borders are very distorted by the resizing then blindPP can't process on them.
Reply With Quote
  #32  
11-05-2003, 07:18 AM
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
I always confound that, although I learned a little of latin in school
Preprocessing would be illogical.
Reply With Quote
  #33  
11-05-2003, 04:19 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
f
Reply With Quote
  #34  
11-05-2003, 09:11 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
i fixed my mosquito noise and rainbow problem. i just used GuavaComb and it cleaned it up pretty well, and thanks to incredible, blindpp next to avisource cleaned up my dct-blocks.
Reply With Quote
  #35  
11-08-2003, 04:58 AM
incognito incognito is offline
Free Member
 
Join Date: Jul 2003
Posts: 83
Thanks: 0
Thanked 0 Times in 0 Posts
v4 looks great. thanks.
__________________
I own a Philips DVD 701. NTSC.
Reply With Quote
  #36  
11-12-2003, 03:15 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
Maybe I've missed something but what exactly is better with this new version, comparing v3 and v4

//Wolfi
Reply With Quote
  #37  
11-12-2003, 03:54 PM
muhali3 muhali3 is offline
Free Member
 
Join Date: Sep 2003
Posts: 134
Thanks: 0
Thanked 0 Times in 0 Posts
i guess it's more compression, while keeping a good amount of details.
Reply With Quote
  #38  
11-12-2003, 04:06 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You guess right. But the script is still evoluting.

http://www.kvcd.net/forum/viewtopic.php?p=51400#51400
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 07:17 PM  —  vBulletin © Jelsoft Enterprises Ltd