Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some qualities unavailable on Youtube #223

Open
spaghetti- opened this issue Nov 17, 2013 · 8 comments
Open

Some qualities unavailable on Youtube #223

spaghetti- opened this issue Nov 17, 2013 · 8 comments

Comments

@spaghetti-
Copy link

At the moment mpv only supports 720p for youtube (maximum, even when I give it a 4K video). Is it hard to implement support for 1080p?

I took a look at the youtube module and _static_decrypt_signature(self, s, video_id, player_url, age_gate) from youtube-dl and there are some differences but it doesnt seem to make a difference.

I am decent at python and would attempt a fix but I'm not sure where to start.

@chrippa
Copy link
Owner

chrippa commented Nov 17, 2013

Do you have a example URL?

@spaghetti-
Copy link
Author

So the basic issue is that youtube dropped support for anything above 720p for non DASH playback. I accidentally opened an issue over at mpv instead of here because I had both tabs open but they did reply to me so please see:

mpv-player/mpv#343

@nyakze
Copy link

nyakze commented Nov 20, 2015

So I take it they enabled non-DASH for 1080p, but not 1080p@60 and that's why it's not available yet?

@ghost
Copy link

ghost commented Nov 20, 2015

MPV + YOUTUBE-DL + FFMPEG:

mpv --ytdl "https://www.youtube.com/watch?v=sLprVF6d7Ug"
Playing: https://www.youtube.com/watch?v=sLprVF6d7Ug
 (+) Video --vid=1 (*) (h264)
 (+) Audio --aid=1 --alang=eng (*) 'DASH audio' (opus) (external)
AO: [wasapi] 48000Hz stereo 2ch float
VO: [opengl] 7680x4320 yuv420p

MPEG-DASH (1080p and above ...)

@rbong
Copy link

rbong commented Feb 17, 2016

What is currently required to fully support MPEG-DASH? What's holding it back? Will it be a separate module?

@Kein
Copy link

Kein commented Jun 15, 2016

any update on this?

@z3ntu
Copy link

z3ntu commented Jun 18, 2016

Would like to know too.

@tp0
Copy link

tp0 commented Sep 24, 2016

MPV + YOUTUBE-DL + FFMPEG:

60 fps works with non-live videos, but live ones are still 30 fps.

Live:

mpv --ytdl --v https://www.youtube.com/watch?v=Ga3maNZ0x0w | grep -i "Container reported FPS"
[vd] Container reported FPS: 30.000000

VOD/non-live:

mpv --ytdl --v https://www.youtube.com/watch?v=TLQ6iRl8QPA | grep -i "Container reported FPS"
[vd] Container reported FPS: 59.940060

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants