+ {t('Shift all start times')} + | ++ + | +
+ |
+
+ {t('Enable MOV Faststart?')} + | +
+ {t('For the ipod format, it is recommended to activate this option')} }
+ |
+
+ {isIpod && !movFastStart ? (
+ |
+
+ {t('Preserve all MP4/MOV metadata?')}
+ {isIpod && preserveMovData && {t('For the ipod format, it is recommended to deactivate this option')} }
+ |
+
+ |
+
+ {isIpod && preserveMovData ? (
+ |
+
- {t('Shift all start times')} - | -- - | -
- |
-
- {t('Enable MOV Faststart?')} - | -
- {t('For the ipod format, it is recommended to activate this option')} }
- |
-
- {isIpod && !movFastStart ? (
- |
-
- {t('Preserve all MP4/MOV metadata?')}
- {isIpod && preserveMovData && {t('For the ipod format, it is recommended to deactivate this option')} }
- |
-
- |
-
- {isIpod && preserveMovData ? (
- |
-
- {`"${'avoid_negative_ts'}"`}
+ "ffmpeg" avoid_negative_ts
{avoidNegativeTsWarn != null && {avoidNegativeTsWarn} }
|
@@ -507,6 +511,16 @@ function ExportConfirm({
|
|
+ {t('More settings')} + | +
+ |
+ + |
ffmpeg -ss -i ...
+ {t('Keyframe cut')}: {t('Cut at the nearest keyframe (not accurate time.) Equiv to')}:ffmpeg -ss -i input.mp4
>
) : (
<>
- {t('Accurate time but could leave an empty portion at the beginning of the video. Equiv to')}:ffmpeg -i -ss ...
+ {t('Normal cut')}: {t('Accurate time but could leave an empty portion at the beginning of the video. Equiv to')}:ffmpeg -i -ss input.mp4
>
)}
@@ -299,17 +319,19 @@ function Settings({