VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. hi there,

    never used shaka, anyway i read more errors from various pages in this forum with mp4decrypt. so i would like to test shaka with N_m3u8DL-RE

    from N_m3u8DL-RE github page is only mentioned
    Code:
    --use-shaka-packager
    but i need a valid example how to use it, assumed that the key is aaaaa:bbbbb

    i have the full code to use shaka
    Code:
    packager-win-x64 --enable_raw_key_decryption `--keys key_id=aaaaa:key=bbbbb` stream=video,in=enc.mp4,output=dec.mp4
    but i don't think need to use all this code on N_m3u8DL-RE ...

    also from shaka page you can download < packager-win-x64.exe > but on N_m3u8DL-RE page is mentioned shaka-packager ...
    need to rename ? i'm a bit confused about all this
    Quote Quote  
  2. Originally Posted by whs912km View Post
    i'm a bit confused about all this
    Read this:
    https://github.com/nilaoda/N_m3u8DL-RE

    And / or use this command - its all there in clear, readable print

    Code:
    N_m3u8DL-RE.exe -h
    Quote Quote  
  3. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    There are two code examples of N_m3u8DL-RE in use in the scripts in this thread https://forum.videohelp.com/threads/408557-Decryption-The-Last-Crusade

    And you are right --use-shaker-packager is enough. But be careful as you appear to have the shaka-packager binary saved as packager-win-x64. Not sure N_m3u8DL-RE will be able to find it named like that. Rename as shaka-packager and save it in your machine's PATH
    Last edited by A_n_g_e_l_a; 12th Feb 2023 at 07:42. Reason: spillong!
    Quote Quote  
  4. ok renamed as shaka-packager.exe and put on same folder with N_m3u8DL-RE i got it

    but not understand how run the right code for N_m3u8DL-RE ...

    with mp4decrypt i use simply:
    Code:
    N_m3u8DL-RE -M format=mkv --key xx:xx "https://mpd"
    but still not understand how to use with shaka. sorry if i didn't understand
    Quote Quote  
  5. Member
    Join Date
    Dec 2021
    Location
    england
    Search Comp PM
    that what i put it on cmd
    Code:
    PATH.../shaka-packager.exe in=PATH.../encrypted.mp4,stream=video,output=PATH../anyname.mp4 --enable_raw_key_decryption --keys key_id=xxxxxxx:key=xxxxxxx
    Quote Quote  
  6. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by whs912km View Post
    ok renamed as shaka-packager.exe and put on same folder with N_m3u8DL-RE i got it

    but not understand how run the right code for N_m3u8DL-RE ...

    with mp4decrypt i use simply:
    Code:
    N_m3u8DL-RE -M format=mkv --key xx:xx "https://mpd"
    but still not understand how to use with shaka. sorry if i didn't understand
    All the answers are there ... just needing to be read...

    N_m3u8DL-RE < mpd_url>- --auto-select --save-name MyVideo--save-dir ./ --tmp-dir ./ -mt --use-shaka-packager --key 33996054e18e4c4f8d4b515884ac1164:338c1b6bc23dfffd9 b74796de6a30fa2 -M format=mkv:muxer=mkvmerge
    The key difference is the mpd-url is the very first parameter. Codehound pointed you to N_m3u8DL-RE --help.

    If you had tried that the first three lines would have highlighted one error you've made.

    Image
    [Attachment 69184 - Click to enlarge]
    Quote Quote  
  7. ok i've tested now
    all just wanted to know was to add to usual down code for N_m3u8DL-RE --use-shaka-packager (which i've posted on the first post)

    and rename packager-win-x64.exe (downloaded from github page) to shaka-packager.exe
    everything else is useless

    but thanks anyway for your reply. my doubt is solved
    Quote Quote  



Similar Threads

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