hotfix vs

This commit is contained in:
Zen 2021-02-01 05:13:05 +02:00
parent 5b495c4705
commit 1b89d249a6

View file

@ -93,7 +93,7 @@ def startup_check(project: Project):
if not project.chunk_method:
project.select_best_chunking_method()
project.is_vs = is_vapoursynth(project.input)
project.is_vs = is_vapoursynth(project.input[0])
if project.is_vs:
project.chunk_method = 'vs_ffms2'