ffprobe use -f instead of -format

old-commit-hash: cd79cee41a
commatwo_master
Willem Melching 5 years ago
parent b53eaeffce
commit 89241b3dba
  1. 2
      tools/lib/framereader.py

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

Loading…
Cancel
Save