@artale/pi-video
v1.0.0
Published
Generate videos programmatically with Pi. React-based video generation.
Maintainers
Readme
Pi Video - Generate Videos Programmatically
React-based video generation, slideshows, animations.
Inspired by remotion-dev/remotion
Quick Start
/video create slideshow "My Presentation"What It Does
CODE ──► Remotion ──► Video (MP4/GIF)
│
└──► React components → Frame by frame- Create - React-based video project
- Preview - Live preview in browser
- Render - Export as MP4 or GIF
- Ship - Embed anywhere
Templates
| Template | Use Case |
|----------|----------|
| slideshow | Photo presentations |
| timeline | Progress animations |
| logo | Animated logo reveal |
| stats | Data visualizations |
| countdown | Timer animations |
Cost
| Method | Cost | |--------|------| | Local render | FREE | | Remotion Cloud | ~$0.05/min | | Local | FREE |
Installation
npm install @artale/pi-videoCommands
/video create slideshow my-presentation
/video create timeline progress-video
/video create logo brand-reveal
/video listRequirements
- Node.js 18+
- ffmpeg (for rendering)
- npx (comes with Node)
