Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Bash Linux Convert Video
jmunsch
Aug 20th, 2014
275
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Bash
0.11 KB
| None
|
0
0
raw
download
clone
embed
print
report
# rename *.mov files to *.avi and convert using avconv
for
f
in
*
.mov;
do
avconv
${f}
${f 0:-4}
.avi;
done
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Make $2500 in 20 minutes⭐⭐ 2
JavaScript | 7 sec ago | 0.27 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 7 sec ago | 0.17 KB
⭐⭐⭐Exchange Exploit T I⭐⭐⭐
Java | 7 sec ago | 0.17 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 8 sec ago | 0.17 KB
✅⭐ Make $2500 in 15 minutes ⭐✅
JavaScript | 10 sec ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 19 sec ago | 0.17 KB
⭐ Free Crypto Method ✅ NEVER SEEN BEFORE ⭐
JavaScript | 19 sec ago | 0.25 KB
⭐⭐⭐Instant Profit Method⭐⭐⭐
Java | 19 sec ago | 0.17 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!