VapourSynth video processing functions optimized for media players
Project description
K7sfunc
个人 VapourSynth 常用功能合集
简介
K7sfunc 是一个为mpv实时播放优化的 VapourSynth 视频处理函数库,提供多种视频增强功能。
安装
基础安装
pip install k7sfunc
安装可选依赖
# 安装 AI 推理支持
pip install k7sfunc[ai]
# 安装所有可选依赖
pip install k7sfunc[all]
使用示例
编写一个 vpy 脚本以供mpv的 vf=vapoursynth 接口调用:
import vapoursynth as vs
from vapoursynth import core
import k7sfunc as k7f
# 链接mpv当前的视频轨
clip = video_in
# 使用DirectML后端加载超分模型并应用
clip = k7f.UAI_DML(input=clip, model_pth="test.onnx")
clip.set_output()
许可证
GPLv3 License
链接
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
k7sfunc-1.0.0.tar.gz
(105.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
k7sfunc-1.0.0-py3-none-any.whl
(112.3 kB
view details)
File details
Details for the file k7sfunc-1.0.0.tar.gz.
File metadata
- Download URL: k7sfunc-1.0.0.tar.gz
- Upload date:
- Size: 105.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6963f36da977931f289697567a287785d54dc334fe22a588d34d78fd8efbd655
|
|
| MD5 |
9b18182d9b8ac3db80338b0b496f0907
|
|
| BLAKE2b-256 |
02925e200e8344e4d2d4e77280c1f7fa82dda66f432d5f9504066a2eeab8ed6e
|
File details
Details for the file k7sfunc-1.0.0-py3-none-any.whl.
File metadata
- Download URL: k7sfunc-1.0.0-py3-none-any.whl
- Upload date:
- Size: 112.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7fe985a782064431e4904fc7cdf84937b0ef5751e108d80c316f1648bb12f5d7
|
|
| MD5 |
32720e8653d393a052f1fdcda3ef0773
|
|
| BLAKE2b-256 |
a9fa6b4c97263758fbae26df9e7f999ea8ab6b9e2588ee7398e0dbcd57bfe5b6
|