Skip to content

Instantly share code, notes, and snippets.

@sguzman
Created June 30, 2018 14:19
Show Gist options
  • Save sguzman/f510cac7c001a3dad37b97c7c00e8647 to your computer and use it in GitHub Desktop.
Save sguzman/f510cac7c001a3dad37b97c7c00e8647 to your computer and use it in GitHub Desktop.
Create a black video with an added mp3 track
ffmpeg -s 640x480 -f rawvideo -pix_fmt rgb24 -r 25 -i /dev/zero -i music.mp3 -vcodec libx264 -preset medium -tune stillimage -crf 24 -acodec copy -shortest output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment