Skip to content

Instantly share code, notes, and snippets.

@eviltester
Created August 17, 2018 12:38
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 eviltester/83ba5cb1e3f4b2766bb176b9b84449d5 to your computer and use it in GitHub Desktop.
Save eviltester/83ba5cb1e3f4b2766bb176b9b84449d5 to your computer and use it in GitHub Desktop.
compress mp4 with ffmpeg
ffmpeg -i original.mp4 -vcodec h264 -acodec aac compressed.mp4
@eviltester
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment