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