We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e577992 commit 77aef64Copy full SHA for 77aef64
README.md
@@ -21,6 +21,10 @@ to `-b 12m`).
21
* `12m` means 12 minutes (12×60×1000)
22
* `12h` means 12 hours (12×60×60×1000)
23
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
+
28
### Example
29
30
To delay the output of `command_A` to `command_B` by 5 seconds:
0 commit comments