Skip to content

Commit

Permalink
Uncap maximum streams (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN authored Jul 11, 2024
1 parent 9b67aef commit 7b66bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchDownloaderCore/VideoDownloader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ private async Task<int> RunFfmpegVideoCopy(string tempFolder, FileInfo outputFil
"-analyzeduration", $"{int.MaxValue}",
"-probesize", $"{int.MaxValue}",
"-f", "concat",
"-max_streams", $"{int.MaxValue}",
"-i", concatListPath,
"-i", metadataPath,
"-map_metadata", "1",
Expand Down

0 comments on commit 7b66bda

Please sign in to comment.