Skip to content

Commit

Permalink
mp3 320
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbannon committed Nov 24, 2024
1 parent 1bbd585 commit c3345e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/prebuilt_presets/media_quality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ 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``
5 changes: 5 additions & 0 deletions src/ytdl_sub/prebuilt_presets/helpers/media_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ presets:
codec: "opus"
quality: 0

"MP3 320k":
audio_extract:
codec: "mp3"
quality: 320

"MP3 128k":
audio_extract:
codec: "mp3"
Expand Down

0 comments on commit c3345e2

Please sign in to comment.