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:
- - Select a different output Format (matroska takes almost everything)
+ {detectedFileFormat === 'mp4' && - Change output Format from MP4 to MOV
}
+ - Select a different output Format (matroska takes almost everything)
- Exclude unnecessary Tracks
- Try both Normal cut and Keyframe cut
- Set a different Working directory
@@ -930,7 +931,7 @@ const App = memo(() => {
if (!value) {
openSendReportDialogWithState(err);
}
- }, [openSendReportDialogWithState]);
+ }, [openSendReportDialogWithState, detectedFileFormat]);
const cutClick = useCallback(async () => {
if (working) return;