Update codec soup and docs

This commit is contained in:
Vanilagy
2026-04-28 14:41:20 +02:00
parent ff46a274b1
commit aa4966a5f1
3 changed files with 13 additions and 9 deletions
+1 -1
View File
@@ -186,7 +186,7 @@ npm install mediabunny
```ts
const input = new Input({
source: new UrlSource('./bigbuckbunny.mp4'),
formats: ALL_FORMATS, // .mp4, .webm, .wav, ...
formats: ALL_FORMATS, // .mp4, .webm, .wav, .m3u8, ...
});
const duration = await input.computeDuration();