Created
February 13, 2019 16:45
-
-
Save fredmajor/4cbb156a3e862cfd2cfc581ac1a85ab3 to your computer and use it in GitHub Desktop.
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 ~/Desktop/2niteFinal_3000_2.jpeg -i ./2nite-5_master_podcast.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