Guest User

Untitled

a guest
Mar 17th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. $ youtube-dl --list-formats https://www.youtube.com/watch?v=0R0T0mQmx7I
  2. [youtube] 0R0T0mQmx7I: Downloading webpage
  3. [youtube] 0R0T0mQmx7I: Downloading video info webpage
  4. [youtube] 0R0T0mQmx7I: Extracting video information
  5. [youtube] 0R0T0mQmx7I: Downloading MPD manifest
  6. [info] Available formats for 0R0T0mQmx7I:
  7. format code extension resolution note
  8. 140 m4a audio only DASH audio 144k , m4a_dash container, mp4a.40.2@128k
  9. 160 mp4 256x144 144p 124k , avc1.42c00b, 30fps, video only
  10. 133 mp4 426x240 240p 258k , avc1.4d4015, 30fps, video only
  11. 134 mp4 640x360 360p 646k , avc1.4d401e, 30fps, video only
  12. 135 mp4 854x480 480p 1171k , avc1.4d401f, 30fps, video only
  13. 136 mp4 1280x720 720p 2326k , avc1.4d401f, 30fps, video only (best)
  14.  
  15. $ ffmpeg -i $(youtube-dl -f 136 -g https://www.youtube.com/watch?v=0R0T0mQmx7I) -i $(youtube-dl -f 140 -g https://www.youtube.com/watch?v=0R0T0mQmx7I) -c:v copy -c:a aac -strict experimental -t 00:02:00 output.mp4
Add Comment
Please, Sign In to add comment