mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-08 07:02:06 +08:00
ffprobe use -f instead of -format
old-commit-hash: cd79cee41a3120f867b7d89b8dd7d9b65073d275
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user