1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
This commit is contained in:
Mikael Finstad 2023-03-12 16:53:00 +08:00
parent 4d1da9be5f
commit e4dc5445ca
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -130,7 +130,7 @@ const Segment = memo(({ darkMode, seg, index, currentSegIndex, formatTimecode, g
{t('Duration')} {formatTimecode({ seconds: duration, shorten: true })}
</div>
<div style={{ fontSize: 12 }}>
<Trans>{{ durationMsFormatted }} ms, {{ frameCount }} frames</Trans>
<Trans>{{ durationMsFormatted }} ms, {{ frameCount: frameCount ?? '?' }} frames</Trans>
</div>
{!invertCutSegments && (