mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Merge pull request #2028 from rudransh61/master
Update installation.rst added FFmpeg install
This commit is contained in:
commit
9ba684d35f
1 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue