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;