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 9th August 2014, 22:05   #1  |  Link
killerteengohan
Registered User
 
Join Date: Feb 2013
Posts: 68
Cant get rid of rainbows from this source

Usually Bifrost() or LutDeRainbow() work wonders, but no matter how strong I make these 2 by altering the parameters, the rainbows just will not come out of or reduce any in this source. I have also tried both before and after TIVTC.

Here's an untouched video sample to look at.

https://mega.co.nz/#!cl4wELTS!RM43m7...iCqmlqzIkkAxcQ


Any suggestions on why I haven't been able to remove them?
killerteengohan is offline   Reply With Quote
Old 12th August 2014, 02:11   #2  |  Link
foxyshadis
ангел смерти
 
foxyshadis's Avatar
 
Join Date: Nov 2004
Location: Lost
Posts: 9,558
Since you have just rainbows and not much dot crawl, try the following:
Code:
fft3dfilter(sigma=10,plane=3,bt=5)
sigma=7 was about where it started working, sigma=10 was about the maximum effect, with only subtle ghosting but noticeable smearing around edges. You can repeat it to remove even more rainbow, at the cost of more ghosting, even with bt=3.

Reason: Rainbow removal filters rely on rainbow patterns alternating every frame, but here they're stable. Maybe it was already put through a comb filter, but either the filter was broken or the input was really horrific, and instead of removing them entirely it could only stabilize the rainbows. At first I thought they used a filter like Dup() to propagate the rainbows, but the chroma noise changes every frame, even if the luma noise is identical. Strange.
foxyshadis is offline   Reply With Quote
Reply

Tags
bifrost, de-rainbow, lutderainbow, rainbow

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 22:14.


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