Changed the ffprobe command line too
This commit is contained in:
parent
ddb97c1970
commit
7d2ffe8371
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class ffprobe(devede.executor.executor):
|
||||||
|
|
||||||
self.original_file_size = os.path.getsize(file_name)
|
self.original_file_size = os.path.getsize(file_name)
|
||||||
|
|
||||||
command_line = ["ffprobe",file_name,"-print_format","json","-show_streams", "-loglevel", "quiet"]
|
command_line = ["ffprobe",file_name,"-of","json","-show_streams", "-loglevel", "quiet"]
|
||||||
|
|
||||||
(stdout, stderr) = self.launch_process(command_line, False)
|
(stdout, stderr) = self.launch_process(command_line, False)
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue