diff --git a/TwitchDownloaderCore/VideoDownloader.cs b/TwitchDownloaderCore/VideoDownloader.cs index eecb1d74..487fc5d7 100644 --- a/TwitchDownloaderCore/VideoDownloader.cs +++ b/TwitchDownloaderCore/VideoDownloader.cs @@ -340,6 +340,7 @@ private async Task RunFfmpegVideoCopy(string tempFolder, FileInfo outputFil "-analyzeduration", $"{int.MaxValue}", "-probesize", $"{int.MaxValue}", "-f", "concat", + "-max_streams", $"{int.MaxValue}", "-i", concatListPath, "-i", metadataPath, "-map_metadata", "1",