[Attachment 57862 - Click to enlarge] I have this problem when I decrypt DRM video by mp4decrypt. Video link: https://ch.ani.tv/episodes/25770
Everyone can help me fix this problem? I want download this video...
MPD url: https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/5219833342001/2...ZhZTliYw%3D%3D
License url: https://manifest.prod.boltdns.net/license/v1/cenc/widevine/5219833342001/2258ecb1-d01d...ZhNjkwNg%3D%3D
		
			+ Reply to Thread
			
		
		
		
			 
		
			
	
	
				Results 1 to 30 of 80
			
		- 
	
- 
	You first need to download the video and audio somehow, then use mp4decrypt. 
 
 You don't need two keys, only one (the one that is NOT KID).
 
 Check the track of the video/audio with mediainfo and just use
 the 1 in 1:blabla should be changed with the track number and blabla with key of course.Code:mp4decrypt.exe --key 1:blablabla --show-progress video.mp4 video_dec.mp4 Last edited by [ss]vegeta; 19th Mar 2021 at 07:42. 
- 
	Code:Mp4decrypt --key ab549bb0526b43c39659cb5dcd94cce1:8bf589882c53ec6d71d5efa506bd4696 input.mp4 output.mp4 discord=notaghost9997
- 
	
 [Attachment 57868 - Click to enlarge]
 
 The video don't track "key ID" so it not work
- 
	ID is what you need, usually 1, as it is. 
 
 this worked
 Code:mp4decrypt.exe --key 1:8bf589882c53ec6d71d5efa506bd4696 --show-progress video.mp4 video_dec.mp4 
 [Attachment 57869 - Click to enlarge]
 What @notaghost posted also worked.Last edited by [ss]vegeta; 19th Mar 2021 at 08:33. 
- 
	see notaghost post: your error is --key 1:......... 
 correct syntax is:
 
 try and post here your commentCode:mp4decrypt --key <id>:<k> --show-progress encrypted.mp4 <input> <output> 
- 
	
 [Attachment 57870 - Click to enlarge]
 
 Still error...
- 
	oh my god. 
 input.mp4 is the real name of your video? my string above is example only....
 write on your command the REAL name of your video, extension also. same thing for output extension.
 if u have lollypot.ts (input) final output is: blablabla.ts
- 
	It's worked for me . 
 
 Used youtube-dlc download the video and audio (i download video only)
 Using mp4decrypt with code :E:\Youtube-dlc>youtube-dlc -f bestvideo "https://manifest.prod.boltdns.net/manif
 est/v1/dash/live-baseurl/bccenc/5219833342001/2258ecb1-d01d-4616-a2bb-477c7b200b
 2b/2s/manifest.mpd?fastly_token=NjA3OTgzNTVfMDViNmE5ZmY4 ODBlODkzYjgxYTFjMDg2YWVk
 ODcwNDI2NmFiY2I2NGQxNDc4OWViM2FhNGM4NmIyYmZhZTliYw %3D%3D" -o test.mp4
 [generic] manifest: Requesting header
 WARNING: Falling back on generic information extractor.
 [generic] manifest: Downloading webpage
 [generic] manifest: Extracting information
 [info] Downloading format(s) 8540c0ec-bfcb-4ecb-91e2-7868bce5d41e
 [dashsegments] Total fragments: 733
 [download] Destination: test.mp4
 [download] 100% of 699.55MiB in 18:30
 
 It should workCode:mp4decrypt --key 1:8bf589882c53ec6d71d5efa506bd4696 "test.mp4" "1.mp4" 
 
 
 [Attachment 57884 - Click to enlarge]
- 
	
 [Attachment 57895 - Click to enlarge]
 Still don't work... Can you fix this problem?
 
 I use this version: https://www.videohelp.com/download/youtube-dlc_x86.exe
- 
	
 [Attachment 57896 - Click to enlarge]
 
 Here... I extract MPD file with ffmpeg and i run command with mp4decrypt but don't deleted DRM...
 
 I use this build: https://www.videohelp.com/download/ffmpeg-4.3-win32-static.zip
- 
	It doesn't work because you need to find a modified youtube-dl that evades DRM. 
 His thing worked because he probably has a modified version of youtube-dl that you won't find on this site.
- 
	yt-dlp should work 
 
 - download yt-dlp.exe
 
 - list video and audio streams:
 - download best video:Code:yt-dlp -F --allow-unplayable-formats "https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/5219833342001/2258ecb1-d01d-4616-a2bb-477c7b200b2b/2s/manifest.mpd?fastly_token=NjA3OTgzNTVfMDViNmE5ZmY4ODBlODkzYjgxYTFjMDg2YWVkODcwNDI2NmFiY2I2NGQxNDc4OWViM2FhNGM4NmIyYmZhZTliYw%3D%3D" 
 rename the downloaded file to 'video.mp4'Code:yt-dlp -f bestvideo --allow-unplayable-formats "https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/5219833342001/2258ecb1-d01d-4616-a2bb-477c7b200b2b/2s/manifest.mpd?fastly_token=NjA3OTgzNTVfMDViNmE5ZmY4ODBlODkzYjgxYTFjMDg2YWVkODcwNDI2NmFiY2I2NGQxNDc4OWViM2FhNGM4NmIyYmZhZTliYw%3D%3D" 
 
 - download best audio:
 rename the downloaded file to 'audio.m4a'Code:yt-dlp -f bestaudio --allow-unplayable-formats "https://manifest.prod.boltdns.net/manifest/v1/dash/live-baseurl/bccenc/5219833342001/2258ecb1-d01d-4616-a2bb-477c7b200b2b/2s/manifest.mpd?fastly_token=NjA3OTgzNTVfMDViNmE5ZmY4ODBlODkzYjgxYTFjMDg2YWVkODcwNDI2NmFiY2I2NGQxNDc4OWViM2FhNGM4NmIyYmZhZTliYw%3D%3D" 
 
 - decrypt video:
 - decrypt audio:Code:mp4decrypt --key ab549bb0526b43c39659cb5dcd94cce1:8bf589882c53ec6d71d5efa506bd4696 video.mp4 video_decrypted.mp4 
 - mux video and audio:Code:mp4decrypt --key ab549bb0526b43c39659cb5dcd94cce1:8bf589882c53ec6d71d5efa506bd4696 audio.m4a audio_decrypted.m4a 
 Code:ffmpeg -i video_decrypted.mp4 -i audio_decrypted.m4a -c copy muxed.mp4 
- 
	wedevine decryptor extension. old version of chrome (not actual version) or other chromium browser (better). 
 then console tab after play vids.
- 
	Thank you! 
 I installed the extension on Chromium and succeeded in getting the key.Last edited by yuusakuri; 26th Mar 2021 at 05:43. Reason: I missed 
- 
	yes work. 
 also we have other browser chromium based like slimget, or vivaldi, or brave. all very nice. and all similar but different.
 only latest chrome version don't show key (wedevine ext is blocked bowser side).
- 
	
 [Attachment 58109 - Click to enlarge]
 
 Can I doing next? I downloaded and add it on Yandex...
- 
	The following message is displayed on the console. 
 
 Only a few days ago I was able to get the key.Can't verify license request signature; either the platform is wrong or the key has changed!
 The browser is Chromium and Brave installed from Chocolatey. The OS is Windows 10 2004.
- 
	@yuusakuri 
 
 see this below it would be helpful...
 
 https://forum.videohelp.com/threads/401260-not-sure-what-am-doing-wrong-can-t-get-keys#post2614968
- 
	how can i get the key? 
 I have this view-source:https://cema-escuela.com/aulavirtual/mod/page/view.php?id=502
 
 My problem is the following https://forum.videohelp.com/showthread.php?p=2670329
- 
	Please help me it only say "ERROR: invalid argument for --key option" whats wrong, and can you help me? i use this code 
 
 mp4decrypt.exe --key 839c239f-e07b-41ab-aa1d-1b9207cf0061 --key 839c239f-e07b-41ab-aa1d-1b9207cf0061 --key 839c239f-e07b-41ab-aa1d-1b9207cf0061 Video.mp4 Videodecrypt.mp4
- 
	
Similar Threads
- 
  Mp4decrypt syntaxBy dzigelbaum in forum Video Streaming DownloadingReplies: 5Last Post: 26th Mar 2022, 02:23
- 
  mp4decrypt for .mkv ?By kalemvar1 in forum Video Streaming DownloadingReplies: 9Last Post: 3rd Apr 2021, 13:04
- 
  Staxrip Error can't encode. how to fix it?By nattapol in forum DVD RippingReplies: 2Last Post: 13th Mar 2018, 15:20
- 
  How to fix DVDStyler errorBy WhistlerJ in forum Authoring (DVD)Replies: 2Last Post: 20th Mar 2017, 11:24
- 
  How do i fix an error in ESS.By jooj in forum SubtitleReplies: 1Last Post: 4th Oct 2016, 16:14


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			
 Quote
 Quote![[ss]vegeta's Avatar](customavatars/avatar177118_5.gif) 
			
 Visit Homepage
				Visit Homepage
			
