USTREAMER-DUMP(1) | General Commands Manual | USTREAMER-DUMP(1) |
ustreamer-dump - Dump uStreamer's memory sink to file
ustreamer-dump [OPTIONS]
µStreamer-dump (ustreamer-dump) writes a local stream from ustreamer to a file or redirect it to other utilities (such as ffmpeg).
ustreamer requires at least the --sink option to operate.
To output ustreamers sink "test" to ffmpeg, and into a file called test.mp4:
ustreamer-dump \
--output - \ # Output to stdout | ffmpeg -use_wallclock_as_timestamps 1 -i pipe: -c:v libx264 test.mp4
Please file any bugs and issues at https://github.com/pikvm/ustreamer/issues
Maxim Devaev <mdevaev@gmail.com>
https://pikvm.org/
GNU General Public License v3.0
version 3.16 | January 2021 |