Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--max-quality ignored when used without -f #5508
Comments
|
We've removed the option, you'll have to use |
Example:
Despite asking for a max-quality of 99 (ie everything that isn't DASH), I still get the 299 and 141 qualities.
This is regardless of the video or the argument passed to
--max-quality:Using
-f bestseems to make--max-qualityactually be taken into account:All that being said, I realize that
--max-qualityis pretty much made obsolete by the new capabilities of-f. However, the option is still mentioned in the docs and help text, and simply gets ignored when used on its own, which is confusing.The most simple way to solve this, I think, would be to simply remove the option, or mark it as deprecated. Maybe emit a warning or error when it's used, and ask the user to use
-finstead.