Compare commits
3 Commits
2404afb1d0
...
cbed1907da
Author | SHA1 | Date | |
---|---|---|---|
cbed1907da | |||
f36e379625 | |||
e9f38f56ba |
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user