Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b4fdc62

Browse files
committed
docs update
1 parent 8d7fe12 commit b4fdc62

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
77

88
- First release.
99

10-
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...HEAD
11-
[v0.1.0]: https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.3.1
10+
[Unreleased]: https://github.com/python-ffmpegio/python-ffmpegio-plugin-downloader/compare/v0.1.0...HEAD
11+
[v0.1.0]: https://github.com/python-ffmpegio/python-ffmpegio-plugin-downloader/compare/e8a76df6c187d07467b7ac2e2b9ad069befb886d...v0.1.0

README.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ most of the multimedia formats available today.
2222
One caveat of FFmpeg is that there is no formal program installer for Windows and MacOS (although
2323
`homebrew` could be used for the latter). `ffmpegio-plugin-downloader` adds a capability to download
2424
the latest release build of FFmpeg and use it in `ffmpegio` without any user intervention. This
25-
mechanism is supported by `ffmpeg-downloader <https://github.com/python-ffmpegio/python-ffmpeg-downloader>__`
25+
mechanism is supported by `ffmpeg-downloader <https://github.com/python-ffmpegio/python-ffmpeg-downloader>`__
2626
package. Downloading of the release build must be performed manually from the terminal screen,
2727
outside of Python.
2828

@@ -34,18 +34,19 @@ download and install the latest release:
3434

3535
.. code-block:: bash
3636
37-
pip install ffmpegio_plugin_downloader
37+
pip install ffmpegio-core ffmpegio-plugin-downloader
3838
3939
python -m ffmpeg_downloader # downloads and installs the latest release
4040
4141
Once the plugin and the FFmpeg executables are installed, `ffmpegio` will automatically
42-
detects the downloaded executables. (Exception: `ffmpegio` searches the system PATH first.
43-
So, if `ffmpeg` and `ffprobe` are already available on the system, `ffmpegio_plugin_downloader`
44-
will never be called.)
42+
detect the downloaded executables.
4543

4644
At a later date, the installed FFmpeg can be updated to the latest release
4745

4846
.. code-block:: bash
4947
5048
python -m ffmpeg_downloader -U # downloads and updates to the latest release
5149
50+
.. note::
51+
`ffmpegio-plugin-downloader` will *not* be activated if `ffmpeg` and `ffprobe` are
52+
already available on the system PATH.

0 commit comments

Comments
 (0)