Guest User

Untitled

a guest
Feb 17th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. Random Notes
  2. ============
  3.  
  4.  
  5. Download MP4 audio from YouTube video
  6. -------------------------------------
  7.  
  8. 1. Make sure ffmpeg is installed: `brew install ffmpeg`
  9. 2. Install youtube-dl: `brew install youtube-dl`
  10. 3. List available formats for video: `youtube-dl -F <Video URL>`
  11. 4. Get desired format (ex. 140: audio only DASH audio 131k, m4a_dash container): `youtube-dl -f <format #> <Video URL>`
  12.  
  13. Having ffmpeg installed helps in: `[ffmpeg] Correcting container in <video>`.
Add Comment
Please, Sign In to add comment