Don't save output file name
This commit is contained in:
parent
fd428d964f
commit
207561a95c
@ -24,7 +24,6 @@ def write_line(
|
|||||||
crf: str,
|
crf: str,
|
||||||
preset: str,
|
preset: str,
|
||||||
infile: str,
|
infile: str,
|
||||||
outfile: str,
|
|
||||||
outfilesize: float,
|
outfilesize: float,
|
||||||
enctime: int,
|
enctime: int,
|
||||||
vmafmean: float,
|
vmafmean: float,
|
||||||
@ -38,7 +37,6 @@ def write_line(
|
|||||||
crf (str): CRF used
|
crf (str): CRF used
|
||||||
preset (str): Preset used
|
preset (str): Preset used
|
||||||
infile (str): Input file name
|
infile (str): Input file name
|
||||||
outfile (str): Output file name
|
|
||||||
outfilesize (float): Size of output file
|
outfilesize (float): Size of output file
|
||||||
enctime (int): Time to encode
|
enctime (int): Time to encode
|
||||||
vmafmean (float): Mean VMAF score
|
vmafmean (float): Mean VMAF score
|
||||||
@ -52,7 +50,6 @@ def write_line(
|
|||||||
crf,
|
crf,
|
||||||
preset,
|
preset,
|
||||||
infile,
|
infile,
|
||||||
outfile,
|
|
||||||
outfilesize,
|
outfilesize,
|
||||||
enctime,
|
enctime,
|
||||||
vmafmean,
|
vmafmean,
|
||||||
@ -88,7 +85,6 @@ if __name__ == "__main__":
|
|||||||
"CRF",
|
"CRF",
|
||||||
"Preset",
|
"Preset",
|
||||||
"Input file",
|
"Input file",
|
||||||
"Output file",
|
|
||||||
"Output file size (MiB)",
|
"Output file size (MiB)",
|
||||||
"Encode time (s)",
|
"Encode time (s)",
|
||||||
"VMAF Score (mean)",
|
"VMAF Score (mean)",
|
||||||
@ -164,7 +160,6 @@ if __name__ == "__main__":
|
|||||||
crf=crf,
|
crf=crf,
|
||||||
preset=preset,
|
preset=preset,
|
||||||
infile="Sparks_in_Blender.webm",
|
infile="Sparks_in_Blender.webm",
|
||||||
outfile=outputfile,
|
|
||||||
outfilesize=outputfilesize,
|
outfilesize=outputfilesize,
|
||||||
enctime=difftime,
|
enctime=difftime,
|
||||||
vmafmean=vmaf["pooled_metrics"]["vmaf"]["mean"],
|
vmafmean=vmaf["pooled_metrics"]["vmaf"]["mean"],
|
||||||
|
Loading…
Reference in New Issue
Block a user