Releases: Saganaki22/ContentMachine
Releases · Saganaki22/ContentMachine
0.1.6
0.1.5
ZIP export (export.js):
- Videos: now exports ALL versions — videos/scene_NN_v1.mp4, v2.mp4, …, _selected.mp4 — not just the selected one
- Thumbnails: split into thumbnail/selected/ (what you picked) and thumbnail/all/ (every generated thumbnail from the grid)
Auto-save (session.js):
- Removed dead no-op loop (was an Object.entries call with an empty body)
- Videos now downloaded to disk: videos/scene_NN_selected.mp4, videos/history/scene_NN_vN.mp4 — CDN links no longer relied on for persistence
LTX-2 Fast duration (claude.js):
- avgDuration in the user message was still 10 despite system prompt saying 14 — fixed to 14
- Action sequence rapid cuts: hardcoded 6s → 8s minimum for LTX-2 Fast
- Standard beats: hardcoded 6-8s → 12-14s for LTX-2 Fast
- Example JSON duration_seconds is now model-aware (14 for LTX-2 Fast)
README:
- README.zh.md — full Chinese translation
- README.ja.md — full Japanese translation
- README.md — updated output folder structure and ZIP contents to reflect new video/thumbnail layout
0.1.4
Initial public release