From 5156d4a8258618147f41bb97d270c563ac5377ce Mon Sep 17 00:00:00 2001 From: k4yt3x Date: Wed, 30 Oct 2024 00:00:00 +0000 Subject: [PATCH] fix(video2x): fixed Anime4K shader name in the help message Signed-off-by: k4yt3x --- src/video2x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video2x.c b/src/video2x.c index 350bf57..5f08da6 100644 --- a/src/video2x.c +++ b/src/video2x.c @@ -180,7 +180,7 @@ void print_help(void) { printf(" -r, --scale Scaling factor (2, 3, or 4)\n"); printf("\nExamples Usage:\n"); - printf(" video2x -i in.mp4 -o out.mp4 -f libplacebo -s anime4k-a+a -w 3840 -h 2160\n"); + printf(" video2x -i in.mp4 -o out.mp4 -f libplacebo -s anime4k-v4-a+a -w 3840 -h 2160\n"); printf(" video2x -i in.mp4 -o out.mp4 -f realesrgan -m realesr-animevideov3 -r 4\n"); }