Skip to content

Instantly share code, notes, and snippets.

@jaydenseric
jaydenseric / ffmpeg-web-video-guide.md
Last active September 19, 2024 14:45
A quick guide to using FFmpeg to create cross-device web videos.

Video conversion with FFmpeg

Install

On mac:

  1. Download the latest release.
  2. Extract the binary and place it in /usr/local/bin.

Command basics