add note about #1487

pull/1496/head
Mikael Finstad 3 years ago
parent d8ccbc1a31
commit 471fc897a9
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -231,6 +231,7 @@ const Settings = memo(({
<Button onClick={() => setCaptureFrameMethod((existing) => (existing === 'ffmpeg' ? 'videotag' : 'ffmpeg'))}>
{captureFrameMethod === 'ffmpeg' ? t('FFmpeg') : t('HTML video tag')}
</Button>
{captureFrameMethod === 'ffmpeg' && <div style={{ whiteSpace: 'initial' }}>{t('FFmpeg capture method might sometimes capture more correct colors, but the captured snapshot might be off by one or more frames, relative to the preview.')}</div>}
</Table.TextCell>
</Row>

Loading…
Cancel
Save