Integration playbook
Very Good FFmpeg + Make
Connect Very Good FFmpeg to Make (formerly Integromat) for visual video processing automation. Build multi-step video pipelines with drag-and-drop workflows.
Setup steps
5
Use cases
3
Runtime
6 hrs
workflow.jsonPOST /api/ffmpeg
POST https://verygoodffmpeg.com/api/ffmpeg
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"input_files": { "video": "{{previous_module.file_url}}" },
"output_files": ["1080p.mp4", "720p.mp4", "thumbnail.jpg"],
"ffmpeg_commands": [
"-i {{video}} -vf scale=1920:1080 {{1080p.mp4}}",
"-i {{video}} -vf scale=1280:720 {{720p.mp4}}",
"-i {{video}} -ss 00:00:05 -vframes 1 {{thumbnail.jpg}}"
]
}→
→
Setup
How to connect Very Good FFmpeg to Make
Build
What you can build with Make
Start automating Make video workflows
Get an API key in 30 seconds. Your first 2 GB are free. No credit card required.