From b879d80ad0b874e7de6d8e360e9b626bcb382453 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 13 Feb 2026 00:13:40 +0900 Subject: [PATCH] Update troubleshooting section for large file issues Added a reference to issue #1654 for large file merging problems. --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index d6757916..6fa625c3 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -140,7 +140,7 @@ If some text in the UI is in English even though you've selected a different lan ## Very large files progress stuck forever -If merging, try to first remux your individual files to MP4, MOV or MKV. Does it happen with all sizes? All file types? It is a known issue that when merging or cutting large files (>10GB) the progress might first go to 100% (or close to it) and then apparently get stuck there. But in reality if you wait for a few minutes (some times even 10+ minutes) it will finish. This problem could often be worked around by turning "Enable MOV Faststart" in the "Export options" dialog. Related: [#2594](https://github.com/mifi/lossless-cut/issues/2594), [#2704](https://github.com/mifi/lossless-cut/issues/2704) +If merging, try to first remux your individual files to MP4, MOV or MKV. Does it happen with all sizes? All file types? It is a known issue that when merging or cutting large files (>10GB) the progress might first go to 100% (or close to it) and then apparently get stuck there. But in reality if you wait for a few minutes (some times even 10+ minutes) it will finish. This problem could often be worked around by turning "Enable MOV Faststart" in the "Export options" dialog. Related: [#2594](https://github.com/mifi/lossless-cut/issues/2594), [#2704](https://github.com/mifi/lossless-cut/issues/2704) [#1654](https://github.com/mifi/lossless-cut/issues/1654). # Still cannot find an answer?