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

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th December 2014, 13:04   #1  |  Link
alexx7777
Registered User
 
Join Date: Mar 2012
Posts: 69
Fix video

Advise please, there is a better way to fix the video?
Applied here is a script -
Code:
DGSource("D:\*.dgi")
AssumeTFF()
SeparateFields()
AutoAdjust(auto_gain=true,  gain_mode=1,  input_tv=false, output_tv=true, auto_balance=true, high_quality=true,temporal_radius=50)
Limiter()
Weave()
a=fft3dfilter(sigma=1.5, sigma2=1.2, sigma3=2.0, sigma4=0.5, beta=2, plane=0, svr=0.5, dehalo=0.3, sharpen=0.45, scutoff=0.2, smin=3.5, smax=10, ncpu=1, interlaced=true) 
b = fft3dfilter(sigma=2.0, sigma2=1.5, sigma3=2.0, sigma4=0.5,beta=2, plane=3 , sharpen=0.45, ncpu=1, interlaced=true, ow=12, oh=12 ) 
a.mergechroma(b)
QTGMC(preset="Very fast",sharpness=0.35,Edithreads=1)
#HighPassSharp(r=0.15)
FineSharp()
f3kdb(sample_mode=2,dynamic_grain=true,keep_tv_range=true,dither_algo=3,y=56,cb=36,cr=36,grainY=24,grainC=12)
video before and after stabilize.

Last edited by alexx7777; 26th December 2014 at 13:10.
alexx7777 is offline   Reply With Quote
Old 4th January 2015, 23:43   #2  |  Link
alexx7777
Registered User
 
Join Date: Mar 2012
Posts: 69
Please tell me, what is the best script (method correct)like this video?
Video
alexx7777 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 16:07.


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