Compare commits

..

No commits in common. "cbed1907daffb90cca5d525c9b6bba9598b6a797" and "2404afb1d0761f5c8b24a0924676ebf638fc81aa" have entirely different histories.

4 changed files with 1 additions and 2 deletions

View File

@ -288,7 +288,7 @@ if __name__ == "__main__":
)
)
inputfile = "source/Sparks_in_Blender.webm"
inputfile = "Sparks_in_Blender.webm"
for codec in encoding:
for crf in encoding[codec]["crf"]:
@ -350,5 +350,4 @@ if __name__ == "__main__":
mse=mse,
)
# TODO make removal optional/togglable with cli switch
os.remove(outputfile)