View Single Post
  #109  
Old 06-15-2015, 02:00 AM
nullacht nullacht is offline
Senior Member
 
Join Date: Jan 2010
Posts: 230
nullacht will become famous soon enoughnullacht will become famous soon enough
Default

Re: How to download stream from Yahoo Screen?


Quote:
Originally Posted by cool View Post

This one is in 720p HD : https://www.youtube.com/watch?v=k3fxS_GwOyA Enjoy!
1080p is available too:

Code:
youtube-dl -F "https://www.youtube.com/watch?v=k3fxS_GwOyA"
[youtube] k3fxS_GwOyA: Downloading webpage
[youtube] k3fxS_GwOyA: Extracting video information
[youtube] k3fxS_GwOyA: Downloading DASH manifest
[info] Available formats for k3fxS_GwOyA:
format code  extension  resolution note
140          m4a        audio only DASH audio  134k , m4a_dash container, aac  @128k (44100Hz), 115.21MiB
160          mp4        256x144    DASH video  138k , 15fps, video only, 98.92MiB
133          mp4        426x240    DASH video  273k , 30fps, video only, 221.85MiB
134          mp4        640x360    DASH video  611k , 30fps, video only, 357.06MiB
135          mp4        854x480    DASH video 1118k , 30fps, video only, 722.54MiB
298          mp4        1280x720   DASH video 3374k , h264, 60fps, video only, 1.89GiB
299          mp4        1920x1080  DASH video 5620k , h264, 60fps, video only, 3.70GiB
17           3gp        176x144
36           3gp        320x240
5            flv        400x240
43           webm       640x360
18           mp4        640x360
22           mp4        1280x720   (best)
YOUTUBE-DL + FFMPEG:

Code:
youtube-dl -f bestvideo+bestaudio "https://www.youtube.com/watch?v=k3fxS_GwOyA"
Code:
[youtube] k3fxS_GwOyA: Downloading webpage
[youtube] k3fxS_GwOyA: Extracting video information
[youtube] k3fxS_GwOyA: Downloading DASH manifest
[download] Destination: Steven Wilson - Live in Los Angeles-k3fxS_GwOyA.f299.mp4
Reply With Quote