VapourSynth video processing functions optimized for media players
Project description
K7sfunc
个人 VapourSynth 常用功能合集
简介
K7sfunc 是一个为mpv实时播放优化的 VapourSynth 视频处理函数库,提供多种视频增强功能。
安装
基础安装
pip install k7sfunc
安装可选依赖
# 安装 AI 推理支持
pip install k7sfunc[ai]
使用示例
编写一个 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
链接
- 与 mpv-lazy 发行同步的版本文档: https://github.com/hooke007/mpv_PlayKit/wiki/3_K7sfunc
- 即时版本的文档: https://github.com/hooke007/K7sfunc/tree/main/doc
- 提问与反馈: https://github.com/hooke007/mpv_PlayKit/discussions
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.1.1.tar.gz
(106.0 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.1.1-py3-none-any.whl
(112.9 kB
view details)
File details
Details for the file k7sfunc-1.1.1.tar.gz.
File metadata
- Download URL: k7sfunc-1.1.1.tar.gz
- Upload date:
- Size: 106.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e2ca31a8821b1fd07e4aee0fc5f4426ce1f280f9cbd63a026fc4c843e97b641
|
|
| MD5 |
09c3c4cdb363f6f23569a9d892c94f4e
|
|
| BLAKE2b-256 |
3cc6409187b3c6c0562d2569feb6d84e598e8665433f19a11cb020d7e5fcd2a3
|
File details
Details for the file k7sfunc-1.1.1-py3-none-any.whl.
File metadata
- Download URL: k7sfunc-1.1.1-py3-none-any.whl
- Upload date:
- Size: 112.9 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 |
a8df1d4938a826c54155c3f58dd8014571d9561c7d6b04cdc5677969fa0fccc9
|
|
| MD5 |
205b0da7a67587aa27a658cbe59a575d
|
|
| BLAKE2b-256 |
d2fb70665a42ec393622ac44e53a9400aacf532a4dd0f8ecd8f3e5cb64ffd533
|