Hi everyone, this is my first post. I have created a plugin that allows mp4decrypt to work with yt-dlp as a postprocessor and decrypts audio and video files using a single key or a list of keys from keys.txt file.
Link: https://github.com/pratikpatel8982/yt-dlp-mp4decrypt
+ Reply to Thread
Results 1 to 16 of 16
-
-
-
'yt-dlp' with 'mp4decrypt plug-in':
https://files.videohelp.com/u/274438/yt-dlp-d.exe -
-
-
it would have been good to show any errors that you see when you run it or build other than "its not working"
i tried it myself and it just needs 2 things:
- copy mp4decrypt.py to the postprocessor folder
- edit __init__.py in the postprocessor folder and add this line
Code:from .mp4decrypt import MP4DecryptPP
then build the exe according to the yt-dlp instructions -
A different interpretation that works like this:
Code:yt-dlp \ --use-postprocessor Mp4Decrypt:when=before_dl;devicepath=/path/to/my.wvd \ https://players.brightcove.net/5420904993001/default_default/index.html?videoId=5421543459001
Last edited by SocietyBox; 25th Dec 2024 at 14:32.
Similar Threads
-
mp4decrypt not work
By lfybbk10 in forum Video Streaming DownloadingReplies: 38Last Post: 20th Feb 2025, 06:46 -
Mp4decrypt error
By Av4K100 in forum Video Streaming DownloadingReplies: 5Last Post: 1st Feb 2023, 15:56 -
Mp4decrypt syntax
By dzigelbaum in forum Video Streaming DownloadingReplies: 5Last Post: 26th Mar 2022, 01:23 -
Only 1K Video File After MP4Decrypt
By SoConfused in forum Video Streaming DownloadingReplies: 13Last Post: 12th May 2021, 10:50 -
mp4decrypt for .mkv ?
By kalemvar1 in forum Video Streaming DownloadingReplies: 9Last Post: 3rd Apr 2021, 12:04