A maintenance release of the multimodal, agent-driven video editing system. This update syncs main with the latest documentation and removes the blocker that prevented the README demo video from playing inline on GitHub.
✨ Highlights
- Inline README demo playback — The demo video in
README.mdnow plays directly on GitHub.demo/showcase.mp4is stored as a regular git blob instead of a Git LFS pointer, soblob/main/demo/showcase.mp4renders the native HTML5 video player. - README restructure — Both
README.mdandREADME_CN.mdrebuilt following a high-quality GitHub layout: header, table of contents, highlights, overview with framework figure, workflow diagram, quick start, log visualization, citation, and repository layout. Paper section and figures (logo.png,crayottor_framework.jpg) preserved. - Bilingual — English and 中文 kept in sync.
🔧 Fixed
- README demo video was not playable on GitHub because it was stored as a Git LFS pointer (#25). Added a path exception in
.gitattributesso onlydemo/showcase.mp4bypasses LFS;website/assets/videos/*.mp4and other mp4 assets remain on LFS.