Covert wav to mp3 in linux command line
Page 1 of 1
Covert wav to mp3 in linux command line
- Code:
for i in *.wav ; do
echo $i
b=`basename "$i" .wav`
echo $b
lame --preset insane "$i" "$b.mp3"
done
this command will convert all .wav to .mp3
Similar topics
» Using Timeshift From Command Line Linux cli
» Command Line Currency Convertion For Linux
» Clone a whole site from Linux Command Line
» HOW TO FIX SCREEN RES ISSUES FROM LINUX COMMAND LINE!
» How To Close Linux App From Command Line Or Script
» Command Line Currency Convertion For Linux
» Clone a whole site from Linux Command Line
» HOW TO FIX SCREEN RES ISSUES FROM LINUX COMMAND LINE!
» How To Close Linux App From Command Line Or Script
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum