mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
changed rav1e basic speed
This commit is contained in:
parent
4b1aeeb534
commit
d4405f25ad
1 changed files with 1 additions and 1 deletions
2
av1an.py
2
av1an.py
|
@ -345,7 +345,7 @@ class Av1an:
|
|||
def rav1e_encode(self, file_paths):
|
||||
|
||||
if self.args.encoding_params == '':
|
||||
self.encoding_params = ' --tiles=4 --speed=5'
|
||||
self.encoding_params = ' --tiles=4 --speed=10'
|
||||
else:
|
||||
self.encoding_params = self.args.encoding_params
|
||||
if self.encode_pass == 1 or self.encode_pass == 2:
|
||||
|
|
Loading…
Reference in a new issue