Sorry to disappoint you, but this is from the latest ffmpeg source:
case FLV_CODECID_NELLYMOSER_8HZ_MONO:
acodec->sample_rate = 8000; //in case metadata does not
otherwise declare samplerate
case FLV_CODECID_NELLYMOSER:
default:
av_log(s, AV_LOG_INFO, "Unsupported audio codec (%x)\n",
flv_codecid >> FLV_AUDIO_CODECID_OFFSET);
acodec->codec_tag = flv_codecid >> FLV_AUDIO_CODECID_OFFSET;
Evert
robbie lindauer wrote:
> Yes.
>
> If you can save the object as a flash video file (.flv) you can
> export the audio stream as an mp3 from ffmpeg.
>
> R
>
>
> On May 29, 2007, at 12:51 PM, Martin Wood-Mitrovski wrote:
>
>
>> Charlie Abbott wrote:
>>
>>> If I understand your question right - Flash media server and Red5
>>> (according to site) will record client streams as FLV's. You can then
>>> convert the FLV to MP3 on the server. If I remember right we used
>>> FFMPEG to convert the FLV's to MP3's.
>>>
>> does ffmpeg now convert nellymoser to mp3?
>>
>>
>> _______________________________________________
>> osflash mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/osflash_osflash.org
>>
>
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
>
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org