|
yuvinfo − describe a YUV4MPEG stream |
|
yuvinfo [-h] [-l] [-c] [-H] |
|
Describes a YUV4MPEG stream read from the standard input using an output format similar to lavinfo. Optionally copies the input to the standard output and can also overlay YUV histograms in the output video stream. |
|
These two commands should produce similar
output: Store information about raw video stream before
encoding: Visually inspect the YUV histograms: |
|
−h |
Print brief usage information and exit immediately. |
||
|
−l |
Output only the length of the stream as number of frames. This can be used in scripts to easily obtain the length of a stream. |
||
|
−c |
Copy the input to the standard output and write information to the standard error. This option makes it easy to record information about video stream as it is been processed or encoded. |
||
|
−H |
Overlay YUV histograms in the output video stream. Implies -c. |
|
mjpegtools(1), yuv4mpeg(5) |
|
yuvinfo was implemented by Johannes Lehtinen. However, it is only a thin wrapper around the mjpegutils library provided by the mjpegtools(1) package. |