Skip to content

Commit

Permalink
Added bit rate example for ffprobe (tldr-pages#1559)
Browse files Browse the repository at this point in the history
  • Loading branch information
KingMob authored and sbrl committed Oct 21, 2017
1 parent 80dae3d commit 9896662
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/ffprobe.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
- Display the width or height of a video:

`ffprobe -v error -select_streams v:0 -show_entries stream={{width|height}} -of default=noprint_wrappers=1:nokey=1 {{input.mp4}}`

- Display the average bit rate of a video:

`ffprobe -v error -select_streams v:0 -show_entries stream=bit_rate -of default=noprint_wrappers=1:nokey=1 {{input.mp4}}`

0 comments on commit 9896662

Please sign in to comment.