I want to download YouTube videos and have them saved with a specific name.
I do this:
yt-dlp https://www.youtube.com/watch?v=VLCQV30im1A -o "PASL2 Avance 007.mp4"
But the video, apart from not respecting the name, turns out that it downloads the video and audio separately, it does not join them into a single file, giving me this error.
[Attachment 85320 - Click to enlarge]
And the truth is that I don't know why, since I have FFMPEG and YT-DLP in the same folder
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 9 of 9
-
-
Code:
>yt-dlp https://www.youtube.com/watch?v=VLCQV30im1A -o "PASL2 Avance 007.mp4" [youtube] Extracting URL: https://www.youtube.com/watch?v=VLCQV30im1A [youtube] VLCQV30im1A: Downloading webpage [youtube] VLCQV30im1A: Downloading tv player API JSON [youtube] VLCQV30im1A: Downloading ios player API JSON [youtube] VLCQV30im1A: Downloading player 9c6dfc4a [youtube] VLCQV30im1A: Downloading m3u8 information [info] VLCQV30im1A: Downloading 1 format(s): 399+140 [download] Destination: PASL2 Avance 007.f399.mp4 [download] 100% of 3.32MiB in 00:00:00 at 4.44MiB/s [download] Destination: PASL2 Avance 007.f140.m4a [download] 100% of 317.61KiB in 00:00:00 at 1.73MiB/s [Merger] Merging formats into "PASL2 Avance 007.mp4" Deleting original file PASL2 Avance 007.f399.mp4 (pass -k to keep) Deleting original file PASL2 Avance 007.f140.m4a (pass -k to keep) >
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
Code:
yt-dlp https://www.youtube.com/watch?v=r8-484hD1NY -o "DESTINATION FINALE 6 Bande Annonce VF (2025).mp4" [youtube] Extracting URL: https://www.youtube.com/watch?v=r8-484hD1NY [youtube] r8-484hD1NY: Downloading webpage [youtube] r8-484hD1NY: Downloading tv client config [youtube] r8-484hD1NY: Downloading player 9c6dfc4a [youtube] r8-484hD1NY: Downloading tv player API JSON [youtube] r8-484hD1NY: Downloading ios player API JSON [youtube] r8-484hD1NY: Downloading m3u8 information [info] r8-484hD1NY: Downloading 1 format(s): 248+251 [download] Destination: DESTINATION FINALE 6 Bande Annonce VF (2025).mp4.f248.webm [download] 100% of 14.60MiB in 00:00:00 at 24.45MiB/s [download] Destination: DESTINATION FINALE 6 Bande Annonce VF (2025).mp4.f251.webm [download] 100% of 2.19MiB in 00:00:00 at 21.58MiB/s [Merger] Merging formats into "DESTINATION FINALE 6 Bande Annonce VF (2025).mp4.webm" Deleting original file DESTINATION FINALE 6 Bande Annonce VF (2025).mp4.f248.webm (pass -k to keep) Deleting original file DESTINATION FINALE 6 Bande Annonce VF (2025).mp4.f251.webm (pass -k to keep)
-
yt-dlp can download any youtube video at max quality. Here's a 4k video example
Code:yt-dlp "https://www.youtube.com/watch?v=0FYjApop7Mk"
--[----->+<]>.++++++++++++.---.--------.
[*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*] -
To fix your download issue, adjust your command to merge audio and video while keeping your desired filename:
yt-dlp -f bestvideo+bestaudio --merge-output-format mp4 -o "PASL2 Avance 007.mp4" https://www.youtube.com/watch?v=VLCQV30im1A
Once you’ve sorted out the download, consider using top4smm to boost your video’s reach on social media. You can read this to see how their methods od promoting social media.Last edited by JannAce; 3rd Apr 2025 at 13:47.
-
Depends on your definition of "best way". IMO yes. If you don't like the command line, then probably no.
Similar Threads
-
Downloading a movie from YouTube with yt-dlp
By CrymanChen in forum Video Streaming DownloadingReplies: 0Last Post: 17th Jun 2023, 04:14 -
yt-dlp downloads 360p video only, but on youtube there's 480p available
By Anonymous84 in forum Video Streaming DownloadingReplies: 5Last Post: 28th Apr 2023, 05:48 -
why this link not working on yt-dlp/youtube-dl
By DonSeenu in forum Video Streaming DownloadingReplies: 9Last Post: 5th Aug 2022, 02:50 -
how to download SRT files from youtube video with yt-dlp please?
By inklara in forum Video Streaming DownloadingReplies: 5Last Post: 10th Jun 2022, 08:50 -
Youtube-dl and Youtube-dlp no longer work with nbc. Help with dl this link?
By PennyHartz in forum Video Streaming DownloadingReplies: 27Last Post: 30th Dec 2021, 01:59