On 13/01/16 00:40, Mick wrote:
On Tuesday 12 Jan 2016 19:56:18 Nikos Chantziaras wrote:
On 12/01/16 05:08, [email protected] wrote:
Stroller <[email protected]> [16-01-12 04:00]:
On Mon, 11 January 2016, at 6:15 p.m., [email protected] wrote:

Oh, how I like music videos without sound.... ;)

I trust you're aware you can use net-misc/youtube-dl until you get this
sorted.

It's not clear to me that _any_ HTML5 audio is playing in your browser.

What version of Firefox do you have, what are it's USE flags?

Stroller.

...yes, sour are right :)
Until now no a single HTML5-video is playing its sound...

A better way:

Open mpv from your "start menu". Drag&drop the youtube video into the
mpv window.

No need to mess with terminals :-)

Hmm ... this won't work here.  :(

An exit code of 2 was returned.

You need to have the youtube-dl script installed (net-misc/youtube-dl). Make sure you use the ~arch version, since YouTube can change their APIs very fast, and that script has almost daily updates. But it's safe using ~arch for this package, since it's just a python script.

To make sure you get the highest quality youtube format (including getting 60FPS video when available), make sure this line:

  ytdl-format=bestvideo[ext=webm]+bestaudio/bestvideo+bestaudio/best

Is in your mpv config file (default should be ~/.mpv/config). If you have a 1080p monitor, make sure you're excluding 4K. In that case, the above line should be:


ytdl-format=bestvideo[width<=?1920][ext=webm]+bestaudio/bestvideo[width<=?1920][ext=mp4]+bestaudio/best

In both cases, VP9 is given higher priority and H.264 is only used when no VP9 version of the video exists. (YouTube provides much higher quality video in the VP9 format.)


Reply via email to