VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 9 of 9
  1. Member
    Join Date
    Jul 2022
    Location
    Freezer Planet
    Search PM
    H!
    There is a video that has three audio tracks, I need the track that is in Spanish
    i tried with jdownloader, but it does not give me the option to choose the audio



    please help
    Quote Quote  
  2. You can use N-m3u8DL-RE
    With this you will be able to choose the audio track you want.

    If possible please help me with the link of what you want to download.
    Quote Quote  
  3. Member
    Join Date
    Jul 2022
    Location
    Freezer Planet
    Search PM
    Originally Posted by Erick77 View Post
    You can use N-m3u8DL-RE
    With this you will be able to choose the audio track you want.

    If possible please help me with the link of what you want to download.
    it's a private channel, that's another detail




    if it is not possible? please confirm to send you the credentials privately
    Last edited by Zabon; 30th Jun 2023 at 11:31.
    Quote Quote  
  4. Anonymous84
    Guest
    --
    Last edited by Anonymous84; 8th May 2024 at 18:38. Reason: --
    Quote Quote  
  5. You could try:
    Code:
    yt-dlp.exe --cookies-from-browser <firefox or chrome> --list-formats  --username <enter your username here> "https://www.youtube.com/watch?v=yLMp7WfC0O4"
    to see what formats are available after you are logged in.
    Quote Quote  
  6. Member
    Join Date
    Jul 2022
    Location
    Freezer Planet
    Search PM
    Originally Posted by bamboobali View Post
    You could try:
    Code:
    yt-dlp.exe --cookies-from-browser <firefox or chrome> --list-formats  --username <enter your username here> "https://www.youtube.com/watch?v=yLMp7WfC0O4"
    to see what formats are available after you are logged in.
    Code:
    ID    EXT   RESOLUTION FPS CH |   FILESIZE   TBR PROTO | VCODEC        VBR ACODEC      ABR ASR MORE INFO
    ------------------------------------------------------------------------------------------------------------------------------------------------
    -
    sb2   mhtml 48x27        0    |                  mhtml | images                                storyboard
    sb1   mhtml 80x45        0    |                  mhtml | images                                storyboard
    sb0   mhtml 160x90       0    |                  mhtml | images                                storyboard
    139-0 m4a   audio only      2 |   14.96MiB   49k dash  | audio only        mp4a.40.5   49k 22k [es] Spanish dubbed, low, m4a_dash
    139-1 m4a   audio only      2 |   14.96MiB   49k dash  | audio only        mp4a.40.5   49k 22k [ar] Arabic dubbed, low, m4a_dash
    139-2 m4a   audio only      2 |   14.96MiB   49k dash  | audio only        mp4a.40.5   49k 22k [tr] Turkish original (default), low, m4a_dash
    140-0 m4a   audio only      2 |   39.71MiB  129k dash  | audio only        mp4a.40.2  129k 44k [ar] Arabic dubbed, medium, m4a_dash
    140-1 m4a   audio only      2 |   39.71MiB  129k dash  | audio only        mp4a.40.2  129k 44k [es] Spanish dubbed, medium, m4a_dash
    140-2 m4a   audio only      2 |   39.71MiB  129k dash  | audio only        mp4a.40.2  129k 44k [tr] Turkish original (default), medium, m4a_dash
    
    251-0 webm  audio only      2 |   38.72MiB  126k dash  | audio only        opus       126k 48k [ar] Arabic dubbed, medium, webm_dash
    251-1 webm  audio only      2 |   39.28MiB  128k dash  | audio only        opus       128k 48k [es] Spanish dubbed, medium, webm_dash
    251-2 webm  audio only      2 |   38.89MiB  127k dash  | audio only        opus       127k 48k [tr] Turkish original (default), medium, webm_das
    h
    17    3gp   176x144      6  1 |   23.62MiB   77k https | mp4v.20.3     77k mp4a.40.2    0k 22k 144p
    160   mp4   256x144     25    |   23.82MiB   78k dash  | avc1.4d400c   78k video only          144p, mp4_dash
    134   mp4   640x360     25    |  100.18MiB  327k dash  | avc1.4d401e  327k video only          360p, mp4_dash
    18    mp4   640x360     25  2 |  129.00MiB  421k https | avc1.42001E  421k mp4a.40.2    0k 44k 360p
    243   webm  640x360     25    |   74.84MiB  244k dash  | vp9          244k video only          360p, webm_dash
    22    mp4   1280x720    25  2 | ~450.41MiB 1434k https | avc1.64001F 1434k mp4a.40.2    0k 44k 720p
    136   mp4   1280x720    25    |  400.41MiB 1305k dash  | avc1.64001f 1305k video only          720p, mp4_dash
    137   mp4   1920x1080   25    |  778.03MiB 2537k dash  | avc1.640028 2537k video only          1080p, mp4_dash
    
    C:\Widevine>
    Quote Quote  
  7. Just guessing, but to download all three audio tracks I'd try:
    Code:
    yt-dlp.exe --cookies-from-browser <firefox or chrome> -f 140-0,140-1,140-2  --username <enter your username here> "https://www.youtube.com/watch?v=yLMp7WfC0O4"
    If you get an error about the format being unplayable you will also need to use '--allow-u' (and then look forward to lots of reading if you're unfamiliar with --allow-u).
    Quote Quote  
  8. if you only need the Spanish audio:

    Code:
    yt-dlp.exe --cookies-from-browser <firefox or chrome> -f "ba[language=es]" --username <enter your username here> "https://www.youtube.com/watch?v=yLMp7WfC0O4" -o "%(title)s.%(ext)s"
    Quote Quote  
  9. Member
    Join Date
    Jul 2022
    Location
    Freezer Planet
    Search PM
    Originally Posted by bamboobali View Post
    Just guessing, but to download all three audio tracks I'd try:
    Code:
    yt-dlp.exe --cookies-from-browser <firefox or chrome> -f 140-0,140-1,140-2  --username <enter your username here> "https://www.youtube.com/watch?v=yLMp7WfC0O4"
    If you get an error about the format being unplayable you will also need to use '--allow-u' (and then look forward to lots of reading if you're unfamiliar with --allow-u).
    thank you so much
    Quote Quote  



Similar Threads

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