Last active
December 4, 2019 19:57
-
-
Save allanbatista/83c520f04084845ff3c8d72681233099 to your computer and use it in GitHub Desktop.
converter video mp4 para whatsapp
This file contains 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
#!/bin/bash | |
ffmpeg -i $1 -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p wp-$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment