pyrt
pyrt copied to clipboard
mediainfo
Allow grabbing mediainfo for media files
Either try to write this in as a module, or hook into system mediainfo
hooking into system mediainfo is the way to go here i think, as you can't expect to update with every version of media info or custom compiled versions :)
Note to self: look at ctypes and loading the mediainfo shared object; would this be easier than calling the mediainfo CLI executable directly?
https://github.com/paltman/pymediainfo