Skip to content

Instantly share code, notes, and snippets.

@joduplessis
Created May 31, 2020 19:14
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 joduplessis/66e4dab27d1d28651ae574c49eecfa0f to your computer and use it in GitHub Desktop.
Save joduplessis/66e4dab27d1d28651ae574c49eecfa0f to your computer and use it in GitHub Desktop.
Favourite bash command for converting almost any video to H.264/AAC (web video).
#!/bin/bash
ffmpeg -i input.mp4 -vcodec libx264 -acodec aac output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment