diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7540da9..1b8bc3d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,8 +15,8 @@ "title": "FlightTube", "width": 1180, "height": 780, - "minWidth": 900, - "minHeight": 560, + "minWidth": 1140, + "minHeight": 620, "center": true, "titleBarStyle": "Overlay", "hiddenTitle": true diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx index d1d3a44..33cb632 100644 --- a/src/components/Settings.tsx +++ b/src/components/Settings.tsx @@ -148,9 +148,10 @@ export default function Settings({
Download quality

- Above 1080p YouTube only serves VP9 and AV1. Those play here, but the - files are several times larger and older Macs may struggle. Pick 1080p - for H.264, which plays anywhere. Audio is AAC at every setting. + Above 1080p YouTube only serves VP9 and AV1, and 4K AV1 currently plays + back with visible artefacts in this player — the downloaded file is + fine, it is the built-in decoder that struggles. 1080p gets H.264, which + plays cleanly and is several times smaller. Audio is AAC at every setting.