Skip to content

Instantly share code, notes, and snippets.

@brotherkaif
Created August 4, 2017 11:02
Show Gist options
  • Save brotherkaif/8f7de371d9eab9093dd2cc4eb9bbaf9e to your computer and use it in GitHub Desktop.
Save brotherkaif/8f7de371d9eab9093dd2cc4eb9bbaf9e to your computer and use it in GitHub Desktop.
Snippet 4 for the blog post.
ffmpeg -ss 00:01:00 -i inputVIDEO.mp4 -i inputAUDIO.mp3 -map 0:0 -map 1:0 -vf "scale=iw*sar:ih,yadif,fps=fps=25,crop=in_h:in_h,scale=720:720" -shortest output.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment