VideoHelp Forum
+ Reply to Thread
Page 3 of 3
FirstFirst 1 2 3
Results 61 to 78 of 78
Thread
  1. Originally Posted by Alwyn View Post
    still nothing
    That's weird! You are running the 64bit EXE file? Check Help>About. The 64bit version is identified by "Compiled with MS Visual Studio 2008 for AMD64" in the blurb.
    All sorted The vdf from the last folder worked, XP-SSE2.
    Quote Quote  
  2. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Quote Quote  
  3. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by lollo View Post
    Yes, I know.

    It can help, sometimes, in combination with AVS/VS
    1. You should never, ever use VEAI for denoising. It's just terrible.
    2. But it can be used to correct already denoised images (after Avisynth or Neat) and the effects may (but do not have to) be quite good.

    This water on VEAI looks nice in the photo, even very nice, but even in my video I saw that it is sometimes unnatural. VEAI unfortunately does not perform well on VHS, but that is not the fault either. Maybe in 10-20 years...

    (If this were my video, I would probably try High Quality for the source file)
    Last edited by rgr; 13th Feb 2024 at 17:29.
    Quote Quote  
  4. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by lollo View Post
    This is then a comparison between a full AviSynth/VapourSynth processing (yours) and Topaz VEAI (helped by AviSynth) as in my previous attempt.

    The winner is evident (just look to the eyes, even if the background is more "defined" in Topaz)

    https://imgsli.com/MjM5MTU3
    The guy in Topaz is 10 years older

    (never use Topaz to correct your face - noted )
    Quote Quote  
  5. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Originally Posted by rgr View Post
    1. You should never, ever use VEAI for denoising. It's just terrible.
    2. But it can be used to correct already denoised images (after Avisynth or Neat) and the effects may (but do not have to) be quite good.
    Which is exactly what I wrote and what I did

    Originally Posted by rgr View Post
    VEAI unfortunately does not perform well on VHS, but that is not the fault either. Maybe in 10-20 years...
    We all know

    Originally Posted by rgr View Post
    The guy in Topaz is 10 years older
    (never use Topaz to correct your face - noted )
    Quote Quote  
  6. @lollo Do you use the default settings for TemporalDegrain2?
    Quote Quote  
  7. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Yes, except for degrainTR=3 instead of default at 1. Be careful that different revisions of TD2 have different defaults. Experiment a bit with the key parameters with your source to find the best settings.
    Quote Quote  
  8. Cheers, will do.
    Quote Quote  
  9. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    The main parameters are grainLevel, degrainTR, postFFT and postSigma.

    From TD2 doc:

    # - degrainTR (1), temporal radius of degrain, usefull range: min=default=1, max=fps/8. Higher values do clean the video more, but also increase probability of wrongly identified motion vectors which leads to washed out regions
    # - grainLevel (2), if input noise level is relatively low set this to 0, if its unusually high you might need to increase it to 3. The right setting must be found using grainLevelSetup=true while all other settings are at default. Set this setting such that the noise level is lowest.
    # - grainLevelSetup (false), only to be used while finding the right setting for grainLevel. This will skip all your other settings!
    # - postFFT (0), if you want to remove absolutely all remaining noise suggestion is to use 1 (ff3dfilter) or for slightly higher quality at the expense of much worse speed 3 (dfttest). 2, 4 and 5 are GPU based versions.
    # - postSigma (1), increase it to remove all the remaining noise you want removed, but do not increase too much since unnecessary high values have severe negative impact on either banding and/or sharpness

    I rarely use post-processing, but option postFFT=4 (KNLMeansCL) is not too bad if additional denoise is needed.
    Quote Quote  
  10. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by lollo View Post
    2, 4 and 5 are GPU based versions.
    A little more?
    Quote Quote  
  11. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Originally Posted by rgr View Post
    Originally Posted by lollo View Post
    2, 4 and 5 are GPU based versions.
    A little more?
    If the question is specific to usage of GPU by TD2, better ask to ErazorTT here https://forum.doom9.org/showthread.php?t=175798.

    If you want more options , just set TD2 postprocessing to nil and use your favourite (spatial) denoiser after.

    If it was just a comment, then
    Quote Quote  
  12. Originally Posted by lollo View Post
    I rarely use post-processing, but option postFFT=4 (KNLMeansCL) is not too bad if additional denoise is needed.
    Ive had a play around and default settings seem to work for me. PostFFT makes it about 3x slower so I keep it off. I have sharpen off as well as I guess theres no need when using LSFmod.

    What about QTGMC denoising, do you have that turned off when using TD2? Ive tried them both together and I cant work out which one looks better.

    Ive added a deflicker filter now, theres still flicker there but I dont think its looking too bad.
    Quote Quote  
  13. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Originally Posted by Leanoric View Post
    What about QTGMC denoising, do you have that turned off when using TD2? Ive tried them both together and I cant work out which one looks better.
    QTGMC denoises by itself, while rebuilding the frames from the fields, in accordance to the temporal data across them.
    Many, myself included, tends to reduce the "extra" denoise operations not necessary to the previous to the minimum, because specific denoiser are more effective, and having 2 denoise steps often introduces plastic look.

    One of the setting I use most is:
    Code:
    QTGMC(preset="slow", matchpreset="slow", matchpreset2="slow", sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1)
    inspired to some indications from Skiller.

    Once more, experiment the different combinations, the final result depend on the source, and there is no a "best" way always valid.
    Quote Quote  
  14. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    By the way:

    Has anyone compared LSFplus with LSFmod?

    ### LSFplus features and changes (compared to LSFmod v2.193):
    ### - Frame properties support
    ### - Increased performance (+50~75%)
    ### - HD support
    ### - PC range aware
    ### - Better edge detection algorithm
    ### - Better preblur algorithm
    ### - Better supersampling kernels
    ### - Higher kernel support (5x5)
    ### - More limiting modes
    ### - More and optimized defaults/presets

    And it works with YUV422 or YUV444 also at depth>8bit.

    Note that the default strength value for LSF+ is 50 (and not 100 as for LSFmod)

    Edit: link https://github.com/Dogway/Avisynth-Scripts/blob/master/MIX%20mods/LSFplus.avsi
    Quote Quote  
  15. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Has anyone compared LSFplus with LSFmod?
    On my "to do" list...

    And it works with YUV422 or YUV444 also at depth>8bit
    Not sure if internally there is a YV12 conversion, I need to check the code. >8bit is useless for VHS if you mean input stream to the filter, maybe for internal post-processing.
    Last edited by lollo; 26th Feb 2024 at 04:49.
    Quote Quote  
  16. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by lollo View Post
    And it works with YUV422 or YUV444 also at depth>8bit
    Not sure if internally there is a YV12 conversion, I need to check the code. >8bit is useless for VHS if you mean input stream to the filter, maybe for internal post-processing.
    I use a depth greater than 8 bits (9, 10) with more filters. It avoids or minimizes rounding.

    There are only 3 occurrences of "convert" (and only ConvertBits).

    Code:
                pre       = pre.ConvertBits(8, dither=-1, fulls=!tv)
    
    [...]
            cb1     = repair(pre.MCompensate(srchSuper, cb1, thSAD=220, thSCD1=round(6.25*8*8), thSCD2=round(2.03*8*8), mt=true), pre, 3, -1).ConvertBits(bi, fulls=!tv)
            cf1     = repair(pre.MCompensate(srchSuper, cf1, thSAD=220, thSCD1=round(6.25*8*8), thSCD2=round(2.03*8*8), mt=true), pre, 3, -1).ConvertBits(bi, fulls=!tv)
    Quote Quote  
  17. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    I use a depth greater than 8 bits (9, 10) with more filters. It avoids or minimizes rounding.
    Yes, post-processing.

    There are only 3 occurrences of "convert" (and only ConvertBits).
    I'll check, original LimitedSharpen(Faster) version by Dideè was processing YV12 for a reason, I suppose....
    Quote Quote  
  18. Member
    Join Date
    Aug 2018
    Location
    Wrocław
    Search PM
    Originally Posted by lollo View Post
    I use a depth greater than 8 bits (9, 10) with more filters. It avoids or minimizes rounding.
    Yes, post-processing.
    Yes, and it is effective, especially in minimizing banding.

    Edit: because I deleted it from the post --> And this is only with one filter: TemporalDegrain2 (+ApplyGradationCurve).

    https://imgsli.com/MjQxNjcy

    There are only 3 occurrences of "convert" (and only ConvertBits).
    I'll check, original LimitedSharpen(Faster) version by Dideè was processing YV12 for a reason, I suppose....
    There were probably limitations in the libraries that lsfmod uses. So far I haven't noticed any differences between lsfmod and lsfplus.
    Last edited by rgr; 22nd Feb 2024 at 17:18.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!