mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
hotfix vs
This commit is contained in:
parent
5b495c4705
commit
1b89d249a6
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue