fix 4k tag

This commit is contained in:
Marks
2022-11-25 11:16:05 -08:00
parent 05376c1863
commit 4fd6e116c8

View File

@@ -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