ffprobe use -f instead of -format

pull/1256/merge
Willem Melching 5 years ago
parent 3349b5b3be
commit cd79cee41a
  1. 2
      tools/lib/framereader.py

@ -76,7 +76,7 @@ def ffprobe(fn, fmt=None):
"-print_format", "json", "-print_format", "json",
"-show_format", "-show_streams"] "-show_format", "-show_streams"]
if fmt: if fmt:
cmd += ["-format", fmt] cmd += ["-f", fmt]
cmd += [fn] cmd += [fn]
try: try:

Loading…
Cancel
Save