algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
226 stars 50 forks source link

Feat: Sound file preview with sound spectrum (ffmpeg ?) #248

Open inkhey opened 3 years ago

inkhey commented 3 years ago

Feature description and goals

Making preview for sound is complicated, one way to represent sound into image is spectrum. There are many software able to generate spectrum from sound. I do suggest to use ffmpeg showspectrumpic to do so, as it permit to not require a new dependencies, and as ffmpeg is a good software with good support.

External links: