jgreco/mpv-youtube-quality

Is there a way to set default quality?

Opened this issue · 4 comments

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

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.

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

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.

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.