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 > VapourSynth

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 20th November 2012, 09:06   #1  |  Link
Chikuzen
typo lover
 
Chikuzen's Avatar
 
Join Date: May 2009
Posts: 595
FineSharp for VapourSynth

I ported Didée's FineSharp script to VapourSynth.

https://gist.github.com/chikuzen/6103665

requirement:
VapourSynth r19 or later
RemoveGrain.dll
Repair.dll

usage:
at first, download (or copy/paste to your texteditor) and put it to python3.3/Lib/site-packages as 'finesharp.py'.
Code:
import vapoursynth as vs
import finesharp
core = vs.get_core()
core.avs.LoadPlugin('/path/to/RemoveGrain.dll')
core.avs.LoadPlugin('/path/to/Repair.dll')
clip = something
fs = finesharp.FineSharp()
clip = fs.sharpen(clip, other options...)
new version:

finesharp 2016.08.21, updated for Vapoursynth R33, ~10% faster for 8bit input, no difference for 16bit. Note it requires Vapoursynth R33 or more recent.
__________________
my repositories

Last edited by Wilbert; 21st August 2016 at 18:22.
Chikuzen is offline   Reply With Quote
 

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 05:23.


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