pymediainfo
pymediainfo copied to clipboard
Inconsistency in the parse method's results.
There is a bug in the parse method concerning images. When analyzing images in the same target directory, the results differ depending on whether there are more than 23 images or fewer. What could be causing this?
Hello, please provide a script to reproduce the issue as well as the example files.
MediaInfo library (the underlying library used by pymediainfo) developer here.
It is a MediaInfo library feature, the directory is detected as containing a video stream because it is the expected result by some users having this file names (numbering sequence).
It can be disabled with Option("File_TestContinuousFileNames", "0").