-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKEND] More media quality presets + docs (#1127)
Adds common media quality prebuilt presets and documentation on how to use them
- Loading branch information
Showing
4 changed files
with
88 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
====================== | ||
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`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters