oh nice.
here's another trick with audio and ffmpeg:
IF you have an mp3/ogg/flac/opus file that has an EMBEDED COVER in ID3 tag, ffmpeg will be very smart with it - all i did here was:
ffmpeg -i levitation.flac -pix_fmt yuv420p levitation.mp4
if ffmpeg complains, try setting image size with -s parameter:
ffmpeg -i input.flac -pix_fmt yuv420p -s 640x640 output.mp4
#ffmpeg #audiotovideo #tricks #mastodon https://toot.si/media/sCxOCF92_uDFii4tQY0
