Skip to content

Python wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo

License

Notifications You must be signed in to change notification settings

media2x/anime4k-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
)

About

Python wrapper of Anime4K GLSL shaders achieved with FFmpeg and libplacebo

Resources

License

Stars

Watchers

Forks

Packages

No packages published