VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Trying the "--audio-multistreams" with YT-DLP,
    while with N_m3u8DL-RE it works great with
    Code:
    "-sa all"
    to download ALL
    yt-dlp needs specific command
    and allows the best two:
    Code:
    -f "bv*+ba+ba.2" --audio-multistreams
    Would best three Audio tracks be:
    Code:
    -f "bv*+ba+ba.2+ba.3" --audio-multistreams
    ?


    Also if only downloading best audio/video I get MP4

    Code:
    yt-dlp -f "bv*+ba" `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"


    With two best Audio tracks I get MKV
    Code:
    yt-dlp -f "bv*+ba+ba.2" --audio-multistreams `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"
    is there any way to force MP4 container instead of MKV
    when downloading with two and more audio tracks?


    Forcing MP4 with "-S "mp4" results in MKV ...
    and in the log:
    Deprecated Feature: Using arbitrary fields (mp4) for format sorting is deprecated and may be removed in a future version

    Code:
    yt-dlp -f "bv*+ba+ba.2" --audio-multistreams -S "mp4" `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"



    Downloading "ALL" audio tracks, downloads both DASH and HLS, and muxes it to MKV

    dash-audio_fre=96000 m4a audio only │ ~ 82.75MiB 96k dash │ audio only mp4a.40.2 96k 48k [fr] DASH audio, m4a_dash
    dash-audio_qaa=96000 m4a audio only │ ~ 82.75MiB 96k dash │ audio only mp4a.40.2 96k 48k [qaa] DASH audio, m4a_dash
    hls-audio-aacl-96-Audio_Français mp4 audio only │ ~ 82.75MiB 96k m3u8 │ audio only mp4a 96k [fr] Audio Français
    hls-audio-aacl-96-Audio_Originale mp4 audio only │ ~ 82.75MiB 96k m3u8 │ audio only mp4a 96k [qaa] Audio Originale

    Code:
    yt-dlp -f "bv*+mergeall[vcodec=none]" --audio-multistreams `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"

    And I would like both AUDIO tracks (dash or hls) and best VIDEO in MP4 container ...
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  2. Originally Posted by LZAA View Post
    Url?
    Its in the YT-DLP commands

    https://www.france.tv/films/6002616-wall-street.html
    If I was in politics I make sure you drink plenty of beer
    and watch plenty of TV to keep you busy. | Data is the new oil.
    Quote Quote  
  3. Originally Posted by pssh View Post
    Trying the "--audio-multistreams" with YT-DLP,
    while with N_m3u8DL-RE it works great with
    Code:
    "-sa all"
    to download ALL
    yt-dlp needs specific command
    and allows the best two:
    Code:
    -f "bv*+ba+ba.2" --audio-multistreams
    Would best three Audio tracks be:
    Code:
    -f "bv*+ba+ba.2+ba.3" --audio-multistreams
    ?


    Also if only downloading best audio/video I get MP4

    Code:
    yt-dlp -f "bv*+ba" `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"


    With two best Audio tracks I get MKV
    Code:
    yt-dlp -f "bv*+ba+ba.2" --audio-multistreams `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"
    is there any way to force MP4 container instead of MKV
    when downloading with two and more audio tracks?


    Forcing MP4 with "-S "mp4" results in MKV ...
    and in the log:
    Deprecated Feature: Using arbitrary fields (mp4) for format sorting is deprecated and may be removed in a future version

    Code:
    yt-dlp -f "bv*+ba+ba.2" --audio-multistreams -S "mp4" `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"



    Downloading "ALL" audio tracks, downloads both DASH and HLS, and muxes it to MKV

    dash-audio_fre=96000 m4a audio only │ ~ 82.75MiB 96k dash │ audio only mp4a.40.2 96k 48k [fr] DASH audio, m4a_dash
    dash-audio_qaa=96000 m4a audio only │ ~ 82.75MiB 96k dash │ audio only mp4a.40.2 96k 48k [qaa] DASH audio, m4a_dash
    hls-audio-aacl-96-Audio_Français mp4 audio only │ ~ 82.75MiB 96k m3u8 │ audio only mp4a 96k [fr] Audio Français
    hls-audio-aacl-96-Audio_Originale mp4 audio only │ ~ 82.75MiB 96k m3u8 │ audio only mp4a 96k [qaa] Audio Originale

    Code:
    yt-dlp -f "bv*+mergeall[vcodec=none]" --audio-multistreams `
    -o "%(title)s.FR.1987.540p.FRTV.WEB-DL.AAC.LC.2.0.H.264.%(ext)s" `
    --replace-in-metadata "title,uploader,series" "[ _]" "." `
    --embed-subs `
    --sub-langs all `
    --embed-chapters `
    --embed-metadata `
    --embed-info-json `
    --embed-thumbnail `
    "https://www.france.tv/films/6002616-wall-street.html"

    And I would like both AUDIO tracks (dash or hls) and best VIDEO in MP4 container ...
    Your Syntax looks slightly funky and perhaps incorrect - I would, as always, when you're after fairly complex configurations like this (multiple tracks etc) recommend using N_m3u8. Nevertheless, this functioned fine for me:

    Code:
    yt-dlp -f "bv*+ba+ba.2" --audio-multistreams "https://www.france.tv/films/6002616-wall-street.html" --merge-output-format mp4
    Quote Quote  



Similar Threads

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