Skip to content

3.4 FFMPEG

Tomato6966 edited this page Jun 29, 2021 · 1 revision

Install FFMPEG

sudo apt update
sudo apt install ffmpeg
ffmpeg -version

Install FFMPEG via npm

npm i ffmpeg-static -g
Clone this wiki locally