Skip to content

Instantly share code, notes, and snippets.

@KYDronePilot
Created August 5, 2022 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KYDronePilot/7e982b3021e5bff16ddacd53422f7b84 to your computer and use it in GitHub Desktop.
Save KYDronePilot/7e982b3021e5bff16ddacd53422f7b84 to your computer and use it in GitHub Desktop.
yt-dlp settings
# Thumbnail embed
--embed-thumbnail
# Video description+chapters embed
--embed-metadata
# Auto-gen subtitles embed
--write-auto-subs
--embed-subs
# Max mp4 (up to 1080p) and m4a (requires ffmpeg)
--format 'bestvideo[ext=mp4][height<=1080]+bestaudio[ext=m4a]'
# Format filename
--output '%(title)s.%(ext)s'
# Make filename compatible on Windows machines
--windows-filenames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment