Thann / play-with-mpv

Chrome extension that allows you to play videos in webpages like youtube with MPV instead
https://chrome.google.com/webstore/detail/play-with-mpv/hahklcmnfgffdlchjigehabfbiigleji
The Unlicense
348 stars 80 forks source link

How to Force Mp4 240p Resolution? #91

Open mobagenie opened 1 year ago

mobagenie commented 1 year ago

Everything work for me but how to force to mp4 240p or how to implementing this method that work for me via terminal :

mpv --ytdl-format=133 https://www.youtube.com/watch?v=SMdn9T3bo6I #mp4 240p

because everyime i click play via MVP from context menu Youtube its like playing from best/highest quality 1080p etc..

thanks :)

cv1618 commented 1 year ago

Add this line to your mpv.conf ytdl-format=bestvideo[height<=?240]+bestaudio/best If will make mpv always play videos in 240. If you ever want it to be higher just change 240 to 360,480,720,1080...or comment out the line and it will go back to playing the highest quality available(default).