ffprobe: fix invalid command (#10612)

`-show_entries` => `-show_streams`
This commit is contained in:
sMtzDczDq
2023-08-17 17:03:36 +02:00
committed by GitHub
parent 20a1678e7d
commit 9f0fde49a7

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: