bash-scripts/covers.sh

2 lines
86 B
Bash
Raw Permalink Normal View History

2024-06-19 22:53:31 +02:00
for i in music/*/*/*.opus; do ffmpeg -n -i "$i" -vf scale=300:300 "${i%.*}.bmp"; done