about summary refs log tree commit diff
path: root/flac2mp3
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>1970-01-01 03:00:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-20 11:57:34 +0300
commitfcf8d0c0246b353f255eb5173cd8cd3748f8da3b (patch)
tree50717852ab2d895415a77b64462de4723322c404 /flac2mp3
chore: init HEAD master
Diffstat (limited to 'flac2mp3')
-rwxr-xr-xflac2mp34
1 files changed, 4 insertions, 0 deletions
diff --git a/flac2mp3 b/flac2mp3
new file mode 100755
index 0000000..c3e2272
--- /dev/null
+++ b/flac2mp3
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# shellcheck disable=SC1083
+parallel ffmpeg -i {} -qscale:a 0 -vn {.}.mp3 ::: ./*.flac

Consider giving Nix/NixOS a try! <3