pyrt icon indicating copy to clipboard operation
pyrt copied to clipboard

mediainfo

Open mountainpenguin opened this issue 12 years ago • 3 comments

Allow grabbing mediainfo for media files

Either try to write this in as a module, or hook into system mediainfo

mountainpenguin avatar May 29 '12 10:05 mountainpenguin

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 :)

mr-bo-jangles avatar Jun 04 '12 10:06 mr-bo-jangles

Note to self: look at ctypes and loading the mediainfo shared object; would this be easier than calling the mediainfo CLI executable directly?

mountainpenguin avatar Jun 30 '12 11:06 mountainpenguin

https://github.com/paltman/pymediainfo

mr-bo-jangles avatar Jul 27 '12 12:07 mr-bo-jangles