Trying the "--audio-multistreams" with YT-DLP,
while with N_m3u8DL-RE it works great withto download ALLCode:"-sa all"
yt-dlp needs specific command
and allows the best two:
Would best three Audio tracks be:Code:-f "bv*+ba+ba.2" --audio-multistreams
?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
is there any way to force MP4 container instead of MKVCode: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"
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 ...
+ Reply to Thread
Results 1 to 4 of 4
-
-
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
Similar Threads
-
YT-DLP "-o" and "--parse-metadata" for custom "File.name"
By pssh in forum Video Streaming DownloadingReplies: 2Last Post: 30th May 2024, 09:03 -
yt-dlp "no video formats found" error on mpd (even with --allow-u on)
By qwertiio in forum Video Streaming DownloadingReplies: 8Last Post: 30th Jul 2022, 06:51 -
I have a library of "movies", MKV, MP4.. and some with bad enbedded SRT's.
By jagman in forum SubtitleReplies: 1Last Post: 11th Jul 2021, 17:57 -
yt-dlp + mdp: "Could not send HEAD request" - HTTP error 403: forbidden
By oopargentina in forum Video Streaming DownloadingReplies: 6Last Post: 27th Mar 2021, 10:01 -
Insert "beep" audio to black out words in a mp4 file
By IngvarEkstrom in forum Newbie / General discussionsReplies: 18Last Post: 30th Dec 2020, 13:24