Skip to content

Instantly share code, notes, and snippets.

@zsrinivas
Created June 3, 2014 10:53
Show Gist options
  • Save zsrinivas/946d2e64e348e88b3df6 to your computer and use it in GitHub Desktop.
Save zsrinivas/946d2e64e348e88b3df6 to your computer and use it in GitHub Desktop.
#!/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