This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
7
7
8
8
- First release.
9
9
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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ most of the multimedia formats available today.
22
22
One caveat of FFmpeg is that there is no formal program installer for Windows and MacOS (although
23
23
`homebrew ` could be used for the latter). `ffmpegio-plugin-downloader ` adds a capability to download
24
24
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 >`__
26
26
package. Downloading of the release build must be performed manually from the terminal screen,
27
27
outside of Python.
28
28
@@ -34,18 +34,19 @@ download and install the latest release:
34
34
35
35
.. code-block :: bash
36
36
37
- pip install ffmpegio_plugin_downloader
37
+ pip install ffmpegio-core ffmpegio-plugin-downloader
38
38
39
39
python -m ffmpeg_downloader # downloads and installs the latest release
40
40
41
41
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.
45
43
46
44
At a later date, the installed FFmpeg can be updated to the latest release
47
45
48
46
.. code-block :: bash
49
47
50
48
python -m ffmpeg_downloader -U # downloads and updates to the latest release
51
49
50
+ .. note ::
51
+ `ffmpegio-plugin-downloader ` will *not * be activated if `ffmpeg ` and `ffprobe ` are
52
+ already available on the system PATH.
You can’t perform that action at this time.
0 commit comments