Skip to content

Instantly share code, notes, and snippets.

@allanbatista
Last active December 4, 2019 19:57
Show Gist options
  • Save allanbatista/83c520f04084845ff3c8d72681233099 to your computer and use it in GitHub Desktop.
Save allanbatista/83c520f04084845ff3c8d72681233099 to your computer and use it in GitHub Desktop.
converter video mp4 para whatsapp
#!/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