mirror of
https://cdm-project.com/How-To/Merging-Decrypted-Video-and-Audio.git
synced 2025-04-30 00:34:27 +02:00
Create README.md
This commit is contained in:
commit
f665b1758a
13
README.md
Normal file
13
README.md
Normal file
@ -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!
|
Loading…
x
Reference in New Issue
Block a user