Skip to content

Commit

Permalink
Merge pull request 3b1b#2028 from rudransh61/master
Browse files Browse the repository at this point in the history
Update installation.rst added FFmpeg install
  • Loading branch information
3b1b authored Jan 1, 2024
2 parents d842858 + 71ab276 commit 9ba684d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/source/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,32 @@ System requirements are:
- `Pango <https://pango.org>`__ (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
--------

Expand Down

0 comments on commit 9ba684d

Please sign in to comment.