ffmpegでのnellymoser対応
koba206の開発WIKI » » ffmpegでのnellymoser対応
最新のffmpegではnellymoserをdecodeできるようになったが、どうやらdecodeできるのはnellymoserの種類によるらしい。n=6 (Nellymoser) はdecode可能
だが、 n=4 (Nellymoser 8-kHz mono) と n=5 (Nellymoser 16-kHz mono) のdecodeには失敗する

問題を解決するには録画時にはマイクのデフォルトレートを使用すると、解決するらしい。
ソース:http://stackoverflow.com/questions/67647/how-to-convert-a-flv-file-recorded-with-red5-fms-to-mp3
ソース:http://stackoverflow.com/questions/67647/how-to-convert-a-flv-file-recorded-with-red5-fms-to-mp3
参考書: FFmpegで作る動画共有サイト
