VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. Hi there,

    I want to download a certain video with a specific audio channel, and searched a little until I fell into this place, I've seen a thread with a similar title and so tried the solutions they gave like N_m3u8DL-RE or yt-dlp, but while I didn't understand how to use the first, the second telling me the files not found if I put args, but while I don't it still find the find so I guess the problem is not really that...

    I don't know if that the best options to do that, I guess I can try other stuff too.

    Thanks in advance for any help.
    Last edited by SaltChaos; 29th Mar 2024 at 19:58.
    Quote Quote  
  2. It's very unclear what kind of help you're requesting here. What's the yt-dlp command you ran?
    Quote Quote  
  3. Code:
    yt-dlp.exe --cookies-from-browser <brave> -f "ba[language=fr]" --username <enter your username here> "https://www.youtube.com/watch?v=yLMp7WfC0O4" -o "%(title)s.%(ext)s"
    Something similar to this, just replaced it with different link, and username, unless you want me to show you the exact one ?

    And yeah kinda messy as an ask for help I guess... I shoulda maybe said it like that : I wanna download this youtube video, with a specific audio channel. But don't really know how ? I tried theses solutions as I said earlier, but they don't seem simple and maybe there is something simpler to use ?
    Else if you would still advice one of thoses two solutions, the others help I would need is to figure out how to make it work I guess ?
    Quote Quote  
  4. You can run yt-dlp with the -F flag first (instead of the -f flag) and see all the audio streams available, then you can write the command to pick the right one, for example:
    Code:
    -f 270+140
    Quote Quote  
  5. Hmmmst I see, thanks for that, it's probably been that, but then following up with another question, is that normal that it's either audio only or video only ?

    Edit: Took me some seconds to compute that into my brain but the 270+140 is actually to get both video and audio right ?
    Edit 2: Seems that the case, was missing some ffmpeg, but after setup the thing and adding his location to the command it worked.

    Thanks a lot !
    Last edited by SaltChaos; 30th Mar 2024 at 13:13.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!