How to convert a FLV file recorded with Red5 / FMS to MP3?

前端 未结 4 834
无人及你
无人及你 2021-01-07 10:58

I\'m looking for a way to extract the audio part of a FLV file.

I\'m recording from the user\'s microphone and the audio is encoded using the Nellymoser Asao Codec.

4条回答
  •  暖寄归人
    2021-01-07 11:22

    I'm currently using FFmpeg version SVN-r12665 for this, with no problems (the console version, without any wrapper library). There are some caveats to using console applications from non-console .NET environments, but it's all fairly straightforward. Using the libavcodec DLL directly is much more cumbersome.

提交回复
热议问题