forked from platypush/platypush
16 lines
237 B
YAML
16 lines
237 B
YAML
manifest:
|
|
events: {}
|
|
install:
|
|
apk:
|
|
- ffmpeg
|
|
apt:
|
|
- ffmpeg
|
|
dnf:
|
|
- ffmpeg
|
|
pacman:
|
|
- ffmpeg
|
|
- python-ffmpeg
|
|
pip:
|
|
- ffmpeg-python
|
|
package: platypush.plugins.ffmpeg
|
|
type: plugin
|