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

Is there a way to set default quality? #18

Open
therajat08 opened this issue Nov 21, 2020 · 4 comments
Open

Is there a way to set default quality? #18

therajat08 opened this issue Nov 21, 2020 · 4 comments

Comments

@therajat08
Copy link

therajat08 commented Nov 21, 2020

Also is it possible to control the amount of youtube video loaded in background? I seems like it just keeps loading entire video. And not a portion just ahead of current point of frame or time.

I have another issue. The font size is so large some options aren't even in the screen. How do i change the size?

Thanks

@therajat08
Copy link
Author

okay so i found that i needed to just make profiles in mpv.conf like:

[360p]
ytdl-format=bestvideo[height<=360][vcodec=vp9]+bestaudio/bestvideo[height<=360]+bestaudio/best[height<=360]/best

[480p]
ytdl-format=bestvideo[height<=480][vcodec=vp9]+bestaudio/bestvideo[height<=480]+bestaudio/best[height<=480]/best

Still haven't figured to control the text size.

@DrZingo
Copy link

DrZingo commented Jan 3, 2021

Still haven't figured to control the text size.

you can set it in script-opts/youtube-quality.conf file

example:

scale_playlist_by_window=yes
style_ass_tags={\\fnmonospace\\fs8}

\\fs8 is the fontsize

@Darkmaster006
Copy link

okay so i found that i needed to just make profiles in mpv.conf like:

[360p]
ytdl-format=bestvideo[height<=360][vcodec=vp9]+bestaudio/bestvideo[height<=360]+bestaudio/best[height<=360]/best

[480p]
ytdl-format=bestvideo[height<=480][vcodec=vp9]+bestaudio/bestvideo[height<=480]+bestaudio/best[height<=480]/best

Still haven't figured to control the text size.

Did you find any way to set default quality? Thank you.

@Darkmaster006
Copy link

okay so i found that i needed to just make profiles in mpv.conf like:

[360p]
ytdl-format=bestvideo[height<=360][vcodec=vp9]+bestaudio/bestvideo[height<=360]+bestaudio/best[height<=360]/best

[480p]
ytdl-format=bestvideo[height<=480][vcodec=vp9]+bestaudio/bestvideo[height<=480]+bestaudio/best[height<=480]/best

Still haven't figured to control the text size.

Did you find any way to set default quality? Thank you.

mpv-player/mpv#4241
Second comment worked for me.

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