pymediainfo icon indicating copy to clipboard operation
pymediainfo copied to clipboard

A Python wrapper around the MediaInfo library

Results 11 pymediainfo issues
Sort by recently updated
recently updated
newest added

Hi, I use pymediainfo to extract the information for video. In the development mode. everyting is fine. But when made a application from pyinstaller. when the program read a video...

Using MacOSX 12.2.1 (Monterey), Python 3.9.12, and trying to install pymediainfo for Sickrage. I also purchased pymediainfo from App Store and downloaded the CLI and dyLib from your website. I...

By default duration of media Tracks returns as float, but for .webm videos it returns string representation of float

Latest version of MediaInfo supports the parsing or IAB (Atmos) Audio tracks.

Currently, the `parse()` method supports file-like objects but they have to be seekable: https://github.com/sbraz/pymediainfo/blob/5ccb77050af8d88feae5847e584ca1652d25e077/pymediainfo/__init__.py#L480-L483 The `mediainfo` binary is able to parse piped input so I assume the library supports non-seekable...

The [libmediainfo](https://github.com/termux/termux-packages/tree/master/packages/libmediainfo) package of Termux uses `libmediainfo.so` rather than `libmediainfo.so.0`.

Is it possible somehow to access how much of the file is already read so I could hook it up to a `rich.Progress`?

I couldn't find anything related in the docs. I would like to print out information whether a wheel is used or a system binary with subprocess (on Linux) and the...

In Mac OS arm, use pip to install, the ```libmediainfo.0.dylib``` is not found [like](https://github.com/sbraz/pymediainfo/issues/125). So I copy the lib in pypi pkg for macos x64, it work. We found that...

Wheels for Mac and Windows were introduced with issue #59. This issue is a request for `manylinux` wheels. The basic steps should be to: * Get the setup script to...