805 B
805 B
1. Implementation
- 1.1 Update MV creator batch generation to launch independent per-shot pipelines in parallel.
- 1.2 Update popular video batch generation to launch independent per-shot pipelines in parallel.
- 1.3 Ensure each pipeline generates or reuses a first frame before submitting that shot's video task.
- 1.4 Remove batch-time dependency on previous shot tail frames.
- 1.5 Update batch progress/status copy from serial index semantics to parallel completion semantics.
2. Verification
- 2.1 Run targeted TypeScript/lint checks for the changed generation pages.
- 2.2 Run or add focused tests for shared generation helpers if an extractable helper is introduced.
- 2.3 Manually inspect no large image/video binaries are buffered in the new orchestration.