Skip to content

Commit 77aef64

Browse files
committed
Add a note about maximum expected bitrate
1 parent e577992 commit 77aef64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ to `-b 12m`).
2121
* `12m` means 12 minutes (12×60×1000)
2222
* `12h` means 12 hours (12×60×60×1000)
2323

24+
The maximum expected bitrate provided by `delay` is the buffersize divided by
25+
the delay. For instance, `delay -b 10m 5s` will provide a maximum bitrate of
26+
2Mb/s.
27+
2428
### Example
2529

2630
To delay the output of `command_A` to `command_B` by 5 seconds:

0 commit comments

Comments
 (0)