Talk:Samples: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
==Corrections needed?
[[User:Koying|Koying]] ([[User talk:Koying|talk]]) 05:52, 26 December 2015 (EST) The "FLAC 5.1" sample looks AAC to me
[[User:Koying|Koying]] ([[User talk:Koying|talk]]) 05:52, 26 December 2015 (EST) The "FLAC 5.1" sample looks AAC to me


==Unsorted VP9 4K videos on YouTube==
==YouTube download script==
* https://www.youtube.com/watch?v=7Vk3qJ4LwAw
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.
* https://www.youtube.com/watch?v=s6zR2T9vn2c
* https://www.youtube.com/watch?v=XCbir1vyUA0
* https://www.youtube.com/watch?v=doa9asyxlMU
* https://www.youtube.com/watch?v=I7CycuMpQ3w
* https://www.youtube.com/watch?v=UceRgEyfSsc


==YouTube download script==
See tutorial: http://www.cnx-software.com/2016/09/20/how-to-download-youtube-4k-videos-with-youtube-dl-script/
Videos can relativly easily be downloaded directly from YouTube using the youtube-dl Python script from https://rg3.github.io/youtube-dl/ (which is also also available as a Windows executable that includes Python).


Example:
  Find the VP9 2160p video first:
  Find the VP9 2160p video first:
   
   
Line 19: Line 15:
   
   
  youtube-dl URL -f format_code
  youtube-dl URL -f format_code
==Unsorted VP9 4K videos on YouTube==
* https://www.youtube.com/watch?v=iNJdPyoqt8U
* https://www.youtube.com/watch?v=7Vk3qJ4LwAw
* https://www.youtube.com/watch?v=s6zR2T9vn2c
* https://www.youtube.com/watch?v=XCbir1vyUA0
* https://www.youtube.com/watch?v=doa9asyxlMU
* https://www.youtube.com/watch?v=I7CycuMpQ3w
* https://www.youtube.com/watch?v=UceRgEyfSsc

Latest revision as of 05:42, 22 September 2016

==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