Jefferson Diego Gomes wrote:
Hi! (I'm brazilian, so, sorry by my poor english) To do this conversion you can use ffmpeg. The sintax is: ffmpeg -i <flv_file> -ab 128k <output_file>.mp3 or: ffmpeg -i <flv_file> -ab 128k <output_file>.ogg
Change -ab to 160K for better audio bit-rate.