quotes
This commit is contained in:
parent
558ac8f46a
commit
dfc2511589
|
|
@ -396,25 +396,25 @@ const SettingsApplication = () => {
|
|||
<span className="settings-current">
|
||||
{'bestvideo[height<=720]+bestaudio/best[height<=720]'}
|
||||
</span>
|
||||
: "best" video and "best" audio (yt-dlp's choice), max video height of 720p.
|
||||
: <q>best</q> video and <q>best</q> audio (yt-dlp's choice), max video height of 720p.
|
||||
</li>
|
||||
<li>
|
||||
<span className="settings-current">
|
||||
{'bestvideo[height<=1080]+bestaudio/best[height<=1080]'}
|
||||
</span>
|
||||
: "best" video and "best" audio (yt-dlp's choice), max video height of 1080p.
|
||||
: <q>best</q> video and <q>best</q> audio (yt-dlp's choice), max video height of 1080p.
|
||||
</li>
|
||||
<li>
|
||||
<span className="settings-current">
|
||||
{'bestvideo[height<=1080][vcodec*=avc1]+bestaudio[acodec*=mp4a]/mp4'}
|
||||
</span>
|
||||
: "best" universally iOS-compatible video (forced avc1) and "best" audio (forced mp4a), mp4 container, max video height of 1080p.
|
||||
: <q>best</q> universally iOS-compatible video (forced avc1) and <q>best</q> audio (forced mp4a), mp4 container, max video height of 1080p.
|
||||
</li>
|
||||
<li>
|
||||
<span className="settings-current">
|
||||
{'bv*[vcodec~=av01]+ba[acodec~=mp4a]/bv*[vcodec~=av01]+ba/bv*[vcodec~=avc1]+ba[acodec~=mp4a]/bv*[vcodec~=avc1]+ba/bv*+ba/b'}
|
||||
</span>
|
||||
: "best" iOS-compatible video (av01, compatible with iPhone 15 Pro and newer) and "best" audio (mp4a), no max video height, with fallback to avc1 and other formats if necessary.
|
||||
: <q>best</q> iOS-compatible video (av01, compatible with iPhone 15 Pro and newer) and <q>best</q> audio (mp4a), no max video height, with fallback to avc1 and other formats if necessary.
|
||||
</li>
|
||||
<li>This can also be configured on a per channel basis.</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue