This website requires JavaScript.
Explore
Help
Sign In
vincent
/
conf2
Watch
1
Star
0
Fork
0
You've already forked conf2
Code
Issues
Pull Requests
Releases
Wiki
Activity
a54cd2e300
conf2
/
script
/
script
/
convertMp3
2 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
upgrade convertMP3
2018-07-26 18:50:16 +00:00
for f in *.ogg; do ffmpeg -i "$f" "${f%.*}.mp3" ; done
Reference in New Issue
Copy Permalink