Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 4th, 2016
127
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.13 KB
| None
|
0
0
raw
download
clone
embed
print
report
#!/bin/bash
# m4a2ogg converts all m4a to ogg in a directory.
for f in *.m4a
do
ffmpeg -i "$f" -c:a vorbis "${f/m4a/ogg}"
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
Python | 9 min ago | 1.23 KB
✅ Free Crypto Method 🔥 🚨
JavaScript | 12 min ago | 0.22 KB
✅ ChangeNOW Profit Exploit 💎 💵
JavaScript | 29 min ago | 0.22 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 46 min ago | 0.22 KB
✅ Swapzone money bug 🚨 🔥
JavaScript | 1 hour ago | 0.22 KB
✅ Crypto Swap Glitch ✅ Still works 💎 💵
JavaScript | 1 hour ago | 0.22 KB
FPS test
HTML | 1 hour ago | 5.37 KB
✅ Free Crypto Method 🔥 🚨
JavaScript | 1 hour ago | 0.22 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!