mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
removed dead vmaf code
This commit is contained in:
parent
d3469a7f7b
commit
4eff87980a
1 changed files with 0 additions and 24 deletions
|
@ -83,30 +83,6 @@ class VMAF:
|
||||||
fl = json.load(f)
|
fl = json.load(f)
|
||||||
return fl
|
return fl
|
||||||
|
|
||||||
def get_vmaf_motion(self):
|
|
||||||
"""
|
|
||||||
Runs vmaf_motion filter on chunk and returns average score
|
|
||||||
"""
|
|
||||||
|
|
||||||
cmd = [
|
|
||||||
"ffmpeg",
|
|
||||||
"-loglevel",
|
|
||||||
"error",
|
|
||||||
"-y",
|
|
||||||
"-hide_banner",
|
|
||||||
"-r",
|
|
||||||
"60",
|
|
||||||
"-i",
|
|
||||||
"-",
|
|
||||||
"-vf",
|
|
||||||
"vmafmotion",
|
|
||||||
"-f",
|
|
||||||
"null",
|
|
||||||
"-",
|
|
||||||
]
|
|
||||||
|
|
||||||
print(cmd)
|
|
||||||
|
|
||||||
def call_vmaf(
|
def call_vmaf(
|
||||||
self, chunk: Chunk, encoded: Path, vmaf_rate: int = None, fl_path: Path = None
|
self, chunk: Chunk, encoded: Path, vmaf_rate: int = None, fl_path: Path = None
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in a new issue