mpv-youtube-quality icon indicating copy to clipboard operation
mpv-youtube-quality copied to clipboard

Is there a way to set default quality?

Open therajat08 opened this issue 3 years ago • 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

therajat08 avatar Nov 21 '20 12:11 therajat08

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.

therajat08 avatar Nov 21 '20 13:11 therajat08

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

DrZingo avatar Jan 03 '21 18:01 DrZingo

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 avatar May 12 '21 01:05 Darkmaster006

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.

https://github.com/mpv-player/mpv/issues/4241 Second comment worked for me.

Darkmaster006 avatar Aug 10 '21 02:08 Darkmaster006