Still Frame + Music = Video
October 28, 2013 4:13 PM   Subscribe

I regularly want to make videos for YouTube consisting of a single still album art image + audio track. I use OS X. I'm still looking for the best solution for this seemingly trivial task.

My "best-so-far" solution is using ffmpeg as follows:

ffmpeg -y -loop_input -shortest -i album-art.png -i song.aiff -ab 192k -vcodec libx264 -vpre normal output-video.mp4

This is pretty good! But the first few seconds of the video show terrible compression artifacts (for example) which anger and disappoint me, until the image stabilizes. I want it lovely and crisp from the first frame.

Please suggest different ffmpeg settings or a different tool. If you're thinking of suggesting iMovie, it cannot do this without mangling the image and/or audio in completely unacceptable ways, so that's out.
posted by Wolfdog to Computers & Internet (3 answers total)
 
I wonder if this is due to motion estimation?

This suggests -g 0 for disabling that feature.
posted by stobor at 7:59 AM on October 30, 2013


Response by poster: A good thought, but no, it still starts out all cruddy.
posted by Wolfdog at 3:54 PM on October 30, 2013


mp32tube.com?
posted by gwint at 6:41 AM on November 11, 2013


« Older Used car price weirdly low -- what to look/ask for...   |   Excel 2010 - combining spreadsheets Newer »
This thread is closed to new comments.