Skip to main content

VapourSynth video processing functions optimized for media players

Project description

K7sfunc

个人 VapourSynth 常用功能合集

Python Version License

简介

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

链接

Project details


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.5.tar.gz (105.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

k7sfunc-1.0.5-py3-none-any.whl (112.7 kB view details)

Uploaded Python 3

File details

Details for the file k7sfunc-1.0.5.tar.gz.

File metadata

  • Download URL: k7sfunc-1.0.5.tar.gz
  • Upload date:
  • Size: 105.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for k7sfunc-1.0.5.tar.gz
Algorithm Hash digest
SHA256 b5d897f62e874388154a66e403efbb787397c64fd78df2a6766fa3a33b3c3e45
MD5 23fa108d59afa6e5aa129a93384c5061
BLAKE2b-256 001c83d40ad477cc101208b9041e9fc6ba24c9a755067fe230c4ebd603f087ee

See more details on using hashes here.

File details

Details for the file k7sfunc-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: k7sfunc-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 112.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for k7sfunc-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 46e700ea6937aa68135c0cbb5b6890745510c3f749cd76b76c8d458ad6939b95
MD5 f94ab9ba542ce19756354edcafebfa7a
BLAKE2b-256 3a53ba8264a0113ae38cf3cc04d76921ffac965f35c6a95375026e617b01ecb3

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page