mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
+ exit if no encoders
This commit is contained in:
parent
feae768afa
commit
1fda48210a
1 changed files with 1 additions and 0 deletions
1
av1an.py
1
av1an.py
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue