dotfiles/scripts/confert-mp4-to-mp3.sh
2020-10-16 22:55:26 +03:00

2 lines
56 B
Bash

#/bin/sh
ffmpeg -i $1 -b:a 192K -vn ~/$directory/$2.mp3