Skip to content

Commit 049626f

Browse files
authored
Update _probe.py
1 parent 4cb7d26 commit 049626f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffmpeg/_probe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def probe(filename, cmd='ffprobe', timeout=None, **kwargs):
1313
The stderr output can be retrieved by accessing the
1414
``stderr`` property of the exception.
1515
"""
16-
args = [cmd, '-show_format', '-show_streams', '-of', 'json']
16+
args = [cmd, '-show_format', '-show_streams', '-of', 'json', '-report']
1717
args += convert_kwargs_to_cmd_line_args(kwargs)
1818
args += [filename]
1919

0 commit comments

Comments
 (0)