Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Convert all FLACs in directory to MP3
bearbear12345
Oct 16th, 2015
106
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Batch
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
@
echo
off
for
%%
f
in
(
*.flac
)
do
(
setlocal
enabledelayedexpansion
set
vstr=
%%
f
set
vstr=
!
vstr:flac=
!
ffmpeg -i "
!
vstr
!
flac" -ab 320k -map_metadata 0 "
!
vstr
!
mp3"
endlocal
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ Free ETH Method ⭐⭐ R
JavaScript | 1 sec ago | 0.31 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 6 sec ago | 0.06 KB
⭐ MAKE $90O INSTANTLY⭐⭐ S
JavaScript | 8 sec ago | 0.31 KB
⭐Crypto Exchange Profit Method⭐⭐ L
JavaScript | 15 sec ago | 0.31 KB
⭐ChangeNOW Bug (Get more on BTC swaps)⭐⭐ U
JavaScript | 21 sec ago | 0.31 KB
⭐⭐⭐if you really want more bring up the fire⭐...
Java | 23 sec ago | 0.06 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 28 sec ago | 0.32 KB
⭐ Exploit 50O$ in 15 Minutes⭐⭐ Y
JavaScript | 28 sec ago | 0.31 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!