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

YouTube formats

-

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:

+ +

Standard formats

+ + + + + + + + +
itag valueExtensionVideo resolutionVideo encodingVideo bitrate (Mbit/s)Audio encodingAudio bitrate (kbit/s)
5FLV240pSorenson H.2630.25MP364
173GP144pMPEG-4 Visual0.5AAC24
18MP4270p/360pH.2640.5AAC96
22MP4720pH.2642-3AAC192
363GP240pMPEG-4 Visual0.175AAC36
43WebM360pVP80.5Vorbis128
+ +

3D formats

+ + + + + + + +
itag valueExtensionVideo resolutionVideo encodingVideo bitrate (Mbit/s)Audio encodingAudio bitrate (kbit/s)
82MP4360pH.2640.5AAC96
83MP4240pH.2640.5AAC96
84MP4720pH.2642-3AAC192
85MP41080pH.2643-4AAC192
100WebM360pVP8N/AVorbis128

Output template

diff --git a/style.css b/style.css index a76ccffe3..49ce13b10 100644 --- a/style.css +++ b/style.css @@ -90,6 +90,10 @@ p { margin-left: 5%; margin-right: 5%; } +table { + margin-left: 5%; + margin-right: 5%; +} ul { margin-left: 5%; margin-right: 5%;