scripting a older source

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ExSphere
Joined: Sat Feb 03, 2007 9:43 pm
Org Profile

scripting a older source

Post by ExSphere » Sat Feb 27, 2010 3:28 pm

I just recently ripped the Tenchi dvd's and the source seems to be rather funky. I get a lot of black spots and junk that randomly pop up in the footage. Like in the middle left shot of this.
http://img638.imageshack.us/i/screenshot2vv.png/

And im also getting some rainbow colors on the outline of my characters like in this shot.
http://img706.imageshack.us/i/screenshot1yh.png/

If you know any scripts that can fix this let me know. It might just be the dvd's suck.

User avatar
Enigma
That jolly ol' bastid
Joined: Sat Mar 07, 2009 3:55 pm
Status: Free
Location: California
Org Profile

Re: scripting a older source

Post by Enigma » Sat Feb 27, 2010 3:49 pm

I have no idea what the problem on the first one could be but, The second one sounds like Rainbowing( believe it's called?) try using DeRainbow or DeHalo

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: scripting a older source

Post by Kariudo » Sat Feb 27, 2010 4:12 pm

The black dots are just part of the source it looks like (springing from the methods used back when it was created). I don't think you can do anything about it with avisynth. You might be able to mask it out in your editing program

The second one is indeed rainbowing. In addition to what Enigma suggested, I'll throw in Tcomb()
You'll have to read the documentation to find out how to come to the right parameter values.
Image
Image

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: scripting a older source

Post by Qyot27 » Sat Feb 27, 2010 4:19 pm

We call those 'cigarette burns'...erm...yeah, that's a problem with the transfer from film. Aside from masking it out in the editor, I'm not aware of any solution for that.


And yes, that is rainbowing. I'd use DFMDeRainbow and LUTDeRainbow in tandem; that combo eradicated virtually - if not all - of the rainbows on AnimeEigo's original Oh My Goddess! OVA discs with just the defaults, but those discs are kind of the textbook model for horrendous rainbowing. Just be aware that A) they should be placed before any IVTC operations*, and 2) they will royally slow down the script, far more than each one individually would.

*It is best if the derainbowing comes before IVTC, but if I remember correctly, due to the way the filters act, it is pretty safe to use DFMDeRainbow afterword. So you could essentially run two passes - LUT+IVTC first, and then a second with DFM. Obviously works better if you're using HuffYUV clips instead of scripts in the editing program.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

User avatar
ExSphere
Joined: Sat Feb 03, 2007 9:43 pm
Org Profile

Re: scripting a older source

Post by ExSphere » Sat Feb 27, 2010 5:06 pm

Thanks for the help! :)

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: scripting a older source

Post by Scintilla » Sat Feb 27, 2010 8:31 pm

Qyot27 wrote:We call those 'cigarette burns'...erm...yeah, that's a problem with the transfer from film. Aside from masking it out in the editor, I'm not aware of any solution for that.
Assuming they only show up for one frame and then disappear (I'm pretty sure most of the dirt on the original NGE DVDs was like that), that's the kind of thing that temporal and spatio-temporal smoothers are supposed to be able to help with. I believe DeSpot is supposed to be specifically for that type of film noise, but I've not used it very much, so I never wrote it up.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “AviSynth Help”