-
Notifications
You must be signed in to change notification settings - Fork 75
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
- Loading branch information
Showing
3 changed files
with
54 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
====================== | ||
Media Quality Presets | ||
====================== | ||
|
||
Video | ||
----- | ||
The following presets set video quality specifications to yt-dlp. | ||
|
||
- ``Max Video Quality`` | ||
- ``Max 2160p`` | ||
- ``Max 1080p`` | ||
- ``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 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