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.
- 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)
- poppler (>=25.01.0) - pdf to image
- opencv (>=4.10.0) - image manipulation
- ffmpeg (>=7.0.0) - video rendering backend
I'm using the Meson build system for my project. It's simple, modern, and easy to learn.