Created
September 7, 2012 11:01
-
-
Save bamthomas/3665125 to your computer and use it in GitHub Desktop.
encode_music_with_single_image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MP3=music.mp3 | |
ffmpeg -loop_input -vframes `mp3info -p "%S" $MP3` -r 1 -f image2 -i cover.jpg -i $MP3 -ab 128k video.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment