Streaming: 4K165 Ultra Preset (50 Mbit/s)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Daniel 2026-03-09 00:03:45 +01:00
parent 6b635b96ec
commit bd5c190cef

View file

@ -51,6 +51,7 @@ const QUALITY_PRESETS = [
{ label: '1080p60', width: 1920, height: 1080, fps: 60, bitrate: 8_000_000 }, { label: '1080p60', width: 1920, height: 1080, fps: 60, bitrate: 8_000_000 },
{ label: '1440p60', width: 2560, height: 1440, fps: 60, bitrate: 14_000_000 }, { label: '1440p60', width: 2560, height: 1440, fps: 60, bitrate: 14_000_000 },
{ label: '4K60', width: 3840, height: 2160, fps: 60, bitrate: 25_000_000 }, { label: '4K60', width: 3840, height: 2160, fps: 60, bitrate: 25_000_000 },
{ label: '4K165 Ultra', width: 3840, height: 2160, fps: 165, bitrate: 50_000_000 },
] as const; ] as const;
// ── Component ── // ── Component ──