Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

yuvtoppm(1)


Yuvtoppm User Manual

Yuvtoppm User Manual

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

NAME

yuvtoppm - convert Abekas YUV bytes to PPM

SYNOPSIS

yuvtoppm

width height [imagedata]

DESCRIPTION

This program is part of Netpbm(1).

yuvtoppm reads raw Abekas YUV bytes as input and produces a PPM image as output. The input file is just YUV bytes. You have to specify the width and height on the command line, since the program obviously can’t get them from the file. yuvotppm assumes the maxval of the input is 255.

The ppmtoyuvmanual(1)tellsalittle about the Abekas YUV format.

SEE ALSO

ppmtoyuv(1), ppm(1)

AUTHOR

Marc Boucher <marc@PostImage.COM>, based on Example Conversion Program, A60/A64 Digital Video Interface Manual, page 69.

Copyright (C) 1991 by DHD PostImage Inc.

Copyright (C) 1987 by Abekas Video Systems Inc.



yuvtoppm(1)