Youtube Download unter Windows mit Übersetzung

Youtube Download unter Windows mit Übersetzung

Powershell/Terminal öffnen:

Ordner anlegen:
Code:
mkdir C:\yt-dlp
cd C:\yt-dlp

Danach YT-DLP herunterladen:
Code:
Invoke-WebRequest `
  -Uri https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe `
  -OutFile C:\yt-dlp\yt-dlp.exe


Deine installierte Version Testen:
Code:
.\yt-dlp.exe --version


Beispiel Video:

Code:
https://www.youtube.com/watch?v=9crdlAUqKs4

Ausführen dieses Vide herunterzuladen:

Code:
.\yt-dlp.exe -F https://www.youtube.com/watch?v=9crdlAUqKs4



Andere Sprache, deutsche Ki-Tonspur herunterladen:
Code:
.\yt-dlp.exe -f bv+251-3https://www.youtube.com/watch?v=9crdlAUqKs4


FFMPEG ganz wichtig:
Code:
winget install "FFmpeg (Essentials Build)"

POwerShell/Terminal nach der installation schließen und neu öffnen:
FFMPEG Version prüfen:
Code:
ffmpeg -version



Download erneut starten:
Code:
cd C:\yt-dlp
.\yt-dlp.exe -f bv+251-3 https://www.youtube.com/watch?v=9crdlAUqKs4



Am besten MP4 anstatt WEBM als Dateiendung erzeugen:

Code:
.\yt-dlp.exe -f bv+251-3 --merge-output-format mp4 https://www.youtube.com/watch?v=9crdlAUqKs4


Standard-Konfiguration:

Code:
notepad C:\yt-dlp\yt-dlp.conf


Danach kannst du über das Terminal IMMER so herunterladen:


Code:
.\yt-dlp.exe VIDEO_URL


Dann am besten ALLES noch einmal schließen:

Öffne die Datei über Terminal:


Code:
notepad C:\yt-dlp\yt-dlp.conf

Es öffnet sich Nodepad oder Editor Datei.


Dort fügst du ein:


Code:
-f bv*[height<=1080]+ba[language=de]
--merge-output-format mp4
-o C:/Users/NAMEDESCOMPUTERBENUTZER/Desktop/%(title)s [%(id)s].%(ext)s



Nach jedem neuen Download.
Immer dieser Pfad :


Code:
cd C:\yt-dlp

Muss gesetzt sein und dann:

Code:
.\yt-dlp.exe VIDEO_URL
 
Youtube Download unter Windows mit Übersetzung

Ich bekomme fehler:


Code:
 [youtube] GYQsvsTgkzY: Requested format is not available. Use --list-formats for a list of available formats
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1696, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1852, in __extract_info
  File "yt_dlp\YoutubeDL.py", line 1911, in process_ie_result
  File "yt_dlp\YoutubeDL.py", line 3051, in process_video_result
yt_dlp.utils.ExtractorError: [youtube] GYQsvsTgkzY: Requested format is not available. Use --list-formats for a list of available formats
 
Youtube Download unter Windows mit Übersetzung

Ich bekomme fehler:


Code:
 [youtube] GYQsvsTgkzY: Requested format is not available. Use --list-formats for a list of available formats
Traceback (most recent call last):
  File "yt_dlp\YoutubeDL.py", line 1696, in wrapper
  File "yt_dlp\YoutubeDL.py", line 1852, in __extract_info
  File "yt_dlp\YoutubeDL.py", line 1911, in process_ie_result
  File "yt_dlp\YoutubeDL.py", line 3051, in process_video_result
yt_dlp.utils.ExtractorError: [youtube] GYQsvsTgkzY: Requested format is not available. Use --list-formats for a list of available formats


Fixe deine Konfigurationsdatei direkt im Terminal:

Code:
@'
-f "bestvideo[vcodec^=avc1][height<=1080]+bestaudio[acodec^=mp4a]/best[ext=mp4]/best"
--merge-output-format=mp4
--recode-video=mp4
--audio-format=aac
--audio-quality=0
--output=C:/Users/COMPUTERUSER/Desktop/%(title)s_[%(id)s).mp4
'@ | Out-File -Encoding UTF8 C:\yt-dlp\yt-dlp.conf

Wenn das passt, dann passe ich es in der Beschreibung erneut an.
 
Youtube Download unter Windows mit Übersetzung

Ich konnte die Datei herunterladen.

Ist auch zu sehen und abspielbar. Leider nicht in der Übersetzten Sprache...

Ist da noch was machbar?
 
Live Aktivität
Keine Aktivitäten