From 9f0fde49a7ccb6c63c76dc9762ff9bb37af91676 Mon Sep 17 00:00:00 2001 From: sMtzDczDq <75165692+sMtzDczDq@users.noreply.github.com> Date: Thu, 17 Aug 2023 17:03:36 +0200 Subject: [PATCH] ffprobe: fix invalid command (#10612) `-show_entries` => `-show_streams` --- pages/common/ffprobe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ffprobe.md b/pages/common/ffprobe.md index 8c9c17a1b..684102325 100644 --- a/pages/common/ffprobe.md +++ b/pages/common/ffprobe.md @@ -5,7 +5,7 @@ - Display all available stream info for a media file: -`ffprobe -v error -show_entries {{input.mp4}}` +`ffprobe -v error -show_streams {{input.mp4}}` - Display media duration: