pdf-to-video

Convert PDFs into narrated MP4 video presentations via Remotion.

388|30|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/DangJin/pdf2video --skill pdf-to-video
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-to-video
Source: https://github.com/DangJin/pdf2video/tree/main/.claude/skills/pdf-to-video
Command: npx skills add https://github.com/DangJin/pdf2video --skill pdf-to-video

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of video presentations from PDF documents by extracting highlights and generating a dynamic, narrated visual.

Core Features & Use Cases

  • Automatic highlight extraction: Identify key pages and generate per-page titles and descriptions for a polished video.
  • Video generation workflow: Convert the extracted data into a Remotion-based video pipeline that renders to MP4.
  • Use Case: Turn a 20-page research paper into a 2-minute video with slide-like scenes and a typing-effect description.

Quick Start

Use the pdf-to-video skill to convert a sample.pdf into a video:

  1. Prepare your PDF and place it in public/document.pdf.
  2. Generate a configuration file at props/document.json describing title, highlights, and page descriptions.
  3. Run the render command to produce the video: npx remotion render PdfShowcase out/document.mp4 --props=./props/document.json

Frequently Asked Questions about pdf-to-video

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a PDF to a narrated video presentation?

To convert a PDF to a video presentation, the Skill automatically extracts key pages and descriptions to generate a Remotion-based rendering pipeline that outputs an MP4 file. It transforms reports and manuals into dynamic visual summaries.

What is the best way to turn a research paper into a video?

The best way to turn a research paper into a video is by extracting document highlights into a JSON configuration file. This configuration defines titles and descriptions to render slide-like scenes with typing effects into an MP4 output.

Does Remotion support automated PDF to MP4 rendering?

Remotion supports automated PDF to MP4 rendering when paired with a generated JSON configuration file. You execute the render command with the props file to produce the final video output from your extracted PDF highlights.

Can I use this PDF to video workflow for e-books and manuals?

You can use this PDF to video workflow for e-books, manuals, and research papers. It identifies key pages within these document types to generate a narrated visual summary suitable for quick overviews.

How to generate a Remotion configuration file from PDF highlights?

You generate a Remotion configuration file by placing your PDF in the public directory. The Skill then extracts the document's key pages and descriptions, outputting a JSON file that defines the video pipeline properties.

Do I need to manually select PDF pages for video generation?

You do not need to manually select PDF pages for video generation. The Skill automatically identifies key pages and extracts highlights to build the visual showcase without requiring manual page selection.