To extract the audio stream from a video file using ffmpeg, open a terminal window and enter the following command: $ ffmpeg -i file.avi -vn -ab 256k -ar 48000 -y file.mp3 <enter> Note that the values 256 and 48000 in the above example can be changed per convenience.
Tag: convert audio
Convert audio CD to MP3 using Sound Converter in Ubuntu
While there are many tools to convert audio CD's from one format to another, here's another way to convert audio CDs to MP3 in Ubuntu. Insert the audio CD you want to convert in the CD drive Copy the tracks on the audio CD to wav files using: $ cdparanoia -B <enter> To convert to … Continue reading Convert audio CD to MP3 using Sound Converter in Ubuntu