ffmpeg: batch convert

March 3rd, 2015. Tagged: ffmpeg, Music

Say, a bunch of .wav files to .mp3

$ for f in *.wav; do ffmpeg -i $f "${f%.*}.mp3"; done

Tell your friends about this post on Facebook and Twitter

Sorry, comments disabled and hidden due to excessive spam.

Meanwhile, hit me up on twitter @stoyanstefanov