Files
hermes-agent/tools
Alexander Whitestone 2c587d9d32
Some checks failed
Contributor Attribution Check / check-attribution (pull_request) Failing after 37s
Docker Build and Publish / build-and-push (pull_request) Has been skipped
Supply Chain Audit / Scan PR for supply chain risks (pull_request) Successful in 33s
Tests / e2e (pull_request) Successful in 2m42s
Tests / test (pull_request) Failing after 38m21s
feat: FFmpeg video composition pipeline — shared infra (#643)
Shared video pipeline for Video Forge (#53) and LPM 1.0 (#641).

tools/video_pipeline.py:
- FFmpegPipeline class wrapping ffmpeg CLI
- Image sequence -> video with crossfade transitions
- Ken Burns pan/zoom effect on still images
- Audio-video muxing with beat alignment
- H.264/WebM encoding with faststart for web
- HLS streaming output
- Full compose() pipeline combining all components

tests/test_video_pipeline.py: 14 tests

Closes #643
2026-04-14 21:12:00 -04:00
..