|
|
il y a 4 mois | |
|---|---|---|
| .. | ||
| .gitignore | il y a 4 mois | |
| README.md | il y a 4 mois | |
| package-lock.json | il y a 4 mois | |
| package.json | il y a 4 mois | |
| record-demo.ts | il y a 4 mois | |
Automated demo video recording using Playwright.
cd demo-video
npm install
npm run install-browsers
npm run record
npm run record:headless
DEMO_URL=https://your-bambuddy.example.com npm run record
Videos are saved to output/ as .webm files.
ffmpeg -i output/video.webm -c:v libx264 -crf 23 demo.mp4
ffmpeg -i output/video.webm -c:v libx264 -crf 18 -preset slow demo.mp4
Edit record-demo.ts to: