Here with another wubikens thread, although it should hopefully be the last one for awhile after this.
Running into an issue with chroma "flickering" and having a difficult time finding a good solution. Looking closely at the fur of the bear in the video, you should see some flickering occurring.
I experimented with a bunch of different filters from the Avisynth external filters page. The temporal ones helped the most (and some of the spatio-temporal ones like MCTD) but they all also introduced some pretty heinous detail destruction and an awful motion blur of some sort. The exception was vsCnr2, which instead caused some chroma ghosting.
I was wondering if anyone might have any advice on some good filters to use for this issue, or some suggestions for settings? Having a hard time making any headway by myself currently. Thanks as always!
+ Reply to Thread
Results 1 to 5 of 5
-
-
Try this, seems to work:
Code:vsTTempSmooth(maxr=2) neo_f3kdb (preset="high/nograin", dither_algo=2)
-
Thank you so much! Yeah that seems to do a good job of getting rid of the flickering on the fur. I was wondering if there were any possible alternatives to temporal filtering, though? One nasty issue that I run into with any temporal filter is blurring during scenes in motion. Here's a completely unrelated scene from the same video where the temporal filtering always ends up blurring the details:
[Attachment 79334 - Click to enlarge] -
Try something like
Code:AVISource("bear.avi") converttoYV16() MCDegrainSharp() #or tweak Temporaldegrain2(....), the flicker is mostly in the U plane # ... you may want to add some chroma sharpening here ...
Last edited by Sharc; 24th May 2024 at 03:27.
-
Similar Threads
-
"code":400,"error":true,"message" on http://getwvkeys.cc
By johnsonkiss in forum Video Streaming DownloadingReplies: 14Last Post: 25th Jul 2024, 21:45 -
Dealing with a PAL DVD Rip that has "Telecine-like" Artifacts
By expo_ in forum Newbie / General discussionsReplies: 9Last Post: 20th Dec 2023, 07:09 -
getwvkeys.cc code":400,"error":true,"message":"Failed to get license: 405
By Koldunas in forum Newbie / General discussionsReplies: 0Last Post: 27th Sep 2023, 02:44 -
{"code": 2048, "message": "Authentication failed"} when getting license
By warmachine in forum Video Streaming DownloadingReplies: 2Last Post: 26th May 2023, 16:34 -
"Widescreen" VHS Capture - Suggestions for Dealing With
By Alwyn in forum Video ConversionReplies: 12Last Post: 10th Jan 2023, 19:26