diff --git a/documentation.html b/documentation.html index 36baae646..f01beae38 100644 --- a/documentation.html +++ b/documentation.html @@ -62,7 +62,28 @@ For a complete list, see the Supported sites p
Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. If you have an order of preference, specify the formats separating them with slashes: -f 22/17/18
. Instead of keeping a video format table here, I will refer you to the list of YouTube formats on Wikipedia.
Using the -f option and other related options, you can specify the video format to be downloaded from YouTube. If you have an order of preference, specify the formats separating them with slashes: -f 22/17/18
. The current video format codes are as follows, with thanks to the list of YouTube formats on Wikipedia:
itag value | Extension | Video resolution | Video encoding | Video bitrate (Mbit/s) | Audio encoding | Audio bitrate (kbit/s) |
---|---|---|---|---|---|---|
5 | FLV | 240p | Sorenson H.263 | 0.25 | MP3 | 64 |
17 | 3GP | 144p | MPEG-4 Visual | 0.5 | AAC | 24 |
18 | MP4 | 270p/360p | H.264 | 0.5 | AAC | 96 |
22 | MP4 | 720p | H.264 | 2-3 | AAC | 192 |
36 | 3GP | 240p | MPEG-4 Visual | 0.175 | AAC | 36 |
43 | WebM | 360p | VP8 | 0.5 | Vorbis | 128 |
itag value | Extension | Video resolution | Video encoding | Video bitrate (Mbit/s) | Audio encoding | Audio bitrate (kbit/s) |
---|---|---|---|---|---|---|
82 | MP4 | 360p | H.264 | 0.5 | AAC | 96 |
83 | MP4 | 240p | H.264 | 0.5 | AAC | 96 |
84 | MP4 | 720p | H.264 | 2-3 | AAC | 192 |
85 | MP4 | 1080p | H.264 | 3-4 | AAC | 192 |
100 | WebM | 360p | VP8 | N/A | Vorbis | 128 |