saltedcoffii / ffmpeg-audio-thumbnailer

Minimal thumbnailer for audio files using ffmpeg that can be used by file managers to create thumbnails for audio files
GNU General Public License v3.0
8 stars 4 forks source link

fix: generate properly sized thumbnails #8

Open dernett opened 5 months ago

dernett commented 5 months ago

The current command generates full-sized thumbnails which wastes a lot of space in ~/.cache. Instead, set the width to %s and scale the height to match the aspect ratio.