Talk:Samples

From Official Kodi Wiki
Jump to navigation Jump to search

==Corrections needed? Koying (talk) 05:52, 26 December 2015 (EST) The "FLAC 5.1" sample looks AAC to me

YouTube download script

Videos can relativly easily be downloaded in different formats for a given video (even 4K) directly from YouTube using the "youtube-dl" Python script from https://rg3.github.io/youtube-dl/ (written in Python and available for Linux, Windows, and Mac OS X). This script also have the option to download videos with or without the matching audio stream.

See tutorial: http://www.cnx-software.com/2016/09/20/how-to-download-youtube-4k-videos-with-youtube-dl-script/

Example:

Find the VP9 2160p video first:

youtube-dl URL --list-formats

Download it:

youtube-dl URL -f format_code

Unsorted VP9 4K videos on YouTube