@remotion/media: Upgrade Mediabunny to 1.34.4, register AC3 decoder#6549
Merged
JonnyBurger merged 4 commits intomainfrom Feb 17, 2026
Merged
@remotion/media: Upgrade Mediabunny to 1.34.4, register AC3 decoder#6549JonnyBurger merged 4 commits intomainfrom
@remotion/media: Upgrade Mediabunny to 1.34.4, register AC3 decoder#6549JonnyBurger merged 4 commits intomainfrom
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the monorepo to Mediabunny 1.34.4 and relocates AC3 decoder registration into @remotion/media, removing the explicit @mediabunny/ac3 dependency from @remotion/web-renderer.
Changes:
- Bump Mediabunny versions to
1.34.4across root catalog, templates, CLI metadata, and docs. - Move AC3 decoder registration into
packages/media/src/index.tsand ensure@mediabunny/ac3is treated as external in the media bundle. - Remove
@mediabunny/ac3from@remotion/web-rendererdependencies and bundler externals.
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/web-renderer/package.json | Drops @mediabunny/ac3 dependency from web-renderer. |
| packages/web-renderer/bundle.ts | Removes @mediabunny/ac3 from the external list. |
| packages/template-three/package.json | Updates template Mediabunny version to 1.34.4. |
| packages/template-recorder/package.json | Updates template Mediabunny version to 1.34.4. |
| packages/template-music-visualization/package.json | Updates template Mediabunny version to 1.34.4. |
| packages/studio-shared/src/package-info.ts | Updates reported Mediabunny version to 1.34.4. |
| packages/media/src/index.ts | Registers AC3 decoder at module import time. |
| packages/media/bundle.ts | Marks @mediabunny/ac3 as external for bundling. |
| packages/docs/docs/mediabunny/version.mdx | Updates docs to reference Mediabunny 1.34.4. |
| packages/cli/src/extra-packages.ts | Updates CLI “extra packages” Mediabunny version to 1.34.4. |
| package.json | Updates catalog versions for mediabunny, @mediabunny/mp3-encoder, @mediabunny/ac3 to 1.34.4. |
| bun.lock | Locks updated versions and removes web-renderer’s @mediabunny/ac3 dependency entry. |
…-renderer` Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@remotion/web-rendererto@remotion/media@mediabunny/ac3dependency from@remotion/web-rendererTest plan
@remotion/media🤖 Generated with Claude Code