help me clean decade old video game footage

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

help me clean decade old video game footage

Post by Kionon » Wed Feb 13, 2008 7:42 pm

Image

This is as good as I have been able to get it (from the 320x240 cinepak ridiculousness ripped from the disc).

Anyone have suggestions?
ImageImage
That YouTube Thing.

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

Post by Kariudo » Wed Feb 13, 2008 9:26 pm

what's your script right now?
Image
Image

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Post by Kionon » Wed Feb 13, 2008 11:23 pm

Code: Select all

DirectShowSource("C:\Documents and Settings\Kionon\Desktop\BTL24ST.CAK")
ConvertToYV12()
Telecide(1)
Decimate(5,mode=0)
KernelBob(order=1,sharp=true,threshold=8)
BlendBob(badFrames=0)
deen("a3d",4)
aWarpSharp()
MSharpen()
Before you asl, yes the original CAK file IS interlaced.
ImageImage
That YouTube Thing.

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

Post by Kariudo » Thu Feb 14, 2008 12:10 am

TIsophote() may help with your lines
I don't like awarpsharp, it may be causing a little bit of the line ugliness too.

I have a preference for limitedsharpenfaster() for sharpening. Last time I tried msharpen() I didn't like the results

depending on how bad the rainbowing is elsewhere, you may want to use DMFDeRainbow, LUTDeRainbow or tcomb (for me, tcomb kills rainbows that others can't, marvelous on epic dot crawl too)

link to the first two if you don't already have em:
http://www.animemusicvideos.org/phpBB/v ... hp?t=56491
Image
Image

Locked

Return to “AviSynth Help”