ffmpeg-filter-complex-patterns
Installation
SKILL.md
CRITICAL GUIDELINES
Windows File Path Requirements
MANDATORY: Always Use Backslashes on Windows for File Paths
When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/).
Quick Reference
| Task | Command Pattern |
|---|---|
| Basic filter_complex | -filter_complex "[0:v][1:v]overlay" |
| Named labels | [input]filter[output] |
| Chain filters | filter1,filter2,filter3 |
| Separate chains | chain1;chain2 |
| Map output | -map "[label]" |