Layout and text around codec selection

This commit is contained in:
Gabe Kangas
2021-04-01 22:00:31 -07:00
parent 45b9d4fcfb
commit 2a5d8d37d0
4 changed files with 50 additions and 20 deletions

View File

@@ -134,9 +134,8 @@ export default function VideoVariantForm({
onChange={handleNameChanged}
/>
<Col sm={24} md={12}>
{/* ENCODER PRESET (CPU USAGE) FIELD */}
<div className="form-module cpu-usage-container">
<Typography.Title level={3}>CPU Usage</Typography.Title>
<Typography.Title level={3}>CPU or GPU Utilization</Typography.Title>
<p className="description">
Reduce to improve server performance, or increase it to improve video quality.
</p>
@@ -154,12 +153,13 @@ export default function VideoVariantForm({
<p className="selected-value-note">{cpuUsageNote()}</p>
</div>
<p className="read-more-subtext">
This could mean GPU or CPU usage depending on your server environment. {' '}
<a
href="https://owncast.online/docs/video/?source=admin#cpu-usage"
target="_blank"
rel="noopener noreferrer"
>
Read more about CPU usage.
Read more about hardware performance.
</a>
</p>
</div>