mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
attempt to fix https://github.com/mifi/lossless-cut/issues/141
This commit is contained in:
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…
Reference in New Issue
Block a user