From 89241b3dba13ebd77a159415d4fb6cf9274c2f13 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 11 May 2020 15:32:32 -0700 Subject: [PATCH] ffprobe use -f instead of -format old-commit-hash: cd79cee41a3120f867b7d89b8dd7d9b65073d275 --- tools/lib/framereader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/framereader.py b/tools/lib/framereader.py index a320aa7c94..87c6d6e944 100644 --- a/tools/lib/framereader.py +++ b/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: