-
Notifications
You must be signed in to change notification settings - Fork 244
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
Recoverable frame level error while processing MP3 file #196
Comments
The ffmpeg output shows that this file isn't MP3 format, it's AAC, which audiowaveform doesn't support. |
@chrisn, could you please provide a list of supported codecs? |
The documentation for the |
@chrisn, some of our tracks have mp3 extenstion, but codec:
or
it's also not OK? We should have |
And why audiowaveform doesn't throw an error in this case, but still tries to get the data and the process goes on forever? Interrupts only when I kill the instance myself |
audiowaveform will behave unexpectedly if the actual formal of the audio doesn't agree with the file extension or the For formats that audiowaveform doesn't support, you could try converting using ffmpeg first, e.g:
|
Codec name should be |
This is described in the documentation I linked to: |
This is something that could be improved, yes. |
Okay, thank you! I really enjoy your library, thank you for your help! |
Thanks! I appreciate your feedback. |
Hi!
I have a problem with file, which almost down our production env. It's an MP3 file and my processing command:
audiowaveform -i 3a13529c-bad0-4278-a0ff-17cefda8168b.mp3 --pixels-per-second 1 --bits 8 --output-format json
The result:
Ffmpeg result:
Could you help me? Cause I really don't know what I should do with this problem
The text was updated successfully, but these errors were encountered: