VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 7 of 7
  1. after downloading the video successfully. I extract MPD file with yt-dlp and i run command with mp4decrypt but don't deleted DRM. please check.

    https://vcmedios.secure.footprint.net/historylatam/AE_Ole_-_LATAM_History/112/media-20...mpd/stream.mpd

    Image
    [Attachment 61548 - Click to enlarge]



    Image
    [Attachment 61549 - Click to enlarge]



    I have read the forum, is there any solution. or what am I doing wrong
    Quote Quote  
  2. Average video editor Sviests's Avatar
    Join Date
    Sep 2018
    Location
    USA,Sweden
    Search Comp PM
    Wrong argument. it is suppose to be --key trackid:key and not --key KID:key. TrackID can be viewed by mediainfo.
    Quote Quote  
  3. Firstly you need to download the video and audio separately.

    Always update yt-dlp before you start:

    Code:
    yt-dlp -U
    To see available formats - note upper-case F

    Code:
    yt-dlp -F --allow-u "https://vcmedios.secure.footprint.net/historylatam/AE_Ole_-_LATAM_History/112/media-20210322195403-3qtu-0.mpd/stream.mpd"
    Then download video of choice, download audio of choice.

    For best video:

    Code:
    yt-dlp -f video_avc1_1 --allow-u "https://vcmedios.secure.footprint.net/historylatam/AE_Ole_-_LATAM_History/112/media-20210322195403-3qtu-0.mpd/stream.mpd"
    For Spanish audio:

    Code:
    yt-dlp -f audio_es_mp4a --allow-u "https://vcmedios.secure.footprint.net/historylatam/AE_Ole_-_LATAM_History/112/media-20210322195403-3qtu-0.mpd/stream.mpd"
    Decrypt video, decrypt audio

    Code:
    mp4decrypt.exe --key KID:KEY "stream [stream].mp4" "decrypted-video.mp4"
    Code:
    mp4decrypt.exe --key KID:KEY "stream [stream].m4a" "decrypted-audio.m4a"
    To mux together decrypted video+audio you need ffmpeg.exe in same folder as your mp4decrypt.exe and yt-dlp.exe

    Code:
    ffmpeg -i "decrypted-video.mp4" -i "decrypted-audio.m4a" -c copy "output.mp4"
    (The error message looks like either your downloaded file is not in the same folder as mp4decrypt.exe or is named something differently to "video.mp4") - forget this operation anyway. DL separate video+audio.
    Last edited by codehound; 1st Nov 2021 at 17:04.
    Quote Quote  
  4. stream [stream].mp4 -> video.mp4
    Quote Quote  
  5. Originally Posted by Sviests View Post
    Wrong argument. it is suppose to be --key trackid:key and not --key KID:key. TrackID can be viewed by mediainfo.
    The trackid IS the KID

    And should always be confirmed by looking at the .mpd in a text editor (Notepad or NPP) as MediaInfo parses it incorrectly occasionally from the downloaded file.

    Image
    [Attachment 61556 - Click to enlarge]
    Quote Quote  
  6. the problem is the name of encrypted video.
    no "video.mp4" like write by OP on first post but "stream [stream].fvideo_avc1_1.mp4"
    with correct name of downloaded file, can decrypt correctly.
    Quote Quote  
  7. Thanks to everyone who contributed their ideas, especially codehound, thanks to you I made it possible. THANK YOU SO MUCH.
    Quote Quote  



Similar Threads

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