limit to 1080p
This commit is contained in:
parent
3841cda1cd
commit
891f3a109e
|
@ -29,6 +29,7 @@ class MPV:
|
|||
'--idle',
|
||||
'--force-window',
|
||||
*(('--fullscreen',) if not IS_DEBUG else ()),
|
||||
'--ytdl-format=bestvideo[height<=?1080]',
|
||||
'--no-terminal',
|
||||
'--load-unsafe-playlists',
|
||||
'--keep-open', # Keep last frame of video on end of video
|
||||
|
|
Loading…
Reference in New Issue