Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 285 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 285 Bytes

Anime4K Python

Python wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo.

Usages

from anime4k_python import Anime4K

anime4k = Anime4K(backend="mpv", mode="A")
anime4k.process_video(
    "input.mp4",
    "output.mp4",
    1280,
    720,
    scale=2,
)