From d7ace5e8af8693171210255947d5f9c16962981a Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 11 Apr 2020 14:25:59 +0800 Subject: [PATCH] Improve error --- src/App.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index f27daabd..c6b9d217 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -915,7 +915,8 @@ const App = memo(() => {
Try one of the following before exporting again:
    -
  1. Select a different output Format (matroska takes almost everything)
  2. + {detectedFileFormat === 'mp4' &&
  3. Change output Format from MP4 to MOV
  4. } +
  5. Select a different output Format (matroska takes almost everything)
  6. Exclude unnecessary Tracks
  7. Try both Normal cut and Keyframe cut
  8. Set a different Working directory
  9. @@ -930,7 +931,7 @@ const App = memo(() => { if (!value) { openSendReportDialogWithState(err); } - }, [openSendReportDialogWithState]); + }, [openSendReportDialogWithState, detectedFileFormat]); const cutClick = useCallback(async () => { if (working) return;