mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 10:53:50 +02:00
Fix tests and elaborate on point in docs
This commit is contained in:
@@ -482,7 +482,7 @@ test('MPEG-TS with unknown file size (ReadableStreamSource)', async () => {
|
||||
.toBeGreaterThanOrEqual(10);
|
||||
});
|
||||
|
||||
test('MPEG-TS transmuxed by FFmpeg', async () => {
|
||||
test('MPEG-TS transmuxed by FFmpeg', { timeout: 30_000 }, async () => {
|
||||
using input = new Input({
|
||||
source: new UrlSource('https://pub-cf9fcfcb5c0a44e9b1bb5ff890e041ae.r2.dev/trim-buck-bunny-ffmpeg.ts'),
|
||||
formats: ALL_FORMATS,
|
||||
|
||||
Reference in New Issue
Block a user