friendica.eskimo.com

I Want to Hold Your Hand was released by the Beatles OTD in 1963 in the United Kingdom cromwell-intl.com/technical/ex… #music #history
1

I use this to convert to ogg, you could do the same with mp3 but ogg provides better audio quality.

#!/bin/bash
ffmpeg -i "$1" -vn -acodec libvorbis -q 7 "$2"