ffmpeg2theora and 'Audio sample format conversion failed'
Bug #1100402 reported by
B K
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ffmpeg2theora |
New
|
Undecided
|
Unassigned |
Bug Description
I'm trying to use ffmpeg2theora to convert the Big Buck Bunny 480p trailer (http://
To post a comment you must log in.
I have also tried to convert the big_buck_ bunny_480p_ h264.mov to ogg theora using ffmpeg2theora from http:// firefogg. org/nightly and got an audio error.
input command: .linux big_buck_ bunny_480p_ h264.mov -o big_buck_ bunny_480p. ogv -v 10 -a 5
liviu@pc:~$ ./ffmpeg2theora
output error: decode_ audio3( ) detected. Overriding with avcodec_ default_ get_buffer decode_ audio4( )
[aac @ 0xb44d2a0] Custom get_buffer() for use withavcodec_
[aac @ 0xb44d2a0] Please port your application to avcodec_
[audioresample @ 0xb47a300] Audio sample format conversion failed
[audioresample @ 0xb47a300] Audio sample format conversion failed
When I add --noaudio, there is no error message.