Hello:
I can use the following yt-dlp.exe command to download some live M3U8 link and save to local hard disk:
yt-dlp.exe https://m3u8.xyz/g#.m3u8 --downloader ffmpeg -o F:\Videows\1.mp4
There are different types of resolutions from time to time, like: 1280X720; 768X432; 720X406; etc.
How I can provide some parameters, so I always download the highest resolutions from the HLS stream.
I have tried something like:
yt-dlp.exe -f "best[height=720]" https://m3u8.xyz/g#.m3u8 --downloader ffmpeg -o F:\Videows\1.mp4
But this command will fail if there is no such resolution stream available to download.
I mean how I can add parameters so I always download the stream with highest resolution available: if 1280X720 is available, then download it, if not then try to download 768X432, etc.
Please advise!
Thanks,
+ Reply to Thread
Results 1 to 5 of 5
-
-
Yes, do this and post results.
Default behaviour for yt-dlp is not the same as youtube-dl, so syntax could be different to get what you need.
https://github.com/yt-dlp/yt-dlp#differences-in-default-behavior
Similar Threads
-
[francetelevisions.fr] Can play/record M3U8 links, but not "HLS_V5" links
By abolibibelot in forum Video Streaming DownloadingReplies: 5Last Post: 17th Jul 2020, 15:14 -
[pluzz] Retrieve JSON or M3U8 links when streams availibility has expired
By abolibibelot in forum Video Streaming DownloadingReplies: 1Last Post: 7th Jul 2020, 07:06 -
AdultSwim m3u8 links for Rick and Morty
By brywin in forum Video Streaming DownloadingReplies: 3Last Post: 25th May 2020, 21:29 -
Best way to download U Tube videos at highest quality?
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 5Last Post: 27th Sep 2018, 08:09 -
Download m3u8
By quekkiefly in forum Video Streaming DownloadingReplies: 0Last Post: 12th Jan 2017, 06:40