Hi everyone. I'm running N_m3u8DL-RE in a Linux server via command line with following code:
I get the best video and all audio files in separate folders.Code:N_m3u8DL-RE ".m3u8" --save-name 2024 Bahrain Grand Prix - Practice 2 -sv best -sa all
This is main folder created.
[Attachment 77446 - Click to enlarge]
Then if I go inside the folder created I can see more folders for video and audios separated.
[Attachment 77447 - Click to enlarge]
Inside Video and Audio folders I find a lot of files with extension .ts
[Attachment 77448 - Click to enlarge]
It's supposed N_m3u8DL-R should assign extension .mp4 for video and .m4a for audios?
Why am I getting files this way separated in folders?
Hopefully someone can help here. Thanks.
+ Reply to Thread
Results 1 to 16 of 16
-
Last edited by Mochomo; 5th Mar 2024 at 17:38.
-
In my case I use
as the documentation says and as a very kind user here taught me, I don't know if there is another way but in my case it always stays together with several audios--live-real-time-merge -
I just tried adding "--live-real-time-merge"
It didn't work. I just don't know why is creating all these folders. Also audio files as .ts instead of .m4a ... Really weird.Code:N_m3u8DL-RE "MPD" --save-name 2024 Bahrain Grand Prix - Practice 2 -sv best -sa all --live-real-time-merge
-
-
If you're dealing with live video, then you should use:
If it's a VOD, then just mux everything after the download is finished:Code:--live-pipe-mux --live-keep-segments False
Code:-M format=mkv
-
it's not weird. your command on first post download from m3u8, save video with name, best video and all audio files
missing command to join audio/video files, like white_snake says, with live-pipe-mux (for live) or mkv format for simply VOD -
As suggested I added this at the end of my code.
It didn't work. Mux process failed. Please refer to screenshot.Code:-M format=mkv
[Attachment 77457 - Click to enlarge]
As I can see, mux process fails because audio extension is ".ts" and video as well.
It should be ".m4a" for audio since it's "aac" audio and ".mp4" for the video.
Weird all files are downloaded as .ts
FYI... If I use "ffmpeg" to download and merge files it just works as expect. I'm trying to use N_m3u8DL-RE since download speed is way faster. -
If you provided the full command (with the full m3u8 url) it would be easier to give you assistance.
-
My bad. This is the full command. It's VOD, not live.
Code:N_m3u8DL-RE "https://ott-video-fer-cf.formula1.com/v2/pa_cGF0aDolMkZjODA1OTI3MDUyOWU2M2U0OTJiMzQzMTc5MzNjM2RjYSUyRm91dCUyRnYxJTJGMTA3Yjc5Y2IwZWY0NDViNDk0ZGQ4N2JjYzY2YzJhOGUlMkYzMzk1NzMwN2M1Yjg0OGE2YmVhNjkzYmI0MDBhNzE2NnxraWQ6MTA0MnxleHA6MTcwOTgxNjc4N3x0dGw6MTQ0MHxnZW86VVN8c3RyZWFtVHlwZTpITFN8c2Vzc2lvbklkOjE2ODk0NTA2OV8wMUhSOVhZTjExODdZOEs3OFJUNDIxWDFIQ3x0b2tlbjpmQlhLQ05kYnZNS0ltOVNoUFpoc01Wd2p2ZGxNSVBxWDE1NEtsbVVNeHpvXw__/c8059270529e63e492b34317933c3dca/out/v1/107b79cb0ef445b494dd87bcc66c2a8e/33957307c5b848a6bea693bb400a7166/e4d49ef8077f4032a097e2b0c8a962bb/index.m3u8" --save-name Practice -sv best -sa all -M format=mkv
-
It worked fine for me, at least downloading partially using:
Try with this N_m3u8DL-RE version here: https://forum.videohelp.com/threads/413676-N_m3u8DL-RE-pre-releaseCode:--custom-range 0-5
And these ffmpeg binaries: https://github.com/yt-dlp/FFmpeg-Builds/releases -
Is this how it should look the new complete code?
Code:N_m3u8DL-RE "https://ott-video-fer-cf.formula1.com/v2/pa_cGF0aDolMkZjODA1OTI3MDUyOWU2M2U0OTJiMzQzMTc5MzNjM2RjYSUyRm91dCUyRnYxJTJGMTA3Yjc5Y2IwZWY0NDViNDk0ZGQ4N2JjYzY2YzJhOGUlMkYzMzk1NzMwN2M1Yjg0OGE2YmVhNjkzYmI0MDBhNzE2NnxraWQ6MTA0MnxleHA6MTcwOTgxNjc4N3x0dGw6MTQ0MHxnZW86VVN8c3RyZWFtVHlwZTpITFN8c2Vzc2lvbklkOjE2ODk0NTA2OV8wMUhSOVhZTjExODdZOEs3OFJUNDIxWDFIQ3x0b2tlbjpmQlhLQ05kYnZNS0ltOVNoUFpoc01Wd2p2ZGxNSVBxWDE1NEtsbVVNeHpvXw__/c8059270529e63e492b34317933c3dca/out/v1/107b79cb0ef445b494dd87bcc66c2a8e/33957307c5b848a6bea693bb400a7166/e4d49ef8077f4032a097e2b0c8a962bb/index.m3u8" --save-name Practice -sv best -sa all -M format=mkv --custom-range 0-5
-
-
This means to download only first 20 seconds? "--custom-range 0-5"
Did you try it on Windows or Linux? -
-
Similar Threads
-
Video/Screenshot Guide to Freevine/N_m3u8DL-RE downloader for MacOS
By gwilliams1996 in forum Video Streaming DownloadingReplies: 16Last Post: 15th May 2024, 07:14 -
DOWNLOAD protected DRM video separated video and audio from (learnyst)
By yassin in forum Video Streaming DownloadingReplies: 4Last Post: 8th Jan 2024, 05:36 -
Seeking Assistance with Dynamic Token Issues in N_m3u8DL-RE Video Download
By omry in forum Video Streaming DownloadingReplies: 4Last Post: 23rd Nov 2023, 19:54 -
Downloaded video is greyed from N_m3u8DL-RE
By swappyison in forum Newbie / General discussionsReplies: 0Last Post: 28th Jul 2023, 03:19 -
n_m3u8dl, no audio files?
By Xfinger in forum Video Streaming DownloadingReplies: 3Last Post: 14th Jan 2022, 08:15



Quote
