bash-scripts/covers.sh
2024-06-19 13:53:31 -07:00

2 lines
86 B
Bash

for i in music/*/*/*.opus; do ffmpeg -n -i "$i" -vf scale=300:300 "${i%.*}.bmp"; done