VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. I had a thing.

    It has

    Code:
    <AdaptationSet mimeType="audio/mp4" startWithSAP="1" segmentAlignment="true" lang="ita">
    Code:
    <AdaptationSet mimeType="audio/mp4" startWithSAP="1" segmentAlignment="true" lang="tur">
    how can I pick the language with yt-dlp?



    I could also remove those files from the .mpd, problem is I can't because I need to do the download request directly with the URL.

    Otherwise I need to somehow include the URL in the .mpd file, but the last time I tried I didn't get that to work.
    Last edited by BlueVideo10; 11th Oct 2023 at 15:36.
    Quote Quote  
  2. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    Code:
    yt-dlp --list-formats URL
    format code will show Audio Ita like 156 bla...bla 96kps...audio ita
    so format is 156, to download via yt-dlp is
    Code:
    yt-dlp -f 156 URL
    Quote Quote  
  3. Originally Posted by iamghost View Post
    Code:
    yt-dlp --list-formats URL
    format code will show Audio Ita like 156 bla...bla 96kps...audio ita
    so format is 156, to download via yt-dlp is
    Code:
    yt-dlp -f 156 URL
    oh so the part that says

    0_0 m4a audio only │ 68k dash

    I pick -f 0_0

    got it, it worked
    many thanks


    if it doesn't list one has to put in --allow-u for the DRM stuff

    how did you colorize it did you use the button or the BB Code format, because when I click the color, it just breaks



    also can multiple be downloaded at the same time? like two formats, with just one command line?
    Quote Quote  
  4. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    video format is 545 so download both video and audio would be like that
    Code:
    yt-dlp -f 156+545 URL
    Quote Quote  
  5. Originally Posted by iamghost View Post
    video format is 545 so download both video and audio would be like that
    Code:
    yt-dlp -f 156+545 URL
    what about output path but for 2 things that are being downloaded at once?

    I know it's -o

    but for files that are being downloaded in a row?
    Quote Quote  



Similar Threads

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