Implement @mediabunny/prores extension, add onError callbacks to custom coders, fix visibleRect bug in VideoSample

This commit is contained in:
Vanilagy
2026-06-29 17:15:10 +02:00
parent af618f014a
commit 8ae0f9d09e
42 changed files with 1074 additions and 451 deletions
@@ -68,6 +68,7 @@ const compressFile = async (resource: File | string) => {
bitrate: QUALITY_VERY_LOW,
},
audio: {
codec: 'opus',
bitrate: QUALITY_VERY_LOW,
},
});