home *** CD-ROM | disk | FTP | other *** search
/ NeXTIME / NEXTIME.iso / NextLibrary / NEXTIME / Components / NTMooVFileParser.bundle / translateMooV.strings < prev   
Encoding:
Text File  |  1994-05-13  |  653 b   |  30 lines

  1. /*    "MooV" = "NEXTIME"; pairs.  Each key must be 4 characters long, padded
  2.     with trailing spaces.  The corresponding value may be any valid C
  3.     string.
  4.     
  5.     The entries in this table are used to map MooV file tags into
  6.     NEXTIME tags.
  7. */
  8.  
  9. /* Track/Media types */
  10. "vide" = "NTVideo";
  11. "soun" = "NTSound";
  12. "text" = "NTText";
  13.  
  14. /* Generic encoding formats */
  15. "raw " = "NTRaw";
  16.  
  17. /* Sound encoding formats */
  18. "twos" = "NTRaw";
  19. "dMla" = "NTDeltaMulaw";
  20. "Mlaw" = "NTMulaw";
  21.  
  22. /* Video encoding formats */
  23. "rpza" = "NTRoadPizza";
  24. "cvid" = "NTCinepak";
  25. "mpeg" = "NT_MPEG1";
  26. "jpeg" = "NT_JPEG1";
  27. "Wave" = "NTWavelet";
  28. "uWav" = "NTMicroWavelet";
  29. "stVQ" = "NTSpaceTimeVQ";
  30.