Hi all, I'm messing with the flash player 10 beta, which allows audio
to be recorded in Speex format, but having a hard time converting it
to anything else from the .flv.
In a nutshell, nothing yet appears to recognize the Speex audio stream within the .flv (tried both ffmpeg and VLC but VLC is just using ffmpeg so it's not suprising). I basically get:
[flv @ 0x12f240]Unsupported audio codec (fffffffb)
[flv @ 0x12f240]Unsupported audio codec (b)
So my question is a) how can I get VLC to recognize the Speex audio format in an FLV container (ffmpeg is not friendly to Speex from what I can gather) and
b) failing that, is there a way that I can tell VLC (or ffmpeg) to simply export directly the Speex encoded audio so I can use speexdec or something similar to get it into another format? (or force it to recognize the stream as Speex in the first place).
Hope that makes sense, and someone can help.