ffprobe: fix invalid command (#10612)

`-show_entries` => `-show_streams`
pull/23/head
sMtzDczDq 2023-08-17 17:03:36 +02:00 committed by GitHub
parent 20a1678e7d
commit 9f0fde49a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: