mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Fixed error message.
This commit is contained in:
parent
24117bd4d9
commit
8617393c7e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class Project(object):
|
|||
log("Set Chunking Method: FFMS2")
|
||||
self.chunk_method = "vs_ffms2"
|
||||
else:
|
||||
log(f"Vapoursynth not installed but no supported methods.")
|
||||
log(f"Vapoursynth installed but no supported chunking methods.")
|
||||
log("Fallbacking back to Hybrid")
|
||||
self.chunk_method = "hybrid"
|
||||
|
||||
|
|
Loading…
Reference in a new issue