Aerial city footage with a semi-transparent watermark overlay
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 10, |
| 9 | "background": "#000000", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "video", |
| 13 | "src": "examples/city-aerial.mp4", |
| 14 | "z_index": 0 |
| 15 | }, |
| 16 | { |
| 17 | "type": "image", |
| 18 | "src": "examples/watermark.png", |
| 19 | "position": "top-right", |
| 20 | "width": 200, |
| 21 | "height": 50, |
| 22 | "opacity": 0.7, |
| 23 | "z_index": 1 |
| 24 | } |
| 25 | ] |
| 26 | } |
| 27 | ] |
| 28 | } |