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.
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.