Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - byte_order

#1
Hi all,

To quickly extract MLV file duration (and some others) information from a command line interface, I wrote a small python script parsing most MLV metadata.
I dunno if it's useless for anybody but me, but if someone have some CLI-based MLV  workflow and mayb be interested, here the script:

https://gist.github.com/anonymous/e23af5a078f2d34f97fca5094b0691a9

It's for python 2.7. Should be easy to fix for python3, though.