1
0
flewkey.com/encode.sh
Ryan Fox 09ae6a513c
music: Add encoding script
I probably don't need to downsample all of my audio, but whatever.
2024-06-02 16:36:36 -07:00

3 lines
73 B
Bash
Executable File

#!/bin/sh
exec ffmpeg -i "${1}" -vn -ar 44100 -ac 2 -b:a 128k "${1}.mp3"