VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Member
    Join Date
    Jan 2022
    Location
    sweden
    Search PM
    Hello

    I would like to know if possible to put 2 decrypt keys by ffmpeg to run an MPD , as some MPD use 1 key for Video & another Key for Audio , how can i put both to decrypt an input correcetly by using FFmpeg ?

    thank's Guys
    .
    Quote Quote  
  2. at the moment ffmpeg support one key only
    for 2 keys download and use mp4decrypt

    or use XstreamDL to download and decrypt with multi keys
    Quote Quote  
  3. Code:
    ffmpeg -cenc_decryption_key 100b6c20940f779a4589152b57d2dacb -i https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd -c:a copy -c:v copy output.ts
    for audio only

    Code:
    ffmpeg -cenc_decryption_key 100b6c20940f779a4589152b57d2dacb -i https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd -map 0:a -c copy audio.ts
    for video only
    Code:
    ffmpeg -cenc_decryption_key 100b6c20940f779a4589152b57d2dacb -i https://bitmovin-a.akamaihd.net/content/art-of-motion_drm/mpds/11331.mpd -map 0:v -c copy video.ts
    discord=notaghost9997
    Quote Quote  



Similar Threads

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