Posts: 7,313
Threads: 123
Joined: Sep 2016
FInput = r"C:\Users\admin\Music\source.mp4"
FOutput = r"C:\Users\admin\Music\decryptedvideo.mp4"
Posts: 17
Threads: 2
Joined: Apr 2019
Apr-02-2019, 01:19 PM
(This post was last modified: Apr-02-2019, 02:05 PM by alex9745.)
thank u let me check
(Apr-02-2019, 01:19 PM)alex9745 Wrote: thank u let me check
still showing same error ...
where it needs to place can you please add that lines in that full script brother please
still showing line 35 error
mp4_data = subprocess.check_output([mp4dump, '--format', 'json', '--verbosity', '3', FInput])
mp4_data = json.loads(mp4_data)
this is my error lines
Posts: 7,313
Threads: 123
Joined: Sep 2016
Apr-02-2019, 03:05 PM
(This post was last modified: Apr-02-2019, 03:05 PM by snippsat.)
Now that you have posted script and i have looked at it.
You don't need to change path,but you most place files like this.
And using Desktop is not best folder for this,better to start with a clean folder.
Here how the structure should look.
Desktop\
|-- sunnxt.py
|-- encryptedvideo.mp4
binaries\
|-- mp4dump.exe
Posts: 17
Threads: 2
Joined: Apr 2019
Posts: 7,313
Threads: 123
Joined: Sep 2016
(Apr-02-2019, 05:38 PM)alex9745 Wrote: nothing worked Okay
Posts: 2,342
Threads: 62
Joined: Sep 2016
"Nothing worked" is never an OK reply, as snippsat demonstrated.
If you're totally stuck, it's worth reposting whatever the most recent code attempt was along with stack traces, desired output, actual output, etc.
That said, you should also simplify your code. Typically 5-10 lines is more than enough, and in your case a single line should be enough to reproduce your problem
open("path") Try to get working just opening the file. There's no reason to involve any more than a single line of code right now.
Posts: 17
Threads: 2
Joined: Apr 2019
some one please explain clearly i am new to this i dont know much i already put full script here some one please edit it correctl and give me please
Posts: 7,313
Threads: 123
Joined: Sep 2016
Apr-03-2019, 02:44 PM
(This post was last modified: Apr-03-2019, 02:45 PM by snippsat.)
(Apr-03-2019, 11:51 AM)alex9745 Wrote: already put full script here some one please edit it correctl and give me please We can of course not run this,because of missing files needed eg wvDecrypter.exe, challenge.bin, licence.bin
The structure is as i told you.
foo\
|-- sunnxt.py
|-- encryptedvideo.mp4
binaries\
|-- mp4dump.exe
|-- wvDecrypter.exe
|-- challenge.bin
|-- licence.bin So i have mp4dump.exe now i don't get error at line 35.
So it work til line 54.
E:\div_code\foo
λ python sunnxt.py
unable to extract PSSSH I don't have a encrypted mp4 video to test with,so it make sense that it don't find PSSSH.
Do you have a source for this script like eg GitHub with all files needed?
Posts: 2,342
Threads: 62
Joined: Sep 2016
(Apr-03-2019, 11:51 AM)alex9745 Wrote: i already put full script here You said that something "didn't work" which implies you changed the original code, so having already posted some code is orthogonal to my comment.
Also, at this point, you should have posted a single line of code which reproduces your problem. This seems like it's just a path issue, so if we can simplify and cut out all the noise this should be an easy problem to tackle.
Posts: 17
Threads: 2
Joined: Apr 2019
(Apr-03-2019, 02:44 PM)snippsat Wrote: (Apr-03-2019, 11:51 AM)alex9745 Wrote: already put full script here some one please edit it correctl and give me please We can of course not run this,because of missing files needed eg wvDecrypter.exe, challenge.bin, licence.bin
The structure is as i told you.
foo\
|-- sunnxt.py
|-- encryptedvideo.mp4
binaries\
|-- mp4dump.exe
|-- wvDecrypter.exe
|-- challenge.bin
|-- licence.bin So i have mp4dump.exe now i don't get error at line 35.
So it work til line 54.
E:\div_code\foo
λ python sunnxt.py
unable to extract PSSSH I don't have a encrypted mp4 video to test with,so it make sense that it don't find PSSSH.
Do you have a source for this script like eg GitHub with all files needed?
can you please help me through team viewer
|