Files
UltraGrid/tools
Martin Pulec e868262f5d from_lavc_vid_conv: handle full-range input
If CS conversion is done, handle also full-range input. This shouldn't be
the case most of the time (we use always limited range) but the case that
is handled is namely a JPEG from a webcam or so, which is 601
limited. Full YCbCr->YCbCr is not handled by this commit.
2024-10-08 16:12:34 +02:00
..
2022-06-29 15:15:42 +02:00
2022-06-29 15:15:42 +02:00
2022-08-17 17:27:43 +02:00

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 (i422) utilized eg. by FFmpeg.

ipc_frame

Structures and functions to hold and parse video frames when transferring between ultragrid and some other process through the unix_socket display for example.