We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-show_streams
1 parent e500364 commit 4c161bbCopy full SHA for 4c161bb
examples/jffprobe.py
@@ -17,7 +17,7 @@ def __init__(self, stderr_output):
17
18
19
def run_ffprobe(filename):
20
- args = ['ffprobe', '-show_format', '-of', 'json', filename]
+ args = ['ffprobe', '-show_format', '-show_streams', '-of', 'json', filename]
21
p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
22
out, err = p.communicate()
23
if p.returncode != 0:
0 commit comments