Compare commits

..

3 Commits

Author SHA1 Message Date
cbed1907da Add TODO
Some checks failed
ci/woodpecker/push/linting Pipeline failed
2022-11-09 19:48:49 +01:00
f36e379625 New video source 2022-11-09 19:48:42 +01:00
e9f38f56ba Moving video files to "source" subfolder 2022-11-09 19:48:25 +01:00
4 changed files with 2 additions and 1 deletions

View File

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