platypush/platypush/plugins/ffmpeg/manifest.yaml

15 lines
213 B
YAML

manifest:
events: {}
install:
apk:
- ffmpeg
apt:
- ffmpeg
pacman:
- ffmpeg
- python-ffmpeg
pip:
- ffmpeg-python
package: platypush.plugins.ffmpeg
type: plugin