Talk:Samples: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "~~~~ The "FLAC 5.1" sample looks AAC to me")
 
No edit summary
Line 1: Line 1:
[[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==
* 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
==YouTube download 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).
Find the VP9 2160p video first:
youtube-dl URL --list-formats
Download it:
youtube-dl URL -f format_code

Revision as of 10:42, 15 June 2016

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

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).

Find the VP9 2160p video first:

youtube-dl URL --list-formats

Download it:

youtube-dl URL -f format_code