Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 529 Bytes

linteq

https://linteq.ru/

first to start install migrations from requirements.txt

It also requires the command-line tool ffmpeg to be installed on your system, which is available from most package managers:

on Ubuntu or Debian

sudo apt update && sudo apt install ffmpeg

on Arch Linux

sudo pacman -S ffmpeg

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

brew install ffmpeg

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

choco install ffmpeg

on Windows using Scoop (https://scoop.sh/)

scoop install ffmpeg