I know this hasn't been updated in a while, but most MLV stuff is old anyway.
I checked your PDF docs but there don't seem to be any python bindings listed. Am I missing something or are we expected to just dig through the .py files? 馃槵
Btw, this seems like a great tool. I've been using MLV for a long time and I'm working on a python script so I can just output the image sequence formats I need in one go. ffmpeg can sort of do it, but it leaves things green because it doesn't apply the white balance metadata from the MLV and getting 16-bit or float output is proving to be a pain.
Specifically, I'd like to test outputting uint16 TIFF and float32 RGB EXR files. Point in the right direction would be appreciated for how to do this in python, unless we're just supposed to use subprocess or os.system commands with it.
Thanks
I know this hasn't been updated in a while, but most MLV stuff is old anyway.
I checked your PDF docs but there don't seem to be any python bindings listed. Am I missing something or are we expected to just dig through the
.pyfiles? 馃槵Btw, this seems like a great tool. I've been using MLV for a long time and I'm working on a python script so I can just output the image sequence formats I need in one go. ffmpeg can sort of do it, but it leaves things green because it doesn't apply the white balance metadata from the MLV and getting 16-bit or float output is proving to be a pain.
Specifically, I'd like to test outputting uint16 TIFF and float32 RGB EXR files. Point in the right direction would be appreciated for how to do this in python, unless we're just supposed to use
subprocessoros.systemcommands with it.Thanks