Menu

#970 mediainfo cannot deal with filenames containing questionmark (?)

Incorrect_result
closed-duplicate
None
5
2016-01-05
2016-01-05
No

mediainfo cli 0.7.80 (fedora 23) cannot deal with files when the filename contains a unix wildcard like ? or *.

Here is an simple transcript of a test:

[mi]$ convert -size 100x100 xc:white canvas.jpg
[mi]$ mediainfo canvas.jpg 
General
Complete name                            : canvas.jpg
Format                                   : JPEG
File size                                : 203 Bytes

Image
Format                                   : JPEG
Width                                    : 100 pixels
Height                                   : 100 pixels
Color space                              : Y
Bit depth                                : 8 bits
Compression mode                         : Lossy
Stream size                              : 203 Bytes (100%)

[mi]$ cp canvas.jpg "canvas?.jpg"
[mi]$ mediainfo canvas?.jpg 

[mi]$ echo $?
1

Discussion

  • Jerome Martinez

    Jerome Martinez - 2016-01-05

    https://sourceforge.net/p/mediainfo/bugs/950/
    (sorry, did not have the time to fix it)

     
  • Jerome Martinez

    Jerome Martinez - 2016-01-05
    • status: open --> closed-duplicate
    • assigned_to: Jerome Martinez
     

Log in to post a comment.