From fd5a1a3d6a00adfb909dc099d98ebeb3a4f93551 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Tue, 26 Feb 2019 22:51:37 -0500 Subject: [PATCH] 2.4.3 fixed the problem where hwaccel is not passed on to ffmpeg --- bin/video2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x.py b/bin/video2x.py index 24d435d..8f42c9b 100755 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -36,7 +36,7 @@ import psutil import time import traceback -VERSION = '2.4.2' +VERSION = '2.4.3' # Each thread might take up to 2.5 GB during initialization. # (system memory, not to be confused with GPU memory)