Skip to content

Instantly share code, notes, and snippets.

@ricmello
Created April 17, 2022 00:49
Show Gist options
  • Save ricmello/e8f69b82cbe49e4079ea6fa0c06bed89 to your computer and use it in GitHub Desktop.
Save ricmello/e8f69b82cbe49e4079ea6fa0c06bed89 to your computer and use it in GitHub Desktop.
brew install ffmpeg
ffmpeg -i video-original.mp4 -vcodec h264 -acodec mp2 video.mp4
ffmpeg -i video-original.mp4 -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus video.webm

@Leoks51
Copy link

Leoks51 commented Apr 17, 2022

Nice.

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