home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Shareware Plus / Utilities / VideoIN folder / scripting / sample 1 < prev   
Encoding:
Text File  |  1996-11-03  |  230 b   |  14 lines  |  [TEXT/ToyS]

  1. tell application "VideoIN"
  2.     make new document
  3.     set win1 to window "Video Input"
  4.     select win1
  5.     tell win1
  6.         activate
  7.         videoin full
  8.         videoin rgb
  9.         videoin saveframe
  10.         videoin grayscale
  11.         videoin saveframe
  12.         close
  13.     end tell
  14. end tell