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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 4th August 2020, 10:14   #1  |  Link
PurpleKnight
Guest
 
Posts: n/a
Is this anime noise?

I've been using noise reduction scripts and I couldn't improve the image to much, maybe I need to use a heavy denoiser or adjust some settings. I even thought this was some kind of dithering or banding.
I would greatly appreciate any advice.





Related link

Last edited by PurpleKnight; 4th August 2020 at 10:17. Reason: Removing unnecessary text (leftover introduction)
  Reply With Quote
Old 4th August 2020, 13:00   #2  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
I don't really see any noise. But banding and some light compression artifacts and maybe some halos.
Try f3kdb / neo f3kdb
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote
Old 25th August 2020, 16:04   #3  |  Link
Macross96
Registered User
 
Join Date: Aug 2020
Posts: 4
Progress...

I used the idea behind fag3kdb and ported it to avisynth.
Here's how I wrote it for this occasion
Quote:
z_ConvertFormat(pixel_type="YUV444P16",resample_filter_uv="spline36",dither_type="none")

masking = ConvertToStacked().GradFun3(thr=0.8, thrC=0.5, smode=3, lsb_in=true, lsb=true, debug=1)
\ .ConvertFromStacked()

filtered= neo_f3kdb(range=31, grainY=45, grainC=45, blur_first=true,
\ dynamic_grain=false, keep_tv_range=true)

mt_merge(filtered, last, masking, Y=3, U=3, V=3).ConvertToStacked()

DitherPost()

(Note: source is yv12)
The results are nice (and are improveable)... yet, I really don't know what to do about the light compression artifacts (and haven't find something significantly helpfulf)




Last edited by Macross96; 27th August 2020 at 08:09. Reason: Spelling and more redaction corrections
Macross96 is offline   Reply With Quote
Reply

Tags
anime, banding, noise reduction, restoration, waifu2x

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:48.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.