Created
June 30, 2018 14:19
-
-
Save sguzman/f510cac7c001a3dad37b97c7c00e8647 to your computer and use it in GitHub Desktop.
Create a black video with an added mp3 track
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
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