Skip to content

ianseeingbeing/pdf_to_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDF to Video

This is a CLI tool that is written in C++ and is used to convert a .pdf to .mp4 file. It can also convert image sequences into videos.

Features

  • Convert PDF to video
  • Convert image sequence to video
  • Video animation styles:
    • sequence (slide show)
    • scroll (vertical)
  • Chain PDFs or Image Sequences together. (1.pdf + 2.pdf -> output.mp4)
  • Change output settings (fps, resolution, duration)

Dependencies

  1. poppler (>=25.01.0) - pdf to image
  2. opencv (>=4.10.0) - image manipulation
  3. ffmpeg (>=7.0.0) - video rendering backend

Build System

I'm using the Meson build system for my project. It's simple, modern, and easy to learn.

Releases

No releases published

Packages

No packages published