Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: youtube-dl and mpv.conf file
Date: Sat, 13 Apr 2019 11:51:04
Message-Id: q8siel$4tt5$1@blaine.gmane.org
In Reply to: Re: [gentoo-user] Re: youtube-dl and mpv.conf file by Mick
1 On 13/04/2019 14:44, Mick wrote:
2 >> It still insists on downloading the largest file.
3 >
4 > It is doing this because you're asking it to download a video of [height<=?
5 > 1280], and also download potentially separately an audio file - then mux them
6 > into one container file. A *height* of <=1280 means a resolution of more than
7 > 1080p. So, no wonder it wants to download a much larger video file. In
8 > addition, the question mark is used to download videos up to 1280 or videos
9 > where the height is not known. Therefore it could potentially download a
10 > bigger file if its height is somehow not declared in its web metadata.
11
12 He forgot to change "height" to "width". Dale needs to improve his
13 copy&paste skills :-)
14
15 Specifying a width of 1280 is better than specifying a height of 720
16 when using youtube-dl, because a height of 720 might fail for videos
17 with an aspect ratio different than 16:9. But a width of 1280 is always
18 going to be what we call "720p" (even if the height is not actually 720
19 pixels.)

Replies

Subject Author
Re: [gentoo-user] Re: youtube-dl and mpv.conf file Dale <rdalek1967@×××××.com>