![]() |
List of practical Vim commands |
April 24, 2021 | |
![]() |
Convert a batch of wav files to mp3 |
June 26, 2017 | |
In a terminal/console window type: for file in *.wav; do ffmpeg -i "$file" "`basename "$file" .wav`.mp3"; done |
|