1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-07-06 05:09:34 +00:00
scripts/flac2mp3

4 lines
119 B
Plaintext
Raw Normal View History

2016-05-22 18:09:04 +00:00
#!/bin/bash
parallel-moreutils -i -j$(nproc) ffmpeg -i {} -qscale:a 0 {}.mp3 -- ./*.flac
rename .flac.mp3 .mp3 ./*.mp3