Windows PowerShell / CMD · Kopieren und Einfügen · Aktualisiert 2026
Alle gängigen yt-dlp-Befehle an einem Ort. Direkt in PowerShell oder CMD kopieren und einfügen. URL durch den eigenen Video- oder Playlist-Link ersetzen.
Dies ist eine vollständige Referenz der nützlichsten yt-dlp-Befehle für Windows, nach Aufgabe gruppiert: einfache Downloads, Qualitäts- und Formatauswahl, MP3- und Audio-Extraktion, Wiedergabelisten und Kanäle, Untertitel, Ausgabe-Dateinamenvorlagen und erweiterte Optionen wie Cookies und parallele Downloads. Jeder Befehl funktioniert in PowerShell oder CMD — kopieren, "URL" durch den Link zum Video oder zur Wiedergabeliste ersetzen und ausführen. Für 4K/8K-Zusammenführungen und Audio-Konvertierung muss FFmpeg im selben Ordner wie yt-dlp.exe liegen.
Grundlagen
yt-dlp "URL"
yt-dlp -f "bestvideo+bestaudio/best" "URL"
yt-dlp --version
yt-dlp -U
yt-dlp -F "URL"
yt-dlp --simulate "URL"
Qualität & Formatauswahl
yt-dlp -f "bestvideo[height<=1080]+bestaudio/best" "URL"
yt-dlp -f "bestvideo[height>=2160]+bestaudio/best" "URL"
yt-dlp -f "bestvideo[ext=mp4][vcodec*=h264]+bestaudio[ext=m4a]/best[ext=mp4]" "URL"
yt-dlp -f "bestvideo[vcodec^=av01]/bestvideo[vcodec^=vp9]/bestvideo+bestaudio/best" "URL"
Audio & MP3
yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --embed-metadata "URL"
yt-dlp -x --audio-format best "URL"
yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail --embed-metadata --yes-playlist -o "%(playlist_index)02d-%(title)s.%(ext)s" "PLAYLIST_URL"
yt-dlp -a links.txt -x --audio-format mp3 --audio-quality 0
Wiedergabelisten & Kanäle
yt-dlp --yes-playlist -o "%(playlist_index)02d-%(title)s.%(ext)s" "PLAYLIST_URL"
yt-dlp --playlist-items 1,5,10-12 "PLAYLIST_URL"
yt-dlp --continue --download-archive downloaded.txt "PLAYLIST_URL"
yt-dlp "https://www.youtube.com/@KanalName/videos" -o "%(upload_date>%Y-%m-%d)s-%(title)s.%(ext)s"
Untertitel
yt-dlp --write-sub --write-auto-sub --sub-langs de --sub-format srt "URL"
yt-dlp -f "bv*+ba/b" --write-auto-sub --sub-langs "de,*" --embed-subs --merge-output-format mkv "URL"
yt-dlp --write-sub --write-auto-sub --sub-langs de --skip-download "URL"
Ausgabe-Templates
-o "C:/Videos/%(title)s.%(ext)s"
-o "C:/Videos/%(playlist)s/%(playlist_index)02d-%(title)s.%(ext)s"
-o "C:/Musik/%(artist,channel)s/%(title)s.%(ext)s"
-o "C:/Videos/%(channel)s/%(upload_date>%Y-%m-%d)s-%(title)s.%(ext)s"
Häufige Template-Variablen:
%(title)s%(ext)s%(id)s%(upload_date)s%(channel)s%(playlist_index)02dErweitert
-N 4
--limit-rate 5M
--retries 10 --fragment-retries 10
--cookies-from-browser chrome
--embed-thumbnail --embed-metadata
--dateafter today-30days