9 lines
274 B
YAML
9 lines
274 B
YAML
|
preset:
|
||
|
name: Turn the video into grayscale
|
||
|
group: melt
|
||
|
plugin: melt
|
||
|
props:
|
||
|
filters:
|
||
|
- { type: greyscale, in: ~, out: ~ }
|
||
|
|
||
|
# melt test.mp4 -filter greyscale -consumer avformat:output.avi acodec=libmp3lame vcodec=libx264
|