VideoHelp Forum
+ Reply to Thread
Results 1 to 11 of 11
Thread
  1. Member
    Join Date
    Nov 2019
    Location
    Polska
    Search Comp PM
    Can you help me with the error I encountered as a result of the mux made with mkvmerge?



    The code I use


    Code:
     N_m3u8DL-RE "https://gcp.blutv.com/5bd2f293ac08fb00066d2b88/outputs/629f22571aade80008c81c8f/v3/dash-0/output.mpd" --key 2837ebbdaf3457a890c4dfe00651613d:6364397245981d00a83dfddbe1490149 --key 4abe235985f65d899ddd445181091bff:dda0cb3e06b056ccbd3868e78f19d4dd --key bb145633e4ff565b92c29fa1b9ede12d:b43c56c860c6d43e0a1fe2497ca8d461 --key 002829c360d05835890aeb86b77e0fcf:c23706dd3c9d9e3cb56e2aca24cf7db6 --key 7b91b2045c0c5295be14ebfec9d805d6:dd60e5786eb63bcdd6ba6f1e98d71f2e --save-name movie1 -M format=mkv:muxer=mkvmerge
    Last edited by Piotrek77; 8th Oct 2024 at 07:24.
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Try with -M format=mkv instead of mkvmerge. The default will use ffmpeg. If it doesn't work even with that, don't use N_m3u8DL-RE as muxer at all, download the tracks separated. Then check if they're properly decrypted. If they are, then simply use mkvtoolnix

    Edit: in addition you should try with --use-shaka-packager as well your original command
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 8th Oct 2024 at 02:25.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Member
    Join Date
    Nov 2019
    Location
    Polska
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Try with -M format=mkv instead of mkvmerge. The default will use ffmpeg. If it doesn't work even with that, don't use N_m3u8DL-RE as muxer at all, download the tracks separated. Then check if they're properly decrypted. If they are, then simply use mkvtoolnix

    Edit: in addition you should try with --use-shaka-packager as well your original command
    When I use the command, the audio comes before the video, so I chose the -M format=mkv:muxer=mkvmerge command. The problem is that it cannot merge, otherwise the audio and video are processed at the same time.

    I will try the other command
    Quote Quote  
  4. another easy solution. delete 'bin_path' to RE command, and copy and paste mkvmerge.exe on same folder with RE
    if same problem (weird) use 2nHxWW6G suggestion with -M format=mkv or try -M format=mp4
    Quote Quote  
  5. Member
    Join Date
    Nov 2019
    Location
    Polska
    Search Comp PM
    Originally Posted by lomero View Post
    another easy solution. delete 'bin_path' to RE command, and copy and paste mkvmerge.exe on same folder with RE
    if same problem (weird) use 2nHxWW6G suggestion with -M format=mkv or try -M format=mp4
    mkvmerge can not do mp4, gives error in mp4 format bro :/

    Quote Quote  
  6. no, is 2 different ways

    1) put mkvmerge on same folder with RE
    2) or use -M format=mkv and RE use ffmpeg instead mkvmerge to join audio+video into mkv container
    Quote Quote  
  7. Member
    Join Date
    Nov 2019
    Location
    Polska
    Search Comp PM
    Originally Posted by lomero View Post
    no, is 2 different ways

    1) put mkvmerge on same folder with RE
    2) or use -M format=mkv and RE use ffmpeg instead mkvmerge to join audio+video into mkv container
    When combining with ffmpeg, the audio comes before the video bro, mkvmerge does not have this problem, but it gives an error during the merge phase.
    Quote Quote  
  8. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Is the audio/video sync issue constant? For example there's a constant time difference between the 2? If yes, you can easily fix it by shifting using mkvtoolnix

    Edit: also try the shaka packager solution and tell if it still crashes
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  9. Member
    Join Date
    Nov 2019
    Location
    Polska
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Is the audio/video sync issue constant? For example there's a constant time difference between the 2? If yes, you can easily fix it by shifting using mkvtoolnix

    Edit: also try the shaka packager solution and tell if it still crashes
    I know I can do it with mkvtoolnix, but I don't want to deal with it individually while mkvmerge can do it, Shaka packager decrypts incorrectly
    Quote Quote  
  10. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Shaka package works for me. Make sure you install it properly, don't just use the parameter --use
    Also use [ code] ... [/code] tags to properly format commands without adding random spaces.

    Code:
    N_m3u8DL-RE "https://gcp.blutv.com/5bd2f293ac08fb00066d2b88/outputs/629f22571aade80008c81c8f/v3/dash-0/output.mpd" --key 2837ebbdaf3457a890c4dfe00651613d:6364397245981d00a83dfddbe1490149 --key 4abe235985f65d899ddd445181091bff:dda0cb3e06b056ccbd3868e78f19d4dd --key bb145633e4ff565b92c29fa1b9ede12d:b43c56c860c6d43e0a1fe2497ca8d461 --key 002829c360d05835890aeb86b77e0fcf:c23706dd3c9d9e3cb56e2aca24cf7db6 --key 7b91b2045c0c5295be14ebfec9d805d6:dd60e5786eb63bcdd6ba6f1e98d71f2e --save-name movie1 -M format=mkv:muxer=mkvmerge --use-shaka-packager
    https://www.transfernow.net/dl/20241008urBA5fUM
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  11. Member
    Join Date
    Nov 2019
    Location
    Polska
    Search Comp PM
    Originally Posted by 2nHxWW6GkN1l916N3ayz8HQoi View Post
    Shaka package works for me. Make sure you install it properly, don't just use the parameter --use
    Also use [ code] ... [/code] tags to properly format commands without adding random spaces.

    Code:
    N_m3u8DL-RE "https://gcp.blutv.com/5bd2f293ac08fb00066d2b88/outputs/629f22571aade80008c81c8f/v3/dash-0/output.mpd" --key 2837ebbdaf3457a890c4dfe00651613d:6364397245981d00a83dfddbe1490149 --key 4abe235985f65d899ddd445181091bff:dda0cb3e06b056ccbd3868e78f19d4dd --key bb145633e4ff565b92c29fa1b9ede12d:b43c56c860c6d43e0a1fe2497ca8d461 --key 002829c360d05835890aeb86b77e0fcf:c23706dd3c9d9e3cb56e2aca24cf7db6 --key 7b91b2045c0c5295be14ebfec9d805d6:dd60e5786eb63bcdd6ba6f1e98d71f2e --save-name movie1 -M format=mkv:muxer=mkvmerge --use-shaka-packager
    https://www.transfernow.net/dl/20241008urBA5fUM
    I was trying to do it with the mpd version instead of the packager It took me a while, thank you, I solved the problem bro
    Quote Quote  



Similar Threads

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