diff --git a/ffmpeg/_probe.py b/ffmpeg/_probe.py index 090d7abf..a1078c35 100644 --- a/ffmpeg/_probe.py +++ b/ffmpeg/_probe.py @@ -13,7 +13,7 @@ def probe(filename, cmd='ffprobe', timeout=None, **kwargs): The stderr output can be retrieved by accessing the ``stderr`` property of the exception. """ - args = [cmd, '-show_format', '-show_streams', '-of', 'json'] + args = [cmd, '-show_format', '-show_streams', '-of', 'json', '-report'] args += convert_kwargs_to_cmd_line_args(kwargs) args += [filename] diff --git a/update.txt b/update.txt new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/update.txt @@ -0,0 +1 @@ +