Tweaked error message a little.

This commit is contained in:
Thomasedv 2021-05-09 13:42:57 +02:00
parent 8617393c7e
commit 3072abcdd2

View file

@ -263,7 +263,7 @@ class Project(object):
self.chunk_method = "vs_ffms2"
else:
log(f"Vapoursynth installed but no supported chunking methods.")
log("Fallbacking back to Hybrid")
log("Fallback to Hybrid")
self.chunk_method = "hybrid"
except Exception as e: