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 8th June 2022, 04:31   #1  |  Link
LightArrowsEXE
Mt. Fuji Encoding Alumni
 
LightArrowsEXE's Avatar
 
Join Date: Nov 2016
Location: Netherlands
Posts: 5
lvsfunc: Light's VapourSynth functions

Figured I'd throw my hat in the ring and upload my function collection here too. It's been around for a couple of years and has been a rollercoaster the entire way.

Source code | Documentation | Support | Issues

"lvsfunc" is a multi-use function and wrapper collection aimed at offering a one-stop-shop for a lot of common operations used for anime encoding.
It's been slowly getting worked on over the years, and will be actively maintained for the foreseeable future.

lvsfunc, at the time of writing, contains the following sub-modules. For a list of all the functions contained in each sub-module, please consult the documentation.

Installation is simple. Open up a terminal and write:
Code:
pip3 install lvsfunc
This will download the latest release version. For the "nightly" or upstream builds, you can run the following command in your terminal:
Code:
pip3 install git+https://github.com/Irrational-Encoding-Wizardry/lvsfunc.git
Almost all the functions in lvsfunc are available in the global scope. It's good practice to call them from their specific sub-module, but the ability to just call them directly is there.

Code:
import lvsfunc as lvf

example_a = lvf.deinterlace.tivtc_vfr()
example_b = lvf.tivtc_vfr()
Support is primarily given through the Irrational-Encoding-Wizardry discord server (linked above), but I figured having an additional place for users to leave behind ideas, issues, complaints, etc. would be a good idea.

I am also open to porting commonly-used AVS(+) scripts. If you have any requests, please leave a reply here or ideally in the dedicated issue.

Hope you enjoy using lvsfunc!

Last edited by LightArrowsEXE; 8th June 2022 at 19:08.
LightArrowsEXE is offline   Reply With Quote
 

Tags
anime, filtering, maintained, package, vapoursynth

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.