Changed the ffprobe command line too

This commit is contained in:
Sergio Costas 2014-12-28 00:58:09 +01:00
parent ddb97c1970
commit 7d2ffe8371

View file

@ -92,7 +92,7 @@ class ffprobe(devede.executor.executor):
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)
try: