Skip to content

Instantly share code, notes, and snippets.

@esctabcapslock
Last active March 16, 2022 04:31
Show Gist options
  • Save esctabcapslock/336b5ca381398d3afab493cd1edb1e82 to your computer and use it in GitHub Desktop.
Save esctabcapslock/336b5ca381398d3afab493cd1edb1e82 to your computer and use it in GitHub Desktop.

youtube-dl 사용법

쿠키

youtube-dl --cookies /pathtocookiefile

관련된 확장기능

재생목록 전체

youtube-dl -cit --extract-audio --audio-format mp3 --audio-quality 0 https://www.youtube.com/playlist?list=************

m4v mp4

ffmpeg -i "12.webm" -vn -ar 44100 -ac 2 -ab 192 -f mp3 "12mp3"

ffmpeg -i "123.mkv" -c copy "123.mp4"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment