darkwood/media-bundle

Maintainers

Package info

github.com/darkwood-com/media-bundle

Type:symfony-bundle

pkg:composer/darkwood/media-bundle

Transparency log

Statistics

Installs: 175

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v8.1.3 2026-07-30 22:42 UTC

This package is auto-updated.

Last update: 2026-07-30 23:32:44 UTC


README

Symfony CLI tool that turns a YAML video definition into per-scene assets (voice, video), persists run state, and produces a render manifest.

Operational guide (environment variables, Replicate setup, benchmark mode, where files land): see docs/mvp-video.md.

composer install
php bin/console app:video:generate examples/video.yaml

Run tests (no live Replicate calls; HTTP is mocked in provider tests):

make phpunit
# or: ./bin/phpunit (delegates to tools/phpunit)