Search code examples
c++caudiomp3flv

Converting .FLV files to MP3


I was wondering if there is a way to convert FLV files to MP3 programly, with an external library or something (and I need a library that I wont be having to copy it's DLL next to the EXE if I'm turning it on, on a computer that doesnt have the library installs - such as OpenCV)..

Thanks!


Solution

  • FFmpeg is very good a this, and its open source.