Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#61 | Link |
|
Registered User
Join Date: Nov 2009
Posts: 79
|
Hi LaTo, thanks for this wonderful script, my first time using it, need your suggestion. Here is small clip of source, I have tried with
MCTemporalDenoise(settings="medium") GradFun2DBmod() What will be your suggestion here? |
|
|
|
|
|
#62 | Link | |
|
LaTo INV.
Join Date: Jun 2007
Location: France
Posts: 701
|
Quote:
Last edited by LaTo; 28th January 2010 at 14:39. |
|
|
|
|
|
|
#63 | Link |
|
Registered User
Join Date: Nov 2009
Posts: 79
|
ah, That is why my encoding was slow
. Would you suggest to use MCTemporalDenoise(settings="medium") and I will get GradFun2DBmod to work with defaults, or I should touch any params?If I want to make some changes to GradFun2DBmod, how I would do that with MCTemporalDenoise, and what are the most important param to play with? Thanks in advance. |
|
|
|
|
|
#64 | Link | |
|
LaTo INV.
Join Date: Jun 2007
Location: France
Posts: 701
|
Quote:
Code:
### +---------+ ### | ENHANCE | ### +---------+-----------------------------------------------------------------------------------------------------------------------------------------------------------+ ### | enhance : Enable GradFun2DBmod post processing to enhance flat areas (may avoid banding & blocking when encoding too) | ### | GFthr : Gradfun2db threshold [1.0=off,...] | ### | AGstr : AddGrain strength [0.0=off,...] | ### | bias : Brightness bias for adaptative grain mask (the higher, the less grain in dark areas & the more grain in bright areas) [-1=off,0=input,1...254,255=invert] | ### | temp : Temporal stabilization for grain (the higher, the more calm) [0=nervous,...,100=static] | ### +---------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Last edited by LaTo; 28th January 2010 at 14:40. |
|
|
|
|
|
|
#65 | Link |
|
Registered User
Join Date: Nov 2009
Posts: 2,375
|
One year since last post, but I think it might be for good on the filter.
Its actually 2 things. Im having some ghosting problems on an anime source. Its in the sides of black strokes in a fast motion scene, I discarded mask, radius,mode.... I can upload example if you want. The second one is more a petition, since this dither is going to be encoded in some way, it will mostly convert into annoying blocking. Maybe it could better fit a film grain type of noise rather than the actual small random pixels, but I know that that doesn't depend on you since gradfun calls addgrain, but maybe adding the grain size parameter could help.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
|
|
|
|
|
#66 | Link |
|
Registered User
Join Date: Jan 2008
Location: Romania - neighbor of Dracula
Posts: 327
|
why addgrain and not grainfactroy3? grainfactory seems more nice.
__________________
I7 920 @ 3.60GHz + Thermalright Ultra 120 Extreme Asus P6T Deluxe, 6GB Corsair XMS3 1600MHZ 8-8-8-24 2x1TB Samsung + 1x500GB Samsung, Corsair 520W, Thermaltake Soprano DX GeForge GTX280 |
|
|
|
|
|
#67 | Link |
|
Registered User
Join Date: Nov 2009
Posts: 2,375
|
my bad, I just discovered grainfactory3 in the first page
Im trying to pass it through mask=true, does it work?
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
|
|
|
|
|
#68 | Link |
|
Registered User
Join Date: Oct 2009
Posts: 212
|
With mask=true you are dihtering parts where there is susceptibility that banding will occur. Why use GrainFactory's silver grain affect only in those areas, when in my opinion should be used in whole picture since it really fools your eyes that there is more detail in it.
|
|
|
|
|
|
#69 | Link |
|
Registered User
Join Date: Nov 2009
Posts: 2,375
|
Why bother dithering if compression will band it again? Answer would be, use a better/different dithering or use a better/different compressor. Well, at the moment I'm looking at the first, to use grainfactory for dithering, since my target is grain free anime.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
|
|
|
|
|
#75 | Link |
|
viterra
Join Date: Feb 2003
Location: St. Peterburg, Russia
Posts: 142
|
Then you need to store videos in lossless format. I'll say it again - can not save the video in h264 or divx and have the picture without this artifact. All you can do - to mask its noise and no more.
|
|
|
|
|
|
#76 | Link |
|
͡҉҉ ̵̡̢̛̗̘̙̜̝̞̟̠͇̊̋̌̍̎̏̿̿
Join Date: Feb 2009
Location: No support in PM
Posts: 720
|
The picture is perfectly colorbanding-free in YV12 colorspace. The culprit is the final YUV to RGB converter in your player. See the difference:
Code:
AVCSource ("00005.dga")
Interleave (ConvertToRGB24 ().Subtitle ("ConvertToRGB24"),
\ yv12torgb24hq () .Subtitle ("yv12torgb24hq"))
Code:
AddGrainC (var=1.2, uvar=1.2) Code:
GradFun3 (thr=0.35, ampo=2.0)
__________________
dither 1.28.1 for AviSynth | avstp 1.0.4 for AviSynth development | fmtconv r30 for Vapoursynth & Avs+ | trimx264opt segmented encoding Last edited by cretindesalpes; 29th April 2011 at 12:54. |
|
|
|
|
|
#78 | Link |
|
Registered User
Join Date: Apr 2010
Posts: 11
|
hey guys,i'm trying to use this script, but can't make Megui to load it. everytime it says that "Object reference is not set to an instance of an object"
the script that i use is: Code:
LoadPlugin("C:\Users\DeNeDe\Downloads\MeGUI_2356_x86\tools\avs\directshowsource.dll")
DirectShowSource("C:\Users\DeNeDe\Downloads\RDG_2.ts", fps=29.970, audio=false, convertfps=true).AssumeFPS(30000,1001)
#deinterlace
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
#denoise
#Trim
Trim(420, 8361) ++ Trim(10160, 21338) ++ Trim(23137, 48371) ++ Trim(50170, 50768)
ConvertToYV12()
#Debanding
Import("C:\Program Files (x86)\AviSynth 2.5\plugins\GradFun2DBmod.v1.5.avsi")
GradFun2DBmod(thr=3,str=0,mask=false)
http://i.imgur.com/jNMVQV4.png |
|
|
|
|
|
#79 | Link |
|
Registered User
Join Date: Jun 2002
Location: On thin ice
Posts: 6,857
|
Maybe somebody can help me with this error.
Code:
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\AddGrainC\AddGrainC.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\Average\Average.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\AVS\DCTFilter\DCTFilter.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\AVS\Deblock\Deblock.dll")
Import("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\Deblock_QED\Deblock_QED.avsi")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\DFTTest\dfttest.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\EEDI2\EEDI2.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\FFT3DFilter\fft3dfilter.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\FFT3DGPU\FFT3dGPU.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\AVS\GradFun2DB\gradfun2db.dll")
Import("D:\Projekte\VB\staxrip\bin\Apps\Plugins\AVS\GradFun2DB\GradFun2DBmod.avsi")
Import("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\LSFmod\LSFmod.avsi")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\masktools2\masktools2.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\mvtools2\mvtools2.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\RgTools\RgTools.dll")
LoadPlugin("D:\Projekte\VB\staxrip\bin\Apps\Plugins\both\ffms2\ffms2.dll")
Import("D:\Projekte\VB\staxrip\bin\Apps\Plugins\avs\MCTemporalDenoise\MCTemporalDenoise.avsi")
FFVideoSource("D:\Samples\Test.mkv", cachefile="D:\Samples\Test_temp\Test.ffindex")
MCTemporalDenoise(settings="medium")
Code:
Script Error Script error: expected "val", "bool", "int", "float", "string", "array", or "clip" (D:\Projekte\VB\staxrip\bin\Apps\Plugins\AVS\GradFun2DB\GradFun2DBmod.avsi, line 137, column 0) (D:\Samples\Test_temp\Test_new.avs, line 11) Code:
AddGrainC 1.7.1 Average 0.94 DCTFilter 0.5.0 Deblock 2013-12-03 Deblock_QED 2011-11-29 DFTTest - EEDI2 0.9.2.0 FFT3DFilter 2.6.7 FFT3DGPU 0.8.2.0 GradFun2DB 2010-03-29 GradFun2DBmod 1.5 LSFmod 1.9 masktools2 2.2.18 mvtools2 2.7.41 RgTools 0.98 ffms2 2019-08-30 StvG MCTemporalDenoise 1.4.20
__________________
https://github.com/stax76/software-list https://www.youtube.com/@stax76/playlists |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|