About to rip my hair out - Cleaning footage (fushigi yuugi)

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Cosmos Studio
Joined: Sun Sep 16, 2001 2:18 pm
Contact:
Org Profile

About to rip my hair out - Cleaning footage (fushigi yuugi)

Post by Cosmos Studio » Mon Jun 08, 2009 12:44 pm

So, I want to begin by saying that I DO NOT know what I was thinking when I originally started this project last year and did not deinterlace before editing (I'm about to kill myself right now over it). With that said, I'm having huge quality issues even setting the deinterlacing aside. Unfortunatly Fushigi Yuugi is an older series and didn't have a high production value to begin with, top that off with the unmastered DVD's I have to work with and I have major issues.

With just deinterlacing, no filters.
Image

With filters (see script below)
Image

Action scenes (looks about the same with or without filters, screen from with)
Image

Script
AVISource("C:\fy\neverbeenloved.avi")
ConvertToYV12()
AMVDeint(mode=1)
Deen("a2d",2)
FFT3DFilter()
LimitedSharpenFaster(strength=50)
Crop(0,4,-24,-4)
ConvertToRGB24()
AudioDub(last,WAVSource("C:\fy\neverbeenloved.wav"))
SSRC(48000)
I've tried adding and subtracting many different filters, but nothing has made it any better. I'm also not knew to AMV editing at all, but unfortunatly it's been about two years since I last completed a project, so I'm rusty. Thank you for any help. ^^

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Re: About to rip my hair out - Cleaning footage (fushigi yuugi)

Post by Zarxrax » Mon Jun 08, 2009 1:41 pm

Try deblock and dfttest. Those might help a little.

Locked

Return to “AviSynth Help”