play-with-mpv
play-with-mpv copied to clipboard
How to Force Mp4 240p Resolution?
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 :)
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).