awslabs / project-lakechain

:zap: Cloud-native, AI-powered, document processing pipelines on AWS.
https://awslabs.github.io/project-lakechain/
Apache License 2.0
140 stars 22 forks source link

feat(examples): added audio combination pipeline #44

Open babeuh opened 4 months ago

babeuh commented 4 months ago

Description of changes:

Adds a simple example pipeline that shows how to add an arbitrary amount of audio tracks to a video. It works by passing a composite event with all the required inputs to the ffmpeg middleware.

Checklist

* [ ] Update tests * [ ] Update docs * [x] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) (`fix: `, `feat: `, `docs: `, ...) By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.