We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By default duration of media Tracks returns as float, but for .webm videos it returns string representation of float
The text was updated successfully, but these errors were encountered:
Hi, I believe other types return int because of:
int
pymediainfo/pymediainfo/__init__.py
Line 92 in 2e5891b
This code applies to all attributes so I'm not sure changing them is a good idea.
I don't really understand why some webm files don't have an integer duration. @JeromeMartinez do you have any idea why (test file)?
$ mediainfo --Inform="Video;%Duration%" test.webm 7040.000000
Sorry, something went wrong.
No branches or pull requests
By default duration of media Tracks returns as float, but for .webm videos it returns string representation of float
The text was updated successfully, but these errors were encountered: