ret.push(t('There is a known issue in FFmpeg with cutting FLAC files. The file will be re-encoded, which is still lossless, but the export may be slower.'));
ret.push(t('There is a known issue in FFmpeg with cutting FLAC files. The file will be re-encoded, which is still lossless, but the export may be slower.'));
}
}
if(areWeCutting&&outputPlaybackRate!==1){
ret.push(t('Adjusting the output FPS and cutting at the same time will cause incorrect cuts. Consider instead doing it in two separate steps.'));
}
returnret;
returnret;
},[areWeCutting,outFormat,t]);
},[areWeCutting,outFormat,outputPlaybackRate,t]);
constexportModeDescription=useMemo(()=>({
constexportModeDescription=useMemo(()=>({
segments_to_chapters: t('Don\'t cut the file, but instead export an unmodified original which has chapters generated from segments'),
segments_to_chapters: t('Don\'t cut the file, but instead export an unmodified original which has chapters generated from segments'),
merge: t('Auto merge segments to one file after export'),
merge: t('Auto merge segments to one file after export'),