u8sand / Baka-MPlayer

The libmpv based media player
https://u8sand.github.io/Baka-MPlayer/
GNU General Public License v2.0
433 stars 93 forks source link

add ability to use youtube-dl's bestvideo+bestaudio format #136

Closed chaquator closed 9 years ago

chaquator commented 9 years ago

I've been trying to open 4K youtube vidoes in baka mplayer but they always end up at 720p, even when i add "ytdl-format": "bestvideo+bestaudio" (and yes i did put a comma at the end of the line before it)

could there be an option to specify what kind of format to use with ytdl, or, better yet, make it bestvideo+bestaudio by default? that'd require for you to make sure to alert the people downloading that theyd need ffmpeg installed (and in PATH on windows) if they were to.

u8sand commented 9 years ago

@Chaquator I've confirmed this, it would seem mpv is still only using "best" format, will investigate.