From 326e03cfc940fe11e5425b8a31ef4fd9497b8bef Mon Sep 17 00:00:00 2001 From: Vanilagy <1696106+Vanilagy@users.noreply.github.com> Date: Thu, 3 Jul 2025 12:42:27 +0200 Subject: [PATCH] Link migration guides in docs --- docs/guide/introduction.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guide/introduction.md b/docs/guide/introduction.md index 7aa8b37..512aac4 100644 --- a/docs/guide/introduction.md +++ b/docs/guide/introduction.md @@ -66,6 +66,13 @@ This library is the result of unifying these libraries into one, solving all the Due to tree shaking, if you only need an MP4 or WebM muxer, this library's bundle size will still be very small. +### Migration + +If you're coming from mp4-muxer or webm-muxer, you should migrate to Mediabunny. For that, refer to these guides: + +- [Guide: Migrating from mp4-muxer to Mediabunny](https://github.com/Vanilagy/mp4-muxer/blob/main/MIGRATION-GUIDE.md) +- [Guide: Migrating from webm-muxer to Mediabunny](https://github.com/Vanilagy/webm-muxer/blob/main/MIGRATION-GUIDE.md) + ## Technical overview At its core, Mediabunny is a collection of multiplexers and demultiplexers, one of each for every container format. Demultiplexers stream data from *sources*, while multiplexers stream data to *targets*. Every demultiplexer is capable of extracting file metadata as well as compressed media data, while multiplexers write metadata and encoded media data into a new file.