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
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 13th April 2021, 23:08   #19  |  Link
johnmeyer
Registered User
 
Join Date: Feb 2002
Location: California
Posts: 2,695
I finished the project. The attached photo shows the same frame as in my post #1, but with the improved version on the right.

I ended up using Defreq, and got some help with the settings from "jagabo" over in the Videohelp.com forum. Here is the script I used:

Code:
loadPlugin("C:\Program Files\AviSynth 2.5\plugins\defreq.dll")
AVISource("E:\fs.avi").KillAudio().converttoYV12(interlaced=true).AssumeTFF()
tfm()
source = tdecimate(cycle=10,cycleR=2)
TurnRight(source)
defreq(fx=16.6, fy=0.0, dx=2, dy=2, sharp=0, info=false, show=0)
defreq(fx=49.4, fy=0, dx=2, dy=1, sharp=0, info=false, show=0)
TurnLeft()
output = aWarpSharp(depth=5).Sharpen(0.3)
return output

#Alternate output, for debugging
#interleave (source,output)
#stackhorizontal (source,output)
I also did some dirt removal, stabilization, some additional sharpening, and color correction, the last one in order to reduce the reddish hue.

It's not perfect (you'll see some residual banding, if you look for it, but it is a LOT easier to watch.
Attached Images
 

Last edited by johnmeyer; 13th April 2021 at 23:10.
johnmeyer is offline   Reply With Quote
 


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 00:13.


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