mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Implement @mediabunny/prores extension, add onError callbacks to custom coders, fix visibleRect bug in VideoSample
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
"@mediabunny/aac-encoder": ["./packages/aac-encoder/src/index.ts"],
|
||||
"@mediabunny/flac-encoder": ["./packages/flac-encoder/src/index.ts"],
|
||||
"@mediabunny/mp3-encoder": ["./packages/mp3-encoder/src/index.ts"],
|
||||
"@mediabunny/prores": ["./packages/prores/src/index.ts"],
|
||||
"@mediabunny/server": ["./packages/server/src/index.ts"],
|
||||
},
|
||||
},
|
||||
@@ -22,6 +23,7 @@
|
||||
{ "path": "./packages/aac-encoder" },
|
||||
{ "path": "./packages/flac-encoder" },
|
||||
{ "path": "./packages/mp3-encoder" },
|
||||
{ "path": "./packages/prores" },
|
||||
{ "path": "./packages/server" },
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user