← 返回
未分类 Key 中文

PDF to Video

Turn a PDF (whitepaper, ebook chapter, slide deck export, research paper) into a short summary video. Use when the source is a PDF URL or a PDF the agent can...
将PDF(白皮书、电子书章节、幻灯片导出、学术论文)转化为短视频摘要。当来源是PDF链接或代理可访问的PDF时使用。
api00 api00 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 305
下载
💾 0
安装
1
版本
#latest

概述

PDF → summary video

Take a PDF URL and produce a short summary video. Internally this routes

through article-to-video once the PDF text has been extracted by Revid's

scraper.

When to use this skill

  • Source is a public PDF URL (whitepaper, paper, ebook, slide export).
  • Goal is a 30–90 s summary, not a full reading.
  • For HTML articles use revid-article-to-short.
  • For local PDFs the agent must first upload to public storage (S3, Supabase

Storage, etc.) so Revid can fetch it.

Inputs

FieldRequiredNotes
---------
urlyesPublic PDF URL (must be reachable, no auth)
aspectRationoDefault 9:16
targetDurationnoDefault 60 (s); raise to 90 s for dense papers

Step-by-step

  1. Confirm the URL ends in .pdf or returns Content-Type: application/pdf.
  2. Set source.scrapingPrompt to bias the summary toward what the user cares

about ("Focus on the methodology section", "Focus on the executive summary",

"Pull the 3 biggest takeaways").

  1. POST /render with the payload below.
  2. Poll /status.

API call template

POST /api/public/v3/render
Host: www.revid.ai
Content-Type: application/json
key: $REVID_API_KEY
{
  "workflow": "article-to-video",
  "source": {
    "url": "{PDF_URL}",
    "scrapingPrompt": "Extract the executive summary and the 3 biggest takeaways. Skip references and appendices."
  },
  "aspectRatio": "9:16",
  "voice":    { "enabled": true, "stability": 0.65, "speed": 0.95, "language": "en-US" },
  "captions": { "enabled": true, "position": "middle", "autoCrop": true },
  "music":    { "enabled": true, "syncWith": "beats" },
  "media": {
    "type": "stock-video",
    "density": "medium",
    "animation": "soft",
    "quality": "pro",
    "imageModel": "good",
    "videoModel": "pro"
  },
  "options": {
    "targetDuration": 60,
    "summarizationPreference": "summarize",
    "soundEffects": true,
    "hasToGenerateCover": true,
    "coverTextType": "title"
  },
  "render": { "resolution": "1080p", "frameRate": 30 }
}

Examples

Failure modes

SymptomFix
------
scrape failedPDF behind auth or login wall. Re-host the PDF on public storage.
Summary skips the section the user cares aboutTighten scrapingPrompt (be specific: section names, page ranges).
Visuals are abstract / off-topicPDFs rarely have crawlable hero images. Pre-render a few key figures as images and pass them in media.provided.
Voice rushes through technical termsLower voice.speed to 0.9.

See also

for full visual control.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Shopify Product Promo

api00
将 Shopify(或任何电商)产品页 URL 转成 30–45 秒的 9:16 宣传视频,适合 TikTok / Reels / Shorts,在用户分享产品时使用。
★ 0 📥 519
design-media

UI/UX Pro Max

xobi667
提供 UI/UX 设计智能与实现指导,帮助打造精美界面。适用于 UI 设计、UX 流程、信息架构、视觉风格、设计系统/标记、组件规格、文案/微文案、无障碍及前端 UI(HTML/CSS/JS、React、Next.js、Vue、Svelte
★ 227 📥 48,732
design-media

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 435 📥 117,792