constextraIphoneMsg=isIphoneHevc(fileFormatData,mainStreams)?`${i18n.t('There is a known issue with cutting iPhone HEVC videos. The output file may not work in all players.')}`:'';
constextraStreamsMsg=exportExtraStreams?`${i18n.t('Unprocessable streams were exported as separate files.')}`:'';
openDirToast({dirPath:outputDir,text:`${i18n.t('Done! Note: cutpoints may be inaccurate. Make sure you test the output files in your desired player/editor before you delete the source. If output does not look right, see the HELP page.')}${extraIphoneMsg}${extraStreamsMsg}`,timer:15000});
if(!hideAllNotifications)openDirToast({dirPath:outputDir,text:`${i18n.t('Done! Note: cutpoints may be inaccurate. Make sure you test the output files in your desired player/editor before you delete the source. If output does not look right, see the HELP page.')}${extraIphoneMsg}${extraStreamsMsg}`,timer:15000});