mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
fx
This commit is contained in:
parent
6b7471a97d
commit
4a926d804f
1 changed files with 1 additions and 3 deletions
4
av1an.py
4
av1an.py
|
@ -67,7 +67,7 @@ class Av1an:
|
|||
self.min_cq = None
|
||||
self.max_cq = None
|
||||
self.vmaf_plots = None
|
||||
self.n_treads = None
|
||||
self.n_threads = None
|
||||
|
||||
# get all values from argparse
|
||||
self.__dict__.update(arg_parsing())
|
||||
|
@ -106,8 +106,6 @@ class Av1an:
|
|||
self.video_params = get_default_params_for_encoder(self.encoder)
|
||||
|
||||
def target_vmaf(self, source):
|
||||
# TODO speed up for vmaf stuff
|
||||
# TODO reduce complexity
|
||||
|
||||
if self.vmaf_steps < 4:
|
||||
print('Target vmaf require more than 3 probes/steps')
|
||||
|
|
Loading…
Reference in a new issue