Skip to content

Instantly share code, notes, and snippets.

@joduplessis
Created May 31, 2020 19:14
Show Gist options
  • Select an option

  • Save joduplessis/66e4dab27d1d28651ae574c49eecfa0f to your computer and use it in GitHub Desktop.

Select an option

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