From dd5e198534238bd447353ebd0474c537f44d70bd Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 10 Aug 2021 08:07:00 +0200 Subject: [PATCH] tools: added README.md --- tools/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tools/README.md diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 000000000..92e248360 --- /dev/null +++ b/tools/README.md @@ -0,0 +1,28 @@ +Miscellaneous tools and utilities for UG +======================================== + +Astat +----- + +Sample application demonstrating parsing audio volume statistics from the control port. + +Not useful alone. + + +Convert +------- + +Command-line tool providing UltraGrid pixel format conversions from command-line. + + +stacktrace\_addr2line.sh +------------------------ + +Shell tool to parse UltraGrid stack trace (produced when UG crashes). + + +uyvy2yuv422p +------------ + +Simple conversion from UYVY to planar YUV 4:2:2 (i420) utilized eg. by FFmpeg. +