From 4fd6e116c8412a5e522b7a2a02d115d25683caca Mon Sep 17 00:00:00 2001 From: Marks Date: Fri, 25 Nov 2022 11:16:05 -0800 Subject: [PATCH] fix 4k tag --- core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.py b/core.py index 7505cab..4f2781a 100644 --- a/core.py +++ b/core.py @@ -855,7 +855,7 @@ def core_main(movie_path, number_th, oCC, specified_source=None, specified_url=N try: props = get_video_properties(movie_path) # 判断是否为4K视频 if props['width'] >= 4096 or props['height'] >= 2160: - _4k = '1' + _4k = '4k' except: pass