mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
parent
7463049ee5
commit
3daf257688
@ -270,7 +270,7 @@ function Settings({
|
||||
<div style={detailsStyle}>
|
||||
{keyframeCut ? (
|
||||
<>
|
||||
<b>{t('Keyframe cut')}</b>: {t('Cut at the nearest keyframe (not accurate time.) Equiv to')}:<br />
|
||||
<b>{t('Keyframe cut')}</b>: {t('Cut at the preceding keyframe (not accurate time.) Equiv to')}:<br />
|
||||
<code className="highlighted">ffmpeg -ss -i input.mp4</code>
|
||||
</>
|
||||
) : (
|
||||
|
Loading…
Reference in New Issue
Block a user