I've been running into variations in style in the docs I've edited so far. I've been including changes for consistency in with other commits but in many cases that makes one part of one doc more consistent with the rest but less consistent with itself. It seems like a bit of cleanup may be in order. This change applies the following conventions: - Section heading heirarchy: #. ``=`` with overline for document title, IOW first heading #. ``-`` #. ``~`` #. ``"`` - Two newlines before ``-`` sections for readability - A newline between every section of any level and the first line of text - Wrap paragraph lines at 88 characters to match Python's Black I've only applied these changes to those ``*.rst`` files that aren't generated. In the future, I might suggest another bulk change to match [the Sphinx conventions for section headings](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections).
33 lines
617 B
ReStructuredText
33 lines
617 B
ReStructuredText
======================
|
|
Media Quality Presets
|
|
======================
|
|
|
|
.. hint::
|
|
|
|
See how to apply media quality presets :doc:`here </prebuilt_presets/index>`
|
|
|
|
|
|
Video
|
|
-----
|
|
|
|
The following presets set video quality specifications to yt-dlp.
|
|
|
|
- ``Max Video Quality``
|
|
- ``Max 2160p``
|
|
- ``Max 1440p``
|
|
- ``Max 1080p``
|
|
- ``Max 720p``
|
|
- ``Max 480p``
|
|
|
|
|
|
Audio
|
|
-----
|
|
|
|
The following presets set audio quality specifications to yt-dlp. These assume you are
|
|
only extracting audio (no video).
|
|
|
|
- ``Max Audio Quality``, format is determined by the source
|
|
- ``Max MP3 Quality``
|
|
- ``Max Opus Quality``
|
|
- ``MP3 320k``
|
|
- ``MP3 128k``
|