-
-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] MUX-after-done failing. #123
Comments
You miss
BTW, help content fixed. Thanks. |
No, even with Also, in a .bat file, it does not work. See details: :start
@echo off
set /p URL=Video Link:
N_m3u8DL-RE --save-dir C:\Users\admin\Desktop --log-level DEBUG -M format=mp4:keep=true "%URL%"
goto start DEBUG:
|
@nilaoda Bro, can you please re-open this issue? it's still a problem, i also tried in v0.1.7 but it's still not working, is it a bug in the muxing process? |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@nilaoda I don't want to use N_m3u8DL-RE "https://al-vod.cdn.huya.com/1048585/1208805156/38683435/da74fa28eeb1db376a2509e2a3b0554a.m3u8?hyvid=700070153&hyauid=1208805156&hyroomid=1208805156&hyratio=4000&hyscence=vod&appid=66&domainid=25&srckey=NjZfMjVfNzAwMDcwMTUz&bitrate=2516&client=106&definition=yuanhua&pid=1208805156&scene=vod&vid=700070153&u=0&t=100&sv=2302241518" -M format=mp4:keep=true INFO : N_m3u8DL-RE (Beta version) 20230615 INFO : Loading URL: https://al-vod.cdn.huya.com/1048585/1208805156/38683435/da74fa28eeb1db376a2509e2a3b0554a.m3u8?hyvid=700070153&hyauid=1208805156&hyroomid=1208805156&hyratio=4000&hyscence=vod&appid=66&domainid=25&srckey=NjZfMjVfNzAwMDcwMTUz&bitrate=2516&client=106&definition=yuanhua&pid=1208805156&scene=vod&vid=700070153&u=0&t=100&sv=2302241518 INFO : Content Matched: HTTP Live Streaming INFO : Parsing streams... WARN : Writing meta json INFO : Extracted, there are 1 streams, with 1 basic streams, 0 audio streams, 0 subtitle streams INFO : Vid Kbps | 78 Segments | ~06m13s INFO : Selected streams: INFO : Vid Kbps | 78 Segments | ~06m13s WARN : Writing meta json INFO : Save Name: da74fa28eeb1db376a2509e2a3b0554a_2023-06-15_10-48-20 INFO : Start downloading...Vid Kbps WARN : Reading media info... INFO : [0x100]: Video, h264 (High) ([27][0][0][0]), 1920x1080, 30 fps INFO : [0x101]: Audio, aac (LC) ([15][0][0][0]), 130 kb/s INFO : ffmpeg merging... WARN : da74fa28eeb1db376a2509e2a3b0554a_2023-06-15_10-48-20.mp4 WARN : Muxing to 2023-06-15_10-48-20.MUX.mp4 ERROR: Mux failed WARN : Rename to 2023-06-15_10-48-20.mp4 ERROR: Failed 😭 N_m3u8DL-RE "https://al-vod.cdn.huya.com/1048585/1208805156/38683435/da74fa28eeb1db376a2509e2a3b0554a.m3u8?hyvid=700070153&hyauid=1208805156&hyroomid=1208805156&hyratio=4000&hyscence=vod&appid=66&domainid=25&srckey=NjZfMjVfNzAwMDcwMTUz&bitrate=2516&client=106&definition=yuanhua&pid=1208805156&scene=vod&vid=700070153&u=0&t=100&sv=2302241518" -M format=mkv:keep=true INFO : N_m3u8DL-RE (Beta version) 20230615 INFO : Loading URL: https://al-vod.cdn.huya.com/1048585/1208805156/38683435/da74fa28eeb1db376a2509e2a3b0554a.m3u8?hyvid=700070153&hyauid=1208805156&hyroomid=1208805156&hyratio=4000&hyscence=vod&appid=66&domainid=25&srckey=NjZfMjVfNzAwMDcwMTUz&bitrate=2516&client=106&definition=yuanhua&pid=1208805156&scene=vod&vid=700070153&u=0&t=100&sv=2302241518 INFO : Content Matched: HTTP Live Streaming INFO : Parsing streams... WARN : Writing meta json INFO : Extracted, there are 1 streams, with 1 basic streams, 0 audio streams, 0 subtitle streams INFO : Vid Kbps | 78 Segments | ~06m13s INFO : Selected streams: INFO : Vid Kbps | 78 Segments | ~06m13s WARN : Writing meta json INFO : Save Name: da74fa28eeb1db376a2509e2a3b0554a_2023-06-15_10-56-28 INFO : Start downloading...Vid Kbps WARN : Reading media info... INFO : [0x100]: Video, h264 (High) ([27][0][0][0]), 1920x1080, 30 fps INFO : [0x101]: Audio, aac (LC) ([15][0][0][0]), 130 kb/s INFO : ffmpeg merging... WARN : da74fa28eeb1db376a2509e2a3b0554a_2023-06-15_10-56-28.mp4 WARN : Muxing to 2023-06-15_10-56-28.MUX.mkv ERROR: Mux failed WARN : Rename to 2023-06-15_10-56-28.mkv ERROR: Failed |
This comment was marked as resolved.
This comment was marked as resolved.
@nilaoda Can you try it on your machine? does it work for you? |
I'm sorry, this was a programming logic bug (your set |
@nilaoda Yes, i already knew that is was some kind of bug, because i tried many other options but still didn't work, and my ffmpeg is the latest version. |
@54m4d No, it's not the same problem. |
Ok, Thanks! |
nilaoda, is there any way to select lang of audio track to be default or change the order of muxing? Thx! |
@2muaddlb You should actually raise another issue to discuss this. |
Hi
I tried to use this video example to MUX (MP4) but it's failing, i'm not sure why?
Also, i think the default
keep=BOOL
isfalse
, but in your help it saystrue
, do you know why?The text was updated successfully, but these errors were encountered: