mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Prevent warning from being emitted in CI
This commit is contained in:
@@ -76,6 +76,7 @@ const convertVideo = async (quality: Quality, codec: VideoCodec, allowMissingQua
|
||||
trim: { start: 0, end: 2 },
|
||||
video: { codec, quality },
|
||||
audio: { discard: true },
|
||||
showWarnings: false,
|
||||
});
|
||||
|
||||
if (allowMissingQuantizerSupport && !conversion.isValid) {
|
||||
|
||||
Reference in New Issue
Block a user