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