play-with-mpv icon indicating copy to clipboard operation
play-with-mpv copied to clipboard

How to Force Mp4 240p Resolution?

Open mobagenie opened this issue 2 years ago • 2 comments
trafficstars

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 :)

mobagenie avatar Jan 09 '23 21:01 mobagenie

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).

cv1618 avatar Jun 22 '23 02:06 cv1618