Skip to content

Instantly share code, notes, and snippets.

@fredmajor
Created February 13, 2019 16:45
Show Gist options
  • Select an option

  • Save fredmajor/4cbb156a3e862cfd2cfc581ac1a85ab3 to your computer and use it in GitHub Desktop.

Select an option

Save fredmajor/4cbb156a3e862cfd2cfc581ac1a85ab3 to your computer and use it in GitHub Desktop.
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