Hello, I'm brand new here and trying to download episodes of a rare cartoon from the early 90's that recently surfaced on ctv.ca (was considered "lost media" up until now): https://www.ctv.ca/shows/mutant-league/good-to-the-bone-s1e1
I got the MPD of episode 1 and downloaded the video/audio with ytdlp + aria2c, which went fine.
I have what should be the PSSH:
AAAAlnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAHYIARIQT3 XVoL4naDlid0LY5U79xhoJYmVsbG1lZGlhIlVwbGF5bGlzdC8z NzA3NjU3LzQ0ODgwNzY0L2Rhc2gvMjAxMzAwMDEvYWZiNTZhN2 E3YTZlNTAwNi9pbmRleC9hMmZkZjFkOS9ub25lL25vbmUvZHJt
I get 2 keys back from it on getwvkeys, but when I try to decrypt with them using mp4decrypt... the video is still coming out corrupted looking and the audio is silent. I feel like I might be getting the wrong keys back and was hoping somebody might help confirm if that pssh does in fact give the wrong keys.
+ Reply to Thread
Results 1 to 9 of 9
-
Last edited by Oblivionburn; 18th Jan 2022 at 18:48.
-
I get 2 pssh with eme logger and they both seem to give the same keys.
Code:AAAAlnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAHYIARIQvvAxv//VpjvemUcrxqPI2RoJYmVsbG1lZGlhIlVwbGF5bGlzdC8zNzA3NjU3LzQ0ODgwNzY0L2Rhc2gvMjAxMzAwMDEvYWZiNTZhN2E3YTZlNTAwNi9pbmRleC9hMmZkZjFkOS9ub25lL25vbmUvZHJt
Code:AAAAlnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAHYIARIQT3XVoL4naDlid0LY5U79xhoJYmVsbG1lZGlhIlVwbGF5bGlzdC8zNzA3NjU3LzQ0ODgwNzY0L2Rhc2gvMjAxMzAwMDEvYWZiNTZhN2E3YTZlNTAwNi9pbmRleC9hMmZkZjFkOS9ub25lL25vbmUvZHJt
Code:bef031bfffd5a63bde99472bc6a3c8d9:7b8519c314682f898cee69ff18e47f8a 4f75d5a0be276839627742d8e54efdc6:68bcf5361c490fd0e0abaee0422c495d
Decryption went fine
[Attachment 62958 - Click to enlarge] -
Am I just using the keys incorrectly for mp4decrypt?:
Code:mp4decrypt --key bef031bfffd5a63bde99472bc6a3c8d9:7b8519c314682f898cee69ff18e47f8a video.mp4 decrypted_video.mp4 mp4decrypt --key 4f75d5a0be276839627742d8e54efdc6:68bcf5361c490fd0e0abaee0422c495d audio.m4a decrypted_audio.mp4
-
you are doing it fine, assuming your files are named video.mp4 and audio.m4a
did you try to merge them with ffmpeg and try playing then?
Code:ffmpeg -i decrypted_video.mp4 -i decrypted_audio.mp4 -c copy final.mp4
are these the total bytes of your encrypted video?
Size 539,018,641 bytes
Size on Disk 539,021,312 bytes -
My video has a slightly different size, so you may be on to something with that.
Size: 540,698,713 bytes
Size on Disk: 540,700,672 bytes
This is what I used for downloading:
Code:ytdlp.exe --allow-u --downloader aria2c -f bv,ba "https://capi.9c9media.com/destinations/ctvthrowback_hub/platforms/desktop/bond/contents/2022447/contentpackages/3707655/manifest.mpd"
-
there's 2 seasons of Mutant League - https://www.imdb.com/title/tt0179597/episodes?season=1&ref_=ttep_ep_sn_pv
Similar Threads
-
Downloading video from CTV.ca
By crappyusername in forum Video Streaming DownloadingReplies: 29Last Post: 4th May 2023, 11:26 -
CTV.ca
By maxwellja in forum Video Streaming DownloadingReplies: 25Last Post: 12th Feb 2022, 20:09 -
ctv.ca
By Silv3r in forum Video Streaming DownloadingReplies: 12Last Post: 20th Nov 2021, 15:04 -
Download/Rip from CTV?
By yanksno1 in forum Newbie / General discussionsReplies: 4Last Post: 13th Sep 2021, 07:33 -
Can anyone help me download off CTV/CBC ?
By kristinaz91 in forum Video Streaming DownloadingReplies: 3Last Post: 7th Mar 2021, 16:20