
Let's say you don't want to deal with digital music distribution services but want your tracks to be up on Youtube or other video platforms as a streaming/embedding option, so you'd prefer creating a channel and uploading your music manually. Totally valid, as far as I'm concerned.
Creative control over what you use as a picture for that video is a nice thing that comes with this method too. Regardless of what you decide to put there (augmented/expanded cover art with notes, your band photo, or some unrelated but aesthetically fitting thing), it's probably going to be a static image, unless we're talking about a lyric video, algorithmic visualization, or some short loop lifted from classic anime.
So here's how to make a "still video" with just the audio track and an image file as source input, bypassing any cumbersome video editors, shady online converters, resolution (or aspect ratio) limitations, audio recompression, and with a perfectly crisp full-resolution still picture that wouldn't break down into drifting blocks when you seek back and forth in the video player (and also healthily compact in terms of file size):
ffmpeg -loop 1 -i image.jpg -i track.mp3 -c:v libx264 -preset medium -crf 18 -tune stillimage -c:a copy -shortest output.mkv
(don't forget to rename the generic image.jpg and track.mp3 to your actual source file names in the prompt but avoid using spaces in those filenames);That's it.
Cheers,
G
Latest page revision: 04.06.2026 (minor text changes)
copyleft 2026+ g.s. // webpage not very mobile-friendly; best viewed in netscape navigator
if you steal this website's content and don't link back, a combo of slavic and mediterranean curses might come into action
no license, implied or explicit, is granted to use any of this website's content for training ai models