Timor
#1
0: STDOUT: File “L:\draft_templates\draft_ProResHQ_1920p-25_clean.py”, line 42, in
0: STDOUT: videoEncoder = Draft.VideoEncoder( params[‘outFile’], fps, width, height, kBitRate, codec )
0: STDOUT: RuntimeError: Unrecognized codec: prores. See documentation for list of supported codecs.
0: INFO: Process exit code: 1
Could you please check this…?
…it used to work.
Thanks,
Timor
paul
#2
Could you please try changing the codec to PRORES, all in upper-case letters?
Currently Draft requires all upper-case letters in the codec name, but I think we should change it to accept lower-case letters too.
Timor
#3
That did the trick! Thanks…
Strange thing is, it used to work…? And we definately didn´t change it to lower case…
Doesn´t matter, happy it´s working now!
Timor
paul
#4
Thank you for letting us know! I’ll fix it to work with lower-case letters in the next build.