mirror of
https://github.com/3b1b/manim.git
synced 2025-11-13 15:47:49 +00:00
Update installation.rst added FFmpeg install
Added how to install ffmpeg
This commit is contained in:
parent
d8428585f8
commit
71ab276e05
1 changed files with 26 additions and 0 deletions
|
|
@ -11,6 +11,32 @@ System requirements are:
|
||||||
- `Pango <https://pango.org>`__ (only for Linux)
|
- `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
|
Directly
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue