You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ This is a [standalone python package](https://pypi.org/project/bpsrender/) as we
9
9
10
10
It can be installed as a standalone command line utility [via PiPy](https://pypi.org/project/bpsrender/): `pip install [--user] bpsrender`. *Note* that you have to have `$HOME/.local/bin` included in your `$PATH` environment variable (on unix) if you're going to install the utility locally (using `--user` when executing `pip`).
11
11
12
-
BPSRender needs ffmpeg and ffprobe to be available on the PATH to work.
13
12
14
13
## Usage
15
14
@@ -50,6 +49,23 @@ optional arguments:
50
49
produce the final render
51
50
```
52
51
52
+
## External Dependencies
53
+
54
+
BPSRender requires
55
+
56
+
- blender
57
+
- ffmpeg
58
+
59
+
to be available in the PATH environment variable in order to work. In case BPSRender will catch a missing dependency it will throw a message error similar to this:
60
+
61
+
```
62
+
BPSRender couldn't find external dependencies:
63
+
[v] blender: /home/razvan/.local/bin/blender
64
+
[X] ffmpeg: NOT FOUND
65
+
Check if you have them properly installed and available in the PATH environemnt variable.
66
+
Exiting...
67
+
```
68
+
53
69
## Known Issues
54
70
55
71
-[] CTRL-C interrupt leaves subprocesses running in the background
0 commit comments