Skip to content

Instantly share code, notes, and snippets.

View stoyan-scava's full-sized avatar

Stoyan Georgiev stoyan-scava

View GitHub Profile
@stoyan-scava
stoyan-scava / ffmpeg-web-video-guide.md
Created January 26, 2025 10:12 — forked from jaydenseric/ffmpeg-web-video-guide.md
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