1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
This commit is contained in:
Mikael Finstad 2019-05-06 21:11:08 +02:00
parent 7c34b50f7f
commit 02a10bc306

View File

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