Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quality-menu youtube #25

Closed
candrapersada opened this issue Jan 6, 2024 · 5 comments
Closed

quality-menu youtube #25

candrapersada opened this issue Jan 6, 2024 · 5 comments

Comments

@candrapersada
Copy link

candrapersada commented Jan 6, 2024

how to change the streamed video and audio quality (ytdl-format) in mpv-menu-plugin?

@tsl0922
Copy link
Owner

tsl0922 commented Jan 6, 2024

What you need is --script-opts=ytdl_hook-all_formats=yes, but it may not always work (mpv-player/mpv#10394). If it works, you will be able to choose video and audio track under the Tracks menu.

It it doesn't work for you, try script like: https://github.com/christoph-heinrich/mpv-quality-menu, it's pretty easy to add a menu item to trigger the script.

@tsl0922 tsl0922 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2024
@tsl0922
Copy link
Owner

tsl0922 commented Jan 6, 2024

For example, it works for bilibili video:

image

@ywq0056
Copy link

ywq0056 commented Jan 14, 2024

Why is the menu interface you opened black, while mine is a white menu? Can you tell me how you set the black menu? I haven't found a way yet

@tsl0922
Copy link
Owner

tsl0922 commented Jan 14, 2024

You need to change the color scheme to dark in Windows Settings, no way to configure it in mpv yet.

mpv-player/mpv#13274

@ywq0056
Copy link

ywq0056 commented Jan 14, 2024

I see. Thank you for your answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants