View Single Post
  #25  
Old 05-31-2014, 11:18 AM
zer00 zer00 is offline
Junior Member
 
Join Date: Oct 2011
Posts: 12
zer00 is on a distinguished road
Default

Re: some new youtube videos are now impossible to keep ????


You can get the 256k audio (and other dash formats) with youtube-dl by using the experimental option:

Code:
--youtube-include-dash-manifest
And youtube-dl can (also experimental) use ffmpeg for automatic muxing of seperate video and audio streams with:

Code:
-f video+audio
so you get:

Code:
youtube-dl --youtube-include-dash-manifest -f 137+141 "http://www.youtube.com/watch?v=qPK67Px8sR8"
Reply With Quote