Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: andrum94
 | Femeie 25 ani Galati cauta Barbat 27 - 80 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 18 ani
Postari: 2259
|
|
Download YT-DLP
Download FFMPEG
Tutorial
add ffmpeg.exe to the same folder where yt-dlp.exe is otherwise you will get 2 x webm files (video, audio) instead of 1 x mp4 file (video + audio)
download to Videos folder yt-dlp -f bestvideo+bestaudio --merge-output-format mp4 -o "~/Videos/%(title)s.%(ext)s" "https://www.youtube.com/watch?v=VIDEO_ID"
download to desired folder yt-dlp -f bestvideo+bestaudio --merge-output-format mp4 -o "F:/TEMP/%(title)s.%(ext)s" "https://www.youtube.com/watch?v=VIDEO_ID"
_______________________________________

|
|
pus acum 10 zile |
|
TRaP
Moderator
Inregistrat: acum 7 ani
Postari: 833
|
|
Mrrrr a scris:
Download YT-DLP |
bestaudio might bring down OPUS format which is not supported on all PCs.
Test available formats with: yt-dlp --list-formats "https://www.youtube.com/watch?v=VIDEO_ID"
bestaudio might be OPUS format which is not recognized on all PCs.
Download specific audio with: yt-dlp -f bestvideo+AUDIO_ID --merge-output-format mp4 -o "F:/TEMP/%(title)s.%(ext)s" "https://www.youtube.com/watch?v=VIDEO_ID"
e.g. for AUDIO ID = 140 yt-dlp -f bestvideo+140 --merge-output-format mp4 -o "F:/TEMP/%(title)s.%(ext)s" "https://www.youtube.com/watch?v=VIDEO_ID"
Audio ID is NOT the kbps.
Modificat de TRaP (acum 6 zile)
|
|
pus acum 6 zile |
|