Irrational-Encoding-Wizardry / lvsfunc

Licence: MIT license
lvsfunc, a collection of LightArrowsEXE's VapourSynth functions and wrappers

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to lvsfunc

guide.encode.moe
A guide for fansubbing
Stars: ✭ 123 (+141.18%)
Mutual labels:  anime, fansubbing
kagefunc
A collection of Vapoursynth functions. kagefunc.py is the only relevant file for users
Stars: ✭ 44 (-13.73%)
Mutual labels:  vapoursynth, vapoursynth-functions
encode-scripts
Scripts of our encodes
Stars: ✭ 69 (+35.29%)
Mutual labels:  anime, vapoursynth
vapoursynth-portable-FATPACK
A (beginners) bundle with nearly all plugins, many usefull scripts and multiple editors. 64Bit only!
Stars: ✭ 74 (+45.1%)
Mutual labels:  vapoursynth, vapoursynth-plugins
Chitoge
Just a Fork of Void. Not maintained anymore
Stars: ✭ 85 (+66.67%)
Mutual labels:  anime
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-58.82%)
Mutual labels:  anime
browser-extension
Official LISTEN.moe browser extension
Stars: ✭ 23 (-54.9%)
Mutual labels:  anime
TD-Anime4K
Implementation of Anime4K in TouchDesigner.
Stars: ✭ 32 (-37.25%)
Mutual labels:  anime
DanDanPlay-PHP
DanDanPlay远程访问 的 PHP 实现版本
Stars: ✭ 30 (-41.18%)
Mutual labels:  anime
x265-encoder
x265EncoderGUI
Stars: ✭ 36 (-29.41%)
Mutual labels:  vapoursynth
qBit-plugins
Search plugins for qBittorrent
Stars: ✭ 40 (-21.57%)
Mutual labels:  anime
Mai
A multi-functional Discord Bot
Stars: ✭ 113 (+121.57%)
Mutual labels:  anime
RawAnime
Anime app to watch animes without any ads for free. Currently broken.. working to fix it with new UI
Stars: ✭ 19 (-62.75%)
Mutual labels:  anime
twist-dl
Simple Twist.moe/AnimeTwist anime downloader in CLI with support for batch downloading.
Stars: ✭ 28 (-45.1%)
Mutual labels:  anime
anilabx
AniLabX - android app for watching anime/dramas/cartoons and reading manga/comics/light novels
Stars: ✭ 54 (+5.88%)
Mutual labels:  anime
anilist-chinese
Translate anime titles on anilist.co to Chinese
Stars: ✭ 21 (-58.82%)
Mutual labels:  anime
anilist-to-mal
A python tool that will export your Anilist.co anime list for MAL importing
Stars: ✭ 33 (-35.29%)
Mutual labels:  anime
aniep
Extract episode number from anime file name
Stars: ✭ 21 (-58.82%)
Mutual labels:  anime
michelle
An anime-centric bot for Discord
Stars: ✭ 12 (-76.47%)
Mutual labels:  anime
konadl
Multithreaded Konachan / Yandere (moebooru based site) Image Bulk Downloader | 多线程K站Y站下载器
Stars: ✭ 64 (+25.49%)
Mutual labels:  anime

lvsfunc

Read the Docs PyPI - Python Version PyPI GitHub commits since tagged version PyPI - License Discord downloads

A collection of VapourSynth functions and wrappers written and/or modified by LightArrowsEXE. Full information on how every function/wrapper works, as well as a list of dependencies and links, can be found in the documentation. For further support, drop by #lvsfunc in the IEW Discord server.

How to install

If you have the old lvsfunc.py module, remove that from your system first.

Install lvsfunc with the following command:

$ pip3 install lvsfunc --no-cache-dir -U

Or if you want the latest git version, install it with this command:

$ pip3 install git+https://github.com/Irrational-Encoding-Wizardry/lvsfunc.git --no-cache-dir -U

Arch Linux

Install the AUR package vapoursynth-plugin-lvsfunc-git with your favorite AUR helper:

$ yay -S vapoursynth-plugin-lvsfunc-git

Note that this may be outdated. It's recommended you grab the git version instead.

Usage

After installation, functions can be loaded and used as follows:

import lvsfunc as lvf

src = lvf.misc.source(...)
aa = lvf.aa.clamp_aa(...)
comp = lvf.comparison.compare(...)
...

Disclaimer

Anything MAY change at any time. The public API SHOULD NOT be considered stable. If you use lvsfunc in any of your projects, consider hardcoding a version requirement.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].