-
-
Notifications
You must be signed in to change notification settings - Fork 10k
Closed
Labels
questionQuestionQuestion
Description
Checklist
- I'm asking a question
- I've looked through the README and FAQ for similar questions
- I've searched the bugtracker for similar questions including closed ones
Question
I'm running the following command:
yt-dlp -x -f 'ba*' --format-sort 'abr,codec' 'https://www.youtube.com/watch?v=nzLw6GMQ65I'
As a result, I get a 2.9MB .m4a
file. When I pass -F
it shows an ABR of 0k
(format ID 22).
If I instead use -f 'ba'
, I get 3.3MB .opus
file. Shouldn't ba*
have selected this .opus
file to begin with, since it's larger?
Metadata
Metadata
Assignees
Labels
questionQuestionQuestion