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:
parent
20a1678e7d
commit
9f0fde49a7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue