# Word2Video

Takes every instance of a word in a PDF and turns the frames into a video with ffmpeg.

Source: https://cybars69.github.io/projects/word2video/


Kind: Side project
Tags: Python, ffmpeg
Source: https://github.com/cybars69/word-to-video

A script for making the kind of video that has become a whole niche on short-video apps: take a PDF, find every instance of a word, render those pages as extended frames, and stitch them into a video with ffmpeg.

I have no idea what to call these videos, but I can confirm they exist. You need Python and [ffmpeg](https://ffmpeg.org/) on your path.

[Source on GitHub](https://github.com/cybars69/word-to-video)
