From f790b300395c4c1ae3827f024895222afc8c7482 Mon Sep 17 00:00:00 2001 From: K4YT3X Date: Thu, 21 Feb 2019 12:27:39 -0500 Subject: [PATCH] 2.4.1 added the feature to migrate audio tracks and subtitles --- bin/video2x.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/video2x.py b/bin/video2x.py index e9ee1f1..b493b52 100755 --- a/bin/video2x.py +++ b/bin/video2x.py @@ -35,7 +35,7 @@ import psutil import time import traceback -VERSION = '2.4.0' +VERSION = '2.4.1' # Each thread might take up to 2.5 GB during initialization. # (system memory, not to be confused with GPU memory)