Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 265 Bytes

divide-video

on MacOS using Homebrew (https://brew.sh/)

brew install ffmpeg

on Windows using Chocolatey (https://chocolatey.org/)

choco install ffmpeg

on Ubuntu or Debian

sudo apt update && sudo apt install ffmpeg

on Arch Linux

sudo pacman -S ffmpeg