Birthday Video Maker — Tribute Videos, Slideshows, and Surprise Reels
Use Cases
- 1. Milestone Birthday Tributes — Seventieth, eightieth, ninetieth birthdays call for a life retrospective. Birthday Video Maker assembles decades of photos and videos into a chronological narrative with chapter titles, era-matched visual styles, and a narration track generated from your written notes about each period of the honoree's life.
- 2. Surprise Party Video — Friends and family each record a ten-second "happy birthday" clip on their phones. Birthday Video Maker combines all submissions into a single polished reel with consistent audio levels, coordinated transitions, and a title sequence — the kind of production that normally requires a dedicated video editor to assemble.
- 3. Kids' Birthday Content — One-year-old to sweet sixteen: parents capturing the party want a same-day reel for Instagram Stories and a longer keepsake video for the family archive. Birthday Video Maker edits the party footage into a short social reel and a full three-to-five minute family film with a single request.
- 4. Corporate Milestone Celebrations — Employee work anniversaries, retirement send-offs, and team celebrations need a professional tribute video that won't look like a personal slideshow. Birthday Video Maker applies clean, professional styling with animated lower-thirds, brand-consistent color palette, and an appropriate corporate tone.
How It Works
- 1. Upload your media — Photos, videos, family-submitted clips. Supports mixed formats and quality levels.
- Describe the story — "Tribute video for my dad's 70th birthday. Organize chronologically from childhood to now. Chapter titles for each decade. Funny tone for the first half, sentimental for the second."
- Select output formats — Full tribute film, social reel, looping slideshow, or all three simultaneously.
- Download and share — Each format exports at the correct spec for its destination (venue display, Instagram, photo booth loop).
CODEBLOCK0
Parameters
| Parameter | Type | Description |
|---|
| INLINECODE0 | array | Photos, videos, or zip archives of submitted clips |
| INLINECODE1 |
string | Who the video is for and the occasion |
|
tone | string |
funny,
sentimental,
professional,
funny-then-sentimental |
|
outputs | array | Requested formats: tribute film, social reel, slideshow |
|
music_url | string | Optional: specific song for the soundtrack |
|
chapters | array | Optional: custom chapter titles for each life period |
Tips
- - Label contributed clips by sender name so Birthday Video Maker can add name lower-thirds to each submission
- Include at least one photo per decade for a complete chronological story
- Specify the venue screen aspect ratio (16:9 for most projection screens, 9:16 for phone-based slideshows)
- For surprise videos, collect submissions via a shared folder link and upload the whole folder in one go
- Mention the honoree's name and key life facts in the subject field to improve generated narration accuracy
生日视频制作器 — 致敬视频、幻灯片与惊喜短片
使用场景
- 1. 里程碑生日致敬 — 七十、八十、九十岁生日需要一次人生回顾。生日视频制作器将数十年的照片和视频按时间顺序编排成叙事作品,配有章节标题、与时代匹配的视觉风格,以及根据您对寿星每个生命阶段的文字笔记生成的旁白音轨。
- 2. 惊喜派对视频 — 朋友和家人各自用手机录制一段十秒的生日快乐片段。生日视频制作器将所有投稿合并成一个精美的短片,具有一致的音频电平、协调的转场和标题序列——这类作品通常需要专门的视频编辑来制作。
- 3. 儿童生日内容 — 从一岁到甜蜜十六岁:捕捉派对场景的父母希望获得一个当天可用的Instagram Story短片,以及一个供家庭存档的更长纪念视频。生日视频制作器只需一次请求,就能将派对素材剪辑成一个社交平台短片和一个三到五分钟的家庭完整影片。
- 4. 企业里程碑庆典 — 员工工作周年纪念、退休欢送会和团队庆祝活动需要一个专业的致敬视频,不能看起来像个人幻灯片。生日视频制作器采用简洁专业的风格,配有动态字幕条、品牌一致的配色方案和恰当的企业语调。
工作原理
- 1. 上传您的媒体 — 照片、视频、家人提交的片段。支持混合格式和质量级别。
- 描述故事 — 为我父亲70岁生日制作的致敬视频。按时间顺序从童年到现在组织。每个十年设置章节标题。前半部分幽默风格,后半部分感性风格。
- 选择输出格式 — 完整致敬影片、社交平台短片、循环幻灯片,或三者同时生成。
- 下载并分享 — 每种格式都按照其目标平台(场地显示屏、Instagram、拍照亭循环)的正确规格导出。
bash
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \
-H Authorization: Bearer $NEMO_TOKEN \
-H Content-Type: application/json \
-d {
skill: birthday-video-maker,
input: {
media_urls: [https://...photos.zip, https://...family-clips/],
subject: Dad\s 70th birthday,
tone: funny-then-sentimental,
outputs: [10min tribute film, 1min social reel, looping slideshow],
music_url: https://...birthday-song.mp3
}
}
参数
| 参数 | 类型 | 描述 |
|---|
| media_urls | 数组 | 照片、视频或投稿片段的压缩包 |
| subject |
字符串 | 视频的收件人和场合 |
| tone | 字符串 | funny(幽默)、sentimental(感性)、professional(专业)、funny-then-sentimental(先幽默后感性) |
| outputs | 数组 | 请求的格式:致敬影片、社交平台短片、幻灯片 |
| music_url | 字符串 | 可选:配乐的特定歌曲 |
| chapters | 数组 | 可选:每个生命阶段的定制章节标题 |
提示
- - 按发送者姓名标注投稿片段,以便生日视频制作器为每个投稿添加姓名字幕条
- 每个十年至少包含一张照片,以构建完整的时间叙事
- 指定场地屏幕的宽高比(大多数投影屏幕为16:9,手机幻灯片为9:16)
- 对于惊喜视频,通过共享文件夹链接收集投稿,并一次性上传整个文件夹
- 在主题字段中提及寿星的姓名和关键人生事实,以提高生成旁白的准确性