fix vapoursynth

This commit is contained in:
Zen 2021-02-01 05:01:55 +02:00
parent 4723b6b24b
commit 19afa7f653

View file

@ -83,7 +83,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)
if project.is_vs:
project.chunk_method = 'vs_ffms2'