christoph-heinrich / mpv-quality-menu

A userscript for MPV that allows you to change the streamed video and audio quality (ytdl-format) on the fly.
GNU General Public License v2.0
144 stars 4 forks source link

select quality single #29

Closed candrapersada closed 1 year ago

candrapersada commented 1 year ago

is there any option to select video quality without audio separately like best[height<=360], best[height<=720] for youtube

christoph-heinrich commented 1 year ago

That is a use case I didn't consider, but I think it should work if you specify the formats in quality_strings_video with best[...] and quality_strings_audio=[].

christoph-heinrich commented 1 year ago

I've now tested it myself and the suggested solution works.