Skip to content

Commit 7b66bda

Browse files
authored
Uncap maximum streams (#1149)
1 parent 9b67aef commit 7b66bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TwitchDownloaderCore/VideoDownloader.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ private async Task<int> RunFfmpegVideoCopy(string tempFolder, FileInfo outputFil
340340
"-analyzeduration", $"{int.MaxValue}",
341341
"-probesize", $"{int.MaxValue}",
342342
"-f", "concat",
343+
"-max_streams", $"{int.MaxValue}",
343344
"-i", concatListPath,
344345
"-i", metadataPath,
345346
"-map_metadata", "1",

0 commit comments

Comments
 (0)