Skip to content

Commit

Permalink
improve description
Browse files Browse the repository at this point in the history
closes #1433
  • Loading branch information
mifi committed Aug 7, 2024
1 parent 7463049 commit 3daf257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
</>
) : (
Expand Down

0 comments on commit 3daf257

Please sign in to comment.