-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anime4k not working in Docker image #1131
Comments
Btw, I have the impression that the way I use this bash function now to invoke via function anime4k()
{
echo == INPUT: $1
echo == OUTPUT: $2
mpv "$1" \
--no-sub \
--glsl-shaders="~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Restore_CNN_VL.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_VL.glsl:~~/shaders/Anime4K_Restore_CNN_M.glsl:~~/shaders/Anime4K_AutoDownscalePre_x2.glsl:~~/shaders/Anime4K_AutoDownscalePre_x4.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl" \
-vf=gpu="w=1440:h=1080" \
--o="$2"
} Anyway for now this works for me so it's not the end of the world, but it would be cool to have just one tool for all algorithms! |
Ah ok! So it seems the backend written by out beloved @k4yt3x already has some support for using ffmpeg under the hood: https://github.com/media2x/anime4k-python Maybe I can use that mode instead... |
Try the new docker image. |
The text was updated successfully, but these errors were encountered: