From 71ab276e057cb6c64f136084c316415797ee6618 Mon Sep 17 00:00:00 2001 From: Rudransh Bhardwaj <115872354+rudransh61@users.noreply.github.com> Date: Fri, 26 May 2023 16:24:30 +0530 Subject: [PATCH] Update installation.rst added FFmpeg install Added how to install ffmpeg --- docs/source/getting_started/installation.rst | 26 ++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/source/getting_started/installation.rst b/docs/source/getting_started/installation.rst index b6b8b531..bf5cea33 100644 --- a/docs/source/getting_started/installation.rst +++ b/docs/source/getting_started/installation.rst @@ -11,6 +11,32 @@ System requirements are: - `Pango `__ (only for Linux) +Install FFmpeg +-------------- + + + +Install FFmpeg Windows +------------------------ +.. code-block:: cmd + + choco install ffmpeg + + +# Install FFmepeg Linux +---------------------------- +.. code-block:: sh + + $ sudo apt update + $ sudo apt install ffmpeg + $ ffmpeg -version + +# Install FFmpeg MacOS +---------------------------- +- Download This ZIP file `https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z`(if the link is not working download this zip file from there original website) + + + Directly --------