Streaming: 4K165 Ultra Preset (50 Mbit/s)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6b635b96ec
commit
bd5c190cef
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ const QUALITY_PRESETS = [
|
|||
{ 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: '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;
|
||||
|
||||
// ── Component ──
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue