Using PHP and AI to build a Markdown to Video convertor

Опубликовано: 20 Март 2026
на канале: PHP Annotated
7,236
308

I built a convertor that takes a markdown file and generates a video from it.

#php #annotated #laravel

Links:

Source code: https://github.com/brendt/ytai
FFmpeg: https://ffmpeg.org/
Browsershot: https://spatie.be/docs/browsershot/v2...
CoquiTTS: https://github.com/coqui-ai/TTS

Timestamps:

00:00 Intro
00:21 Problems with ChatGPT
01:34 FFmpeg
03:27 Implementing text-to-speech
04:36 Visuals with Browsershot
05:29 Improving text-to-speech
06:29 Small improvements
06:52 Final thoughts