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. |
2nd March 2016, 03:42 | #1 | Link |
Registered User
Join Date: Jan 2015
Posts: 47
|
BakaFunc v1
https://github.com/BakaProxy/Baka-Utilities/
Mostly ports of existing Avisynth functions and some new ones.
Small documentation for each function can be found in the source code. HAvsFunc is necessary for dec_txt60mc. Usage: Code:
import vapoursynth as vs core = vs.get_core() import havsfunc as haf import bakafunc as baka clip = yourclip clip = Baa(c, aa = "sangnom2", ss = None, mask=True, mthr = 30, blur=5, expand = 1, chroma = False) clip = LazyChromaBleedFix(c, depth = 16, ss=1, mthr = 30, blur=5, expand = 1) clip = RestoreDepth(LowDepth, HighDepth, diffmask=None, dmode=None, planes=[0, 1, 2]) clip = dec_txt60mc (src,frame_ref, srcbob=False,draft=False,tff=None) |
Tags |
antialiasing, avisynth, functions, ports, vapoursynth |
Thread Tools | Search this Thread |
Display Modes | |
|
|