Generate AI timelapse videos from idea to final clips. Full pipeline: keyframe generation → frame approval → video generation → delivery.
Generate timelapse-style videos through a structured pipeline: idea → keyframes → approval → video clips → delivery.
IDEA → KEYFRAMES (Nano Banana) → APPROVAL → VIDEO (Veo 3.1-fl) → DELIVER mp4
When user says "давай таймлапс" or similar — brainstorm the concept:
Propose 4-5 keyframe descriptions, get approval before generating.
content/timelapse/{project-name}/[ANCHOR — identical for all frames]
Interior of a workshop, [object] centered in frame, shot from
[angle] at [distance]. [Lighting description]. Same setup throughout.
[VARIABLE — unique per frame]
Frame 1: The [object] shows [damaged state description]...
Frame 2: The [object] has been [intermediate state]...
Frame 3: The [object] is being [process description]...
Frame 4: The [object] is [final state description]...
Send all keyframes to user. Check:
If approved → Phase 4. If not → regenerate specific frames.
veo-3.1-fast-fl for tests, veo-3.1-fl for finalSmooth realistic timelapse of [process description]. Fixed camera angle,
no camera movement. Continuous physical transformation, realistic lighting
changes. No dissolves, no crossfades — only physical build-up and assembly.
{
"messages": [{"role": "user", "content": [
{"type": "text", "text": "Smooth timelapse transition..."},
{"type": "image_url", "image_url": {"url": "data:image/jpeg;base64,{START}"}},
{"type": "image_url", "image_url": {"url": "data:image/jpeg;base64,{END}"}}
]}],
"model": "veo-3.1-fast-fl",
"stream": true
}
content/videos/{project-name}/| Item | Qty | Price | Total |
|---|---|---|---|
| Keyframes | 4-5 | ~$0.05 | $0.20-0.25 |
| Video clips | 3-4 | ~$0.15 | $0.45-0.60 |
| TOTAL | ~$0.70-0.85 |
Smooth transition from day to night, realistic lighting changes,
maintaining the same camera angle and composition
Timelapse showing gradual construction progress,
realistic materials appearing, smooth continuous motion
Natural progression showing seasonal change,
realistic weather transition, maintaining landscape composition
Smooth transformation of the space,
realistic material changes, maintaining perspective and scale
| Проблема | Действие |
|---|---|
| Перепутал API ключи | Nano = кадры, Veo = видео. Разные ключи! |
| Видео не соответствует кадрам | Проверить суффикс -fl в модели |
| Переход неестественный | Переделать кадры — больше сходства |
| Качество низкое | Переключиться с fast-fl на fl |
| API ошибка | Проверить размер кадров < 8MB |
| Параметр | Значение |
|---|---|
| Длительность | 5-10 секунд |
| Качество | HD/4K |
| Формат | MP4 |
| FPS | 24-30 |
| Кадры вход | JPG < 8MB, идентичный aspect ratio |
content/timelapse/{project-name}/
├── frames/
│ ├── frame-1.jpg
│ ├── frame-2.jpg
│ ├── frame-3.jpg
│ └── frame-4.jpg
├── videos/
│ ├── segment-1-2.mp4
│ ├── segment-2-3.mp4
│ └── segment-3-4.mp4
├── prompts.md
└── notes.md
Timelapse Creator v1.0 — Content Factory