~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Open Mash Cross Reference
mash/codec/p64/SETUP

Component: ~ [ mash ] ~ [ apps ] ~ [ gsm ] ~ [ lib ] ~ [ otcl ] ~ [ srm ] ~ [ tcl8.3 ] ~ [ tclcl ] ~ [ tk8.3 ] ~ [ tutorials ] ~

  1 P64 Version 1.2
  2 
  3 1) Printing documentation:
  4 
  5 Documentation is in the PostScript file doc.ps. It is about 50 pages
  6 long.
  7 
  8 2) Making the program.
  9 
 10 The makefile should be setup for most UNIX systems as is.  Simply type
 11 "make" in the source code directory.
 12 
 13 3) Testing the program.
 14 
 15 A short test sequence is in short.p64 (and the coding is described in
 16 short.trace).  If you wish to extract image sequence files from
 17 short.p64, type
 18 
 19 p64 -d -s short.p64 short
 20 
 21 The resulting files should be in
 22 
 23 short0.Y, short0.U, short0.V
 24 short1.Y, short1.U, short1.V
 25 short2.Y, short2.U, short2.V
 26 short3.Y, short3.U, short3.V
 27 short4.Y, short4.U, short4.V
 28 short5.Y, short5.U, short5.V
 29 short6.Y, short6.U, short6.V
 30 
 31 These files are raw raster-scan component files 352x240 for the Y,
 32 176x120 for the U and V.
 33 
 34 4) Displaying the decompressed files.
 35 
 36 The decompressed *.Y *.U *.V files may be displayed through the
 37 program "cv" which may be obtained by anonymous ftp from
 38 havefun.stanford.edu:pub/cv/CVv1.1.tar.Z.  If the program is in your
 39 current directory search-path, type
 40 
 41 cv -a 0 -b 6 short
 42 
 43 If you wish to use CCIR-601 YUV->RGB colorspace conversion
 44 (recommended for this sequence), use
 45 
 46 cv -a 0 -b 6 short -C
 47 
 48 
 49 5) Recompressing the short sequence files.
 50 
 51 To use the default settings, and to put the output in short2.mpg, type
 52 
 53 p64 -a 0 -b 6 short -s short2.p64
 54 
 55 See the documentation for more details on other parameters.
 56 
 57 
 58 6) Some short interpreted programs for the encoder: (See Chapter 4 of
 59 the documentation).
 60 
 61 test.rate test.intra test.mtype test.nof test.fil
 62 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.