6 Comments
founding
Feb 17Liked by Stan R. Mitchell

FWIW, I often want to upload an audio track to youtube, but it does not do that, so I use ffmpeg command line to add a still image to the audio to create a video (mp4)

Your audio is good enough for me !

It ends up like this https://youtu.be/4A21AulfrX8

ffmpeg -loop 1 -i avitar.png -i IceCreamMan.m4a -c:v libx264 -tune stillimage -c:a aac -b:a 192k -pix_fmt yuv420p -

shortest IcecreamMan.mp4

Expand full comment
Feb 15Liked by Stan R. Mitchell

Stan, good work. Thanks!

Expand full comment