[Red5] FLV to mp3 convertion
Arun Prasad R
findarunhere at gmail.com
Mon Nov 5 21:45:01 PST 2007
Hi All,
I am able to convert FLV Audio(Nellymoser) to mp3. Thought of sharing with
the group.
I have download/install two packages.
1. nelly2pcm <http://code.google.com/p/nelly2pcm/> -
http://code.google.com/p/nelly2pcm/ (which converts nellymoser audio to raw
pcm)
2. lame-3.97 - (used to convert raw pcm to mp3)
Then I have executed the following command.
nelly2pcm ~/rec.flv | lame -r -s 44.00 --bitwidth 16 -x -m m -b 32 - out.mp3
We have to watch out for two parameters sampling rate (-s 44.00) and bit
rate(-b 32). Changes in these value may require depending on the FLV
recording settings.
Thanks,
Arun
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20071106/bd6cb4bc/attachment.html
More information about the Red5
mailing list