mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Update codec soup and docs
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user