Use-a-Thon: Waveform thumbnails for audio files #1298
Labels
Subject: Ansible Playbook
Related to the maintenance and upkeep associated with an Ansible Playbook for Islandora. Always also
Subject: Drupal
related specifically to Drupal, usually pointing somewhere on drupal.org
As a designer I want to see distinct thumbnails for each audio file so I can distinguish repository items at a glance (not so easy if they all have a default thumbnail, see screenshot).
This can be achieved by:
Notes:
showwavespic
filter, see https://ffmpeg.org/ffmpeg-filters.html#toc-showwavespic and https://trac.ffmpeg.org/wiki/Waveform-filter_complex "aformat=channel_layouts=mono,compand,showwavespic=s=320x120:colors=#ffffff,negate" -frames:v 1
.sudo ffmpeg -i http://localhost:8000/_flysystem/fedora/2019-10/demo-audio.mp3 -filter_complex "aformat=channel_layouts=mono,compand,showwavespic=s=320x120:colors=#ffffff,negate" -frames:v 1 /var/www/html/drupal/web/sites/default/files/output.png
Add this action (e.g. via Configuration > Development > Configuration synchronization > Import > Single item, Configuration type = Action:
The text was updated successfully, but these errors were encountered: