home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / NETWORK / netpbm_docs.lzh / NETPBM / DOCS / ppmtoyuvsplit.1 < prev    next >
Text File  |  1996-11-18  |  1KB  |  28 lines

  1. .TH ppmtoyuvsplit 1 "9 September 1993"
  2. .IX ppmtoyuvsplit
  3. .SH NAME
  4. ppmtoyuvsplit - convert a portable pixmap into 3 subsampled raw YUV files
  5. .SH SYNOPSIS
  6. .B ppmtoyuvsplit
  7. .IR basename
  8. .RI [ ppmfile ]
  9. .SH DESCRIPTION
  10. Reads a portable pixmap as input.
  11. Produces 3 raw files basename.Y, basename.U and basename.V as output.
  12. These files are the subsampled raw YUV representation of the input
  13. pixmap, as required by the Stanford MPEG codec. The subsampling is done
  14. by arithmetic mean of 4 pixels colors into one. The YUV values are scaled
  15. according to CCIR.601, as assumed by MPEG.
  16. .SH "SEE ALSO"
  17. mpeg(1), ppm(5)
  18. .SH AUTHOR
  19. Copyright (C) 1993 by Andre Beck. (Andre_Beck@IRS.Inf.TU-Dresden.de)
  20. .PP
  21. Based on ppmtoyuv.c
  22. .\" Permission to use, copy, modify, and distribute this software and its
  23. .\" documentation for any purpose and without fee is hereby granted, provided
  24. .\" that the above copyright notice appear in all copies and that both that
  25. .\" copyright notice and this permission notice appear in supporting
  26. .\" documentation.  This software is provided "as is" without express or
  27. .\" implied warranty.
  28.