Extract audio (in mp3 format) from a .flv file - Ubuntu 11.04

  • Open a console and run:
    sudo apt-get install ffmpeg libavcodec-extra-52
  • ffmpeg -i file.flv -ar 44100 -ab 160 -ac 2 audio.mp3

Comments

Popular posts from this blog

Como configurar el control de directv para que funcione con el Tv

Las Tutucas y todo lo demás

Python Ipdb Cheatsheet