Created
June 3, 2014 10:53
-
-
Save zsrinivas/946d2e64e348e88b3df6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
ls *.3gp >> /tmp/convehjrtthevid19fjvfdo3.txt ; | |
while read line | |
do | |
ffmpeg -i "$line" "$line.mp3" | |
done < /tmp/convehjrtthevid19fjvfdo3.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment