VideoHelp Forum




+ Reply to Thread
Results 1 to 6 of 6
  1. Hello.
    I need someone to explain why ffs N_m3u8dl-re is not working properly while xstreamdl.exe does.
    Let me start from the beginning.

    I have a script that uses xstreamdl to download from c+
    It gets audio+video stream and then decrypts both files and merges using ffmpeg.
    stupid simple.
    I tried to modify the script to use N_m3u8dl-re because it looks better than xstreamdl but it throws wall of warnings and the output file is fckd up.


    xstreamdl command used to download / decrypt:
    Code:
    xstreamdl --name encrypted --best-quality --raw-concat --limit-per-host 20 --log-level ERROR "https://ec06-waw3.cache.orange.pl/canal/v/canal/vod/store01/CCS_25150958/_/hd4-hssdrm02.ism/Manifest"
    +
    Code:
    mp4decrypt encrypted_audio.m4a decrypted_audio.m4a --key 35e3073206554c7ab7c858a31f99895f:91a0e34ff48d0e92e2e14aa007126d9f
    mp4decrypt encrypted_video.mp4 decrypted_video.mp4 --key 35e3073206554c7ab7c858a31f99895f:91a0e34ff48d0e92e2e14aa007126d9f
    +
    Code:
    ffmpeg -i decrypted_audio.m4a -i decrypted_video.mp4 -c:v copy -c:a copy -y -loglevel error output_filename.mp4

    N_m3udl-re command that fails:
    Code:
    N_m3u8DL-re "https://ec06-waw3.cache.orange.pl/canal/v/canal/vod/store01/CCS_25150958/_/hd4-hssdrm02.ism/Manifest"  --key 35e3073206554c7ab7c858a31f99895f:91a0e34ff48d0e92e2e14aa007126d9f --save-name "output" -mt -M format=mp4 -sa best -sv best
    Image
    [Attachment 83638 - Click to enlarge]


    this is how it looks after being downloaded with N_m3udl-re.
    I even tried --use-shaka-packager but i get same result.

    Can someone explain wtf is happening here ?
    Quote Quote  
  2. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Code:
    -sa best -sv best
    Will pick the highest quality available for N_m3u8DL-RE. It is not however the highest decryptable quality. Remove that part and manually select 576, or add the option to choose it instead of the best.

    Edit: I just tested out of curiosity, and the keys you wrote are indeed for 1080p. My bad. Make sure your N_m3u8DL-RE is up to date. Your exact command is working for me.
    Last edited by 2nHxWW6GkN1l916N3ayz8HQoi; 21st Nov 2024 at 15:30.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  3. Will try... tomorrow
    Quote Quote  
  4. Feels Good Man 2nHxWW6GkN1l916N3ayz8HQoi's Avatar
    Join Date
    Jan 2024
    Location
    Pepe Island
    Search Comp PM
    Yep. My bad. I double checked and it works for me. Make sure you have everything set up to date.
    --[----->+<]>.++++++++++++.---.--------.
    [*drm mass downloader: widefrog*]~~~~~~~~~~~[*how to make your own mass downloader: guide*]
    Quote Quote  
  5. edit: wrong post
    Last edited by lomero; 22nd Nov 2024 at 07:24.
    Quote Quote  



Similar Threads

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