Skip to content

Bump mediabunny from 1.28.0 to 1.29.0#354

Merged
dansup merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mediabunny-1.29.0
Jan 21, 2026
Merged

Bump mediabunny from 1.28.0 to 1.29.0#354
dansup merged 1 commit into
mainfrom
dependabot/npm_and_yarn/mediabunny-1.29.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 20, 2026

Copy link
Copy Markdown
Contributor

Bumps mediabunny from 1.28.0 to 1.29.0.

Release notes

Sourced from mediabunny's releases.

v1.29.0

This big new thing in this update is support for reading and writing MPEG Transport Stream (.ts) files, a major requirement for HLS support!

  • Added MPEG-TS demuxer and muxer, supporting AVC, HEVC, AAC, and MP3
  • Added MpegTsOutputFormat, MpegTsOutputFormatOptions, MpegTsInputFormat and MPEG_TS exports
  • Added Input.getFirstTimestamp() which returns the smallest starting timestamp across all tracks
  • EncodedPacket.clone() can now modify almost all properties of the packet, not just timestamp and duration
  • ConversionOptions.trim.start now defaults to the first timestamp of the input file instead of 0 (unless that timestamp is smaller than 0). This corrects a long-standing mismatch between the docs and the implementation.
  • ISOBMFF, Matroska and ADTS muxers now properly accept AAC in ADTS format as input
  • ADTS demuxer has been simplified and now outputs audio packets in ADTS format
  • Ogg muxer can now produce valid 0-packet files
  • TrackCountLimits returned by OutputFormat no longer contain Infinity for the upper bounds but the actual bound instead.
Commits
  • d859b39 Bump minor
  • 2afbec4 Merge pull request #281 from Vanilagy/mpeg-ts
  • ab3a514 Cmon
  • 277290a Fix tests and elaborate on point in docs
  • dbaaea2 Expand packet.clone(), make conversion start timestamp default to the input's...
  • d23b036 Fix side data not being copied when calling EncodedPacket.clone
  • 6c78a0f Fix HEVC not being encodable in CI
  • e7b3437 Add stuff
  • c3a3eb6 Merge remote-tracking branch 'origin/main' into mpeg-ts
  • 46fbfc8 Make MPEG-TS muxing tests not rely on AAC encoder
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [mediabunny](https://github.com/Vanilagy/mediabunny) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/Vanilagy/mediabunny/releases)
- [Commits](Vanilagy/mediabunny@v1.28.0...v1.29.0)

---
updated-dependencies:
- dependency-name: mediabunny
  dependency-version: 1.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dansup dansup merged commit 9f7639e into main Jan 21, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/mediabunny-1.29.0 branch January 21, 2026 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant