mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Tweaked error message a little.
This commit is contained in:
parent
8617393c7e
commit
3072abcdd2
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ class Project(object):
|
||||||
self.chunk_method = "vs_ffms2"
|
self.chunk_method = "vs_ffms2"
|
||||||
else:
|
else:
|
||||||
log(f"Vapoursynth installed but no supported chunking methods.")
|
log(f"Vapoursynth installed but no supported chunking methods.")
|
||||||
log("Fallbacking back to Hybrid")
|
log("Fallback to Hybrid")
|
||||||
self.chunk_method = "hybrid"
|
self.chunk_method = "hybrid"
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in a new issue