Skip to content

Instantly share code, notes, and snippets.

@eklect
Created October 17, 2021 01:38
Show Gist options
  • Save eklect/bdf06da4f558ebed4c6a32c01dae912d to your computer and use it in GitHub Desktop.
Save eklect/bdf06da4f558ebed4c6a32c01dae912d to your computer and use it in GitHub Desktop.
FFMPG → How to convert Webm to Mp4
#This isnt the greatest quality, but it works for a quick screen grab for Slack
ffmpeg -i input.webm -strict experimental output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment