1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: