You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Audio mp3 files with id3v2 tags filled in Chinese or Japanese in UTF are returned garbled when using ffprobekit method FFprobeKit.getMediaInformationAsync and latest 4.5 version for iOS. I have tried obtaining metadata with getLogs() and got same problem. Running ffprobe on MacOS returns valid tags metadata. Expected behavior
Tags written in unicode non-ascii characters should be extracted properly.
Thanks. I managed to see the problem locally. Though I'm not sure about the reason yet.
In FFmpegKitConfig.m we are using NSUTF8StringEncoding to convert the strings from char* to NSString. I suspect those Unicode characters are lost during that conversion. We need to debug this.
Description
Audio mp3 files with id3v2 tags filled in Chinese or Japanese in UTF are returned garbled when using ffprobekit method FFprobeKit.getMediaInformationAsync and latest 4.5 version for iOS. I have tried obtaining metadata with getLogs() and got same problem. Running ffprobe on MacOS returns valid tags metadata.
Expected behavior
Tags written in unicode non-ascii characters should be extracted properly.
Environment
Other
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: