script to batch convert .flac files to .opus files
./convert.fish sourcedir destdir
You need golang & opus-tools (for opusenc). you can likely substitute it with ffmpeg if you would like to modify the script, though.
golf (GO List Files) and gold (GO List Directories) are expected to be in your $PATH.
MIT