mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-07-18 00:45:53 +00:00
Clarify Ubuntu situation for python3-subprocess
This commit is contained in:
parent
40938b54bc
commit
e34a45ce2d
1 changed files with 4 additions and 1 deletions
5
SETUP.md
5
SETUP.md
|
|
@ -63,9 +63,12 @@ This guide is provided as a basic starting point - there are myriad possible com
|
|||
1. Install the required dependencies of `rffmpeg`:
|
||||
|
||||
```
|
||||
jellyfin1 $ sudo apt -y install python3-yaml python3-subprocess
|
||||
jellyfin1 $ sudo apt -y install python3-yaml
|
||||
jellyfin1 $ sudo apt -y install python3-subprocess
|
||||
```
|
||||
|
||||
Note: On some Ubuntu versions, `python3-subprocess` does not exist, and should instead be part of the Python standard library. Skip installing this package if it can't be found.
|
||||
|
||||
1. Install the NFS kernel server. We will use NFS to export the various required directories so the transcode machine can read from and write to them.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue