From fcf8d0c0246b353f255eb5173cd8cd3748f8da3b Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- flac2ogg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 flac2ogg (limited to 'flac2ogg') 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 -- cgit 1.4.1