Use this skill whenever the user wants to create lyric videos, music videos, or animated presentations from Markdown. Triggers include: 'lyric video', 'リリックビデオ', 'MV作成', 'music video', 'Marp to video', 'Remotion', 'スライド動画', 'animated slides', or any request to convert Markdown/text into video format. Also use when adding animations to presentations, syncing text to music, or creating karaoke-style videos. This skill combines Marp (Markdown presentations) with Remotion (React video framework) to generate MP4 videos.
Marp Markdown → リリックビデオ(MP4)変換
| Task | Command |
|---|---|
| プレビュー | npm run studio |
| 動画レンダリング | npm run render |
| カスタム変換 | npm run convert -- -i lyrics.md -o output.mp4 |
| 音楽付き変換 | npm run convert -- -i lyrics.md -a bgm.mp3 -o output.mp4 |
cd marp-lyric-video
npm install
必要環境:
---