drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Other
939 stars 167 forks source link

MPEG-2.5 not supported with mp3 files #285

Closed MuhamedRaafat closed 2 years ago

MuhamedRaafat commented 3 years ago

Hello,

when I tried to ReadMetadata of an mp3 file, a "MPEG-2.5 not supported" is returned is there any solution to solve this problem ?

drewnoakes commented 3 years ago

Are you able to publicly provide a sample MP3 file that exhibits this issue? Please ensure it is not copyrighted.

MuhamedRaafat commented 3 years ago

Thanks for your reply @drewnoakes ,

Here is the download link: https://file-examples-com.github.io/uploads/2017/11/file_example_MP3_5MG.mp3

drewnoakes commented 3 years ago

@MuhamedRaafat when I run the library on the file you provided, I see a different error:

EXCEPTION: File format could not be determined

Are you sure that file is producing the same issue you're seeing?

MuhamedRaafat commented 3 years ago

@drewnoakes yes I am recieving the same error as your, but when i try to clone the project and run mp3 class manually i have recieved MPEG-2.5 not supported

drewnoakes commented 3 years ago

I can't find much information on MPEG-2.5. One source suggests it's an uncommon proprietary format.

My browser is able to play that file just fine, however.

MuhamedRaafat commented 3 years ago

So there are no solutions to deal with this issue?

drewnoakes commented 3 years ago

This will require someone to spend some time investigating this file's format and putting together a pull request to add support. It may be a small or large change. You are welcome to do this investigation and share your findings or even send a pull request to add this support.

drewnoakes commented 2 years ago

@MuhamedRaafat this was addressed by @jbraendle in #314.