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
[Attachment 61548 - Click to enlarge]
[Attachment 61549 - Click to enlarge]
I have read the forum, is there any solution. or what am I doing wrong
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 7 of 7
-
-
Firstly you need to download the video and audio separately.
Always update yt-dlp before you start:
Code:yt-dlp -U
Code:yt-dlp -F --allow-u "https://vcmedios.secure.footprint.net/historylatam/AE_Ole_-_LATAM_History/112/media-20210322195403-3qtu-0.mpd/stream.mpd"
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"
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"
Code:mp4decrypt.exe --key KID:KEY "stream [stream].mp4" "decrypted-video.mp4"
Code:mp4decrypt.exe --key KID:KEY "stream [stream].m4a" "decrypted-audio.m4a"
Code:ffmpeg -i "decrypted-video.mp4" -i "decrypted-audio.m4a" -c copy "output.mp4"
Last edited by codehound; 1st Nov 2021 at 17:04.
-
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.
[Attachment 61556 - Click to enlarge] -
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. -
Thanks to everyone who contributed their ideas, especially codehound, thanks to you I made it possible. THANK YOU SO MUCH.
Similar Threads
-
tsMuxeR can't open .mp4 file with Dolby Vision
By spennis in forum Authoring (Blu-ray)Replies: 5Last Post: 5th Jul 2021, 02:34 -
MP4 file won't open, not much in MediaInfo
By koberulz in forum Newbie / General discussionsReplies: 13Last Post: 7th Jul 2018, 08:42 -
Subs not showing in VDub preview on mp4/AVC input file
By kodec in forum SubtitleReplies: 4Last Post: 3rd Jan 2017, 08:51 -
Mp4 file won't open and has no media info
By killercuddles in forum Video Streaming DownloadingReplies: 5Last Post: 21st Nov 2016, 06:12