/shell

Useful shell commands

MIT LicenseMIT

shell

Useful shell commands

Convert FLAC to MP3

$ parallel ffmpeg -i {} -qscale:a 0 {.}.mp3 ::: *.flac