Created
August 4, 2017 11:02
-
-
Save brotherkaif/8f7de371d9eab9093dd2cc4eb9bbaf9e to your computer and use it in GitHub Desktop.
Snippet 4 for the blog post.
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 -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