This commit is contained in:
parent
dd952f9243
commit
53a9c2f6f3
@ -293,6 +293,7 @@ if __name__ == "__main__":
|
|||||||
for codec in encoding:
|
for codec in encoding:
|
||||||
for crf in encoding[codec]["crf"]:
|
for crf in encoding[codec]["crf"]:
|
||||||
for preset in encoding[codec]["presets"]:
|
for preset in encoding[codec]["presets"]:
|
||||||
|
# TODO selection of output location with arguments?
|
||||||
outputfile = os.path.join(
|
outputfile = os.path.join(
|
||||||
"encodes",
|
"encodes",
|
||||||
(
|
(
|
||||||
|
Loading…
Reference in New Issue
Block a user