This commit is contained in:
parent
cbed1907da
commit
dd952f9243
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
vmaf.json
|
||||
*.csv
|
||||
encoded/
|
||||
encodes/
|
||||
*.log
|
||||
|
@ -266,8 +266,8 @@ def score_psnr(outputfile: str, inputfile: str) -> float:
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if not os.path.isdir("encoded"):
|
||||
os.mkdir("encoded")
|
||||
if not os.path.isdir("encodes"):
|
||||
os.mkdir("encodes")
|
||||
|
||||
datafile = version + "-data-" + str(now()) + ".csv"
|
||||
|
||||
@ -294,7 +294,7 @@ if __name__ == "__main__":
|
||||
for crf in encoding[codec]["crf"]:
|
||||
for preset in encoding[codec]["presets"]:
|
||||
outputfile = os.path.join(
|
||||
"encoded",
|
||||
"encodes",
|
||||
(
|
||||
"Sparks_in_Blender-codec_"
|
||||
+ codec
|
||||
|
Loading…
Reference in New Issue
Block a user