Log in

View Full Version : Animation captured from TV


markanini
1st November 2015, 17:37
Sample:
https://drive.google.com/open?id=0B2wPvp8bhWoUZU1hTVE3MjdFbGs

My script so far:

FFvideoSource("36 - The One With Lisa Kudrow in a Small Role.mpg")

#frequency interference
defreq(fx=18.5,fy=39.5)
defreq(fx=18.5,fy=-60.5)

#chroma displacement
ChromaShiftSP(x=.5)

#Chroma bleeding
#Mergechroma(awarpsharp2(depth=24))
#made enough stuff look worse so leaving it out

#IVTC
tfm(clip2=nnedi3(nsize=3))
tdecimate(mode=1)

#shimmering
#QTGMC(Preset="slower",InputType=1)
#Don't like QTGMC results, now what?


Can I make it look better?

Reel.Deel
3rd November 2015, 15:16
Quickly viewed your sample; it has rainbows, try to remove(reduce) the rainbows first with some of the filters from here (http://avisynth.nl/index.php/External_filters#Rainbow_.26_Dot_Crawl_Removal).

creaothceann
3rd November 2015, 16:45
I "restored" (read: made watchable) an anime a few days ago; in the end the only thing that helped was

DeRainbow.DeRainbow

(plus Santiag(strh=3, strv=3, nns=4, threads=0) and TemporalDegrain(gpu=true))