From e09e1ebd8919164643b834e25ac51e2b41f4666e Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 31 Dec 2022 17:27:22 +0800 Subject: [PATCH] Update issues.md --- issues.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/issues.md b/issues.md index 3b708dfb..ddb1eb2d 100644 --- a/issues.md +++ b/issues.md @@ -42,6 +42,10 @@ This might be caused by trying to merge files that are not compatible. Make sure Smart cut is experimental, but if you're having problems, check out [this issue](https://github.com/mifi/lossless-cut/issues/126). +## My file changes from MP4 to MOV + +Some MP4 files ffmpeg is not able to export as MP4 and therefore needs to use MOV instead. Unfortunately I don't know any way to fix this. + ## Linux specific issues - If you get an error like `FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now.`, try to run it as `./lossless-cut --no-sandbox`. See [#258](https://github.com/mifi/lossless-cut/issues/258)