-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Unable to decode packet #14
Comments
I was able to pin down the issue. The error "unable to decode packet" comes up when trying to analyse an MP3 file that also has an APEv2 tag attached to it (beside the usual IDv3 Tag). Many tagging tools add it, the popular Windows tool MP3tag (https://www.mp3tag.de/) does so by default, for example. Analysis works fine as soon as I remove the APEv2 tag. Any idea if I might be missing some package? I'm pretty sure this used to work just fine in the past. Let me know if you need a sample file, cheers! |
Hmm interesting. Could you send over one of the broken mp3s if possible? |
Sure, here's an example: |
I've been able to determine the origin of that APEv2 tag: MP3gain (http://mp3gain.sourceforge.net/) |
Hmm. I can't seem to reproduce. Do you know what version of keyfinder-cli and libkeyfinder you're using? |
Hhhm, I compiled them from source a few days prior to posting. I'm unsure how to determine the version since I deleted the source directory and there's -v switch or anything. |
Ok, so I recompiled both libkeyfinder and keyfinder-cli from the latest source available in GIT just now and still have the same result. |
One more version question actually :) What version of ffmpeg do you have installed on your system? |
user@ThinkPad:~$ ffmpeg -version
|
I've encountered the same error message for FLAC or mp3 files. I tried removing APE tags using apetag:
But apetag did not find any APE tag to remove. I'm using the same Ubuntu and ffmpeg versions as @StoneCut. Any clue? Thanks! |
I can succesfully compile libKeyfinder and keyfinder-cli on Ubuntu Bash (Windows Subsytem for Linux - WSL). It uses Ubuntu 18.04.2 LTS.
In the past I was able to successfully analyze files. Since reinstalling Windows, however I have issues when running keyfinder-cli:
$ keyfinder-cli test.mp3
Unable to decode packet
What can I do to fix it? Many thanks!
The text was updated successfully, but these errors were encountered: