-
Notifications
You must be signed in to change notification settings - Fork 116
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
ffmpeg error with [s16le @ 0x863400] Could not find codec parameters (Audio: pcm_s16le, 1 channels, s16) #16
Comments
There seems to be nothing wrong with ffmpeg, I can correct encode the input file to s16le and then to ogg :
The file is playable with smplayer. |
I can also merge 2 files manually using pure ffmpeg (without gap) :
Output file is playable and correct. |
It can't even process a single input:
|
It seems the issue is missing
|
tonistiigi
added a commit
that referenced
this issue
Jun 5, 2014
Fixed #16 ffmpeg error with [s16le @ 0x863400] Could not find codec para...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Files are from http://gnome-look.org/content/show.php/Cleanus?content=61245
(these are MP3 files named as ogg, don't know why, but renaming the files to mp3 has no effect)
For
audiosprite -c 2 -f howler -o cleanus-mp3 -g 0.3 ../*.mp3
:Additionally #14 should be fixed to make it less confusing.
The text was updated successfully, but these errors were encountered: