














// overview
Blink.ai automates short-form video creation. Users input a topic or a script, and the system generates a voiceover, fetches relevant stock footage, and stitches it all together with animated captions using FFmpeg.
// key features
- —Automated ScriptingLeverages Gemini AI to turn short prompts into engaging 60-second video scripts.
- —Cloud RenderingUses Node.js child processes to run FFmpeg commands to composite video, audio, and subtitles dynamically.
// tech decisions
FFmpeg was chosen for its unparalleled control over media manipulation, despite its steep learning curve.
// role
Core Developer — Integrated AI models and built the rendering engine using FFmpeg.