Created
September 26, 2016 01:04
-
-
Save kavun/fbfd6d3487a4c054db32adc16bc2de74 to your computer and use it in GitHub Desktop.
mp3 to video
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 -loop 1 -r 2 -i "image.jpg" -i "song.mp3" -vf scale=-1:380 -c:v libx264 -preset slow -tune stillimage -crf 18 -c:a copy -shortest -pix_fmt yuv420p -threads 0 "output.mkv" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment