1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-21 18:02:35 +01:00

improve description

closes #1433
This commit is contained in:
Mikael Finstad 2024-08-07 16:20:42 +02:00
parent 7463049ee5
commit 3daf257688
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -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>
</>
) : (