@mediabunny/ac3 0.1.0 → 1.34.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@mediabunny/ac3)
|
|
4
4
|
[](https://bundlephobia.com/package/@mediabunny/ac3)
|
|
5
5
|
[](https://www.npmjs.com/package/@mediabunny/ac3)
|
|
6
|
+
[](https://discord.gg/hmpkyYuS4U)
|
|
7
|
+
|
|
8
|
+
<div align="center">
|
|
9
|
+
<img src="../../docs/public/mediabunny-logo.svg" width="180" height="180">
|
|
10
|
+
</div>
|
|
6
11
|
|
|
7
12
|
Browsers have no support for AC-3 (Dolby Digital) or E-AC-3 (Dolby Digital Plus) in their WebCodecs implementations. This extension package provides both a decoder and encoder for use with [Mediabunny](https://github.com/Vanilagy/mediabunny), allowing you to decode and encode these codecs directly in the browser. It is implemented using Mediabunny's [custom coder API](https://mediabunny.dev/guide/supported-formats-and-codecs#custom-coders) and uses a fast, size-optimized WASM build of [FFmpeg](https://ffmpeg.org/)'s AC-3 and E-AC-3 coders under the hood.
|
|
8
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mediabunny/ac3",
|
|
3
3
|
"author": "Vanilagy",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "1.34.3",
|
|
5
5
|
"description": "AC-3 and E-AC-3 (Dolby Digital) decoder and encoder extension for Mediabunny, based on FFmpeg.",
|
|
6
6
|
"main": "./dist/bundles/mediabunny-ac3.mjs",
|
|
7
7
|
"module": "./dist/bundles/mediabunny-ac3.mjs",
|