Skip to content

Instantly share code, notes, and snippets.

@ratacibernetica
Created January 20, 2021 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ratacibernetica/5d665741eafce6afbfefa9db0a3adddf to your computer and use it in GitHub Desktop.
Save ratacibernetica/5d665741eafce6afbfefa9db0a3adddf to your computer and use it in GitHub Desktop.
ffmpeg mp4 to WhatsApp
```
ffmpeg -i broken.mp4 -c:v libx264 -profile:v baseline -level 3.0 -pix_fmt yuv420p working.mp4
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment