1
0
flewkey.com/encode.sh

3 lines
73 B
Bash
Raw Permalink Normal View History

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