From f665b1758ac5075dd2a9fa4973c9750c8bc64698 Mon Sep 17 00:00:00 2001 From: TPD94 <> Date: Fri, 17 Nov 2023 00:40:21 -0500 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2562cb1 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +### Merging + +Download and extract [FFmpeg](https://cdm-project.com/Download-Tools/FFmpeg-Builds "FFmpeg") + +Open a new command prompt as administrator and change directories to the ffmpeg bin folder. + +Place your decrpyted video and decrypted audio files in this bin folder as well + +In command prompt issue the command to merge the two streams `ffmpeg.exe -i INPUTVIDEO -i INPUTAUDIO -vcodec copy -acodec copy FINAL` + +> `INPUTVIDEO` is your video file, `INPUTAUDIO` is your audio file and `FINAL` is your merged Audio/Video file. + +Congrats, you now have a playable decrypted widevine audio/video file! \ No newline at end of file