v1.51.0
Vanilagy/mediabunnyv1.51.0Jul 22, 2026by Vanilagy
AI Summary
Introduces advanced control over conversion workflows by allowing conversions to be composed and enabling pausing or stepping through execution.
Key Highlights
- Added composable conversions allowing conversions to share outputs
- Added `pauseSignal` option to the `execute` method for pausing conversions
- Added `until` option to the `execute` method for stepping conversions forward
New Features
- Composable conversions
- Pause capability for conversions
- Stepping capability for conversions
Full Release Notes
- Added *composable conversions*: You can now set `composable: true` for a `Conversion`, which makes the `Conversion` no longer "own" the `Output`. This allows you to add additional tracks manually, or have multiple conversions target the same output, useful for combining multiple files into one. - Conversions can now be paused using the `pauseSignal` option on the `execute` method - Conversions can now be stepped forward deliberately using the `until` option on the `execute` method