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