about summary refs log tree commit diff
path: root/flac2ogg
diff options
context:
space:
mode:
Diffstat (limited to 'flac2ogg')
-rwxr-xr-xflac2ogg4
1 files changed, 4 insertions, 0 deletions
diff --git a/flac2ogg b/flac2ogg
new file mode 100755
index 0000000..5e586d8
--- /dev/null
+++ b/flac2ogg
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+# shellcheck disable=SC1083
+parallel ffmpeg -i {} -qscale:a 6 -codec:a libvorbis -vn {.}.ogg ::: ./*.flac

Consider giving Nix/NixOS a try! <3