1- `ffmpeg-downloader `: Python FFmpeg release build binary downloader
2- ==================================================================
1+ `ffmpeg-downloader `: Python FFmpeg release build downloader
2+ ===========================================================
33
44|pypi | |pypi-status | |pypi-pyvers | |github-license | |github-status |
55
1616
1717Python `ffmpeg-downloader ` package automatically downloads the latest FFmpeg release binaries for Windows, Linux, & MacOS. Note
1818while it supports Linux and MacOS, it is intended for Windows users, for whom there is no installer is currently
19- available. Linux and MacOS users should install via OS package manager (e.g., `apt-get ` for Ubuntu and `brew ` for MacOS).
19+ available. Linux and MacOS users are encouraged to install via the OS package manager (e.g., `apt-get ` for Ubuntu and `brew ` for MacOS).
2020
2121The FFmpeg release builds are downloaded from 3rd party hosts:
2222
23- ======= =========================================================================
23+ ======= ==========================================================================
2424Windows `https://www.gyan.dev/ffmpeg/builds <https://www.gyan.dev/ffmpeg/builds >`_
2525Linux `https://johnvansickle.com/ffmpeg <https://johnvansickle.com/ffmpeg >`_
2626MacOS `https://evermeet.cx/ffmpeg <https://evermeet.cx/ffmpeg >`_
27- ======= =========================================================================
27+ ======= ==========================================================================
2828
29- If you appreciate their efforts to build and host these builds, please consider donating on their websites.
29+ If you appreciate their effort to build and host these builds, please consider donating on their websites.
3030
3131Installation
3232------------
@@ -38,19 +38,22 @@ Installation
3838 Console Commands
3939----------------
4040
41- To download and install FFmpeg binaries:
41+ To download and install FFmpeg binaries
42+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4243
4344.. code-block :: bash
4445
4546 python -m ffmpeg_downloader
4647
47- To check for a newer release and update:
48+ To check for a newer release and update if available
49+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4850
4951.. code-block :: bash
5052
5153 python -m ffmpeg_downloader --update
5254
53- To uninstall:
55+ To uninstall
56+ ^^^^^^^^^^^^
5457
5558.. code-block :: bash
5659
0 commit comments