+ exit if no encoders

This commit is contained in:
Zen 2020-03-25 22:41:56 +02:00
parent feae768afa
commit 1fda48210a

View file

@ -123,6 +123,7 @@ class Av1an:
enc = 'SvtAv1EncApp'
if not find_executable(enc):
print(f'Encoder {enc} not found')
sys.exit()
else:
print(f'Not valid encoder {self.encoder}')
sys.exit()