snyk-fix-4f6b0a21fc277f6d2aff417570fcc274
Mikael Finstad 7 years ago
parent 7c34b50f7f
commit 02a10bc306

@ -303,7 +303,7 @@ async function extractAllStreams({ customOutDir, filePath }) {
type: s.codec_type,
format: mapCodecToOutputFormat(s.codec_name, s.codec_type),
}))
.filter(it => it);
.filter(it => it && it.format);
// console.log(outStreams);

Loading…
Cancel
Save