media_add_watermark
Video Watermark — Overlay a text watermark onto a video using FFmpeg, with position and opacity control. [category: media]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Video to watermark. Forces a full H.264 re-encode into MP4 (audio copied) — among the platform's slowest ops on long videos. | |
| text | No | Watermark text. | John's Essentials |
| opacity | No | Fraction 0.0-1.0; invalid values fall back to 0.7. | |
| position | No | No hyphens — 'bottomright', not 'bottom-right'. Unknown values fall back to bottomright. | bottomright |