updated readme

This commit is contained in:
Devaev Maxim
2019-03-16 01:35:47 +03:00
parent 27d42d2545
commit 154d8e4c2b
2 changed files with 4 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ The recommended way of running µStreamer with [Auvidea B101](https://www.raspbe
$ ./ustreamer \
--format=uyvy \ # Device input format
--encoder=omx \ # Hardware encoding with OpenMAX
--workers=3 \ # Maximum workers for OpenMAX
--persistent \ # Don't re-initialize device on timeout (for example when HDMI cable was disconnected)
--dv-timings \ # Use DV-timings
--drop-same-frames=30 # Save that traffic
```