home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 011.lha / bcs_software / TCWindow.doc < prev    next >
Text File  |  1986-11-10  |  4KB  |  86 lines

  1. TCWindow - Time Code Window Program
  2. -----------------------------------
  3. Preliminary Demo Version 0.1  12/3/86
  4.  
  5. Mike Berro
  6. BCS Software
  7. 13432 Lochrin lane
  8. Sylmar, CA  91342
  9. (818) 362-6031
  10. CIS: 73267,3361
  11.  
  12. Introduction
  13. ------------
  14.    TCWindow allows you to create a window dub, or video with visible time
  15. code.  The time code can be reset or preset, frozen, and moved around.
  16. Both Drop and Non-drop modes allowed.  Settings can be saved onto disk.
  17.    This is a preliminary demo.  Future versions (if there is interest)
  18. will include reading time code through the serial port or reading it
  19. directly through mouse port #2 (already done).
  20.    Future versions will also have a nicer font, variable font size and
  21. color, and who knows what all else.  I would appreciate any comments.
  22.  
  23. Menu Commands
  24. -------------
  25.    There are three menus: Project, Options and Disk Access.  The Project
  26. commands may also be accessed by simply pressing the associated command
  27. key; pressing the right-Amiga key is optional.
  28.  
  29. Project Menu
  30. ------------
  31. > Freeze the Display [F]: This command freezes and unfreezes the display.
  32.                           Pressing the space bar always unfreezes the
  33.                           display.  Other commands still function when
  34.                           the display is frozen.
  35. > Set the Time [S]: This command allows you to set the time to any value.
  36.                     After selecting this command, the "set pointer" will
  37.                     become visible.  Point at the digit to change and press
  38.                     the left mouse button.  Press the right mouse button or
  39.                     any key to exit this mode.  The value you have set will
  40.                     be stored in the "preset buffer" (see Preset below).
  41. > Preset the Time [P]: This command sets the current time to the value
  42.                        stored in the "preset buffer".
  43. > Move the Time [M]: This command allows you to move the time code display
  44.                      to another position on the screen.  After selecting
  45.                      this command, the "move pointer" will become visible.
  46.                      Point to the desired location of the upper-left
  47.                      corner of the display and press the left mouse button.
  48.                      Press the right mouse button or any key to exit
  49.                      this mode.
  50. > Hide the Pointer [H]: Does just that.  Press the left mouse button to
  51.                         make it visible.
  52.  
  53. Options Menu
  54. ------------
  55. > Drop or Non-drop Frame:
  56.      Non-drop frame time code is continuous.  Drop frame code skips two
  57.   frames every minute, except every ten minutes.  Non-drop frame accurately
  58.   counts the number of frames, Drop frame code more accurately measures the
  59.   duration.
  60.      The reason is that video is not running exactly at 30 frames per
  61.   second, but at 29.97.  Therefore, instead of 1800 frames per minute
  62.   you actually have about 1802 frames.
  63.      Which code you use depends upon what the code is for.  If you are using
  64.   it to edit tape, use Non-drop frame code.  Many inexpensive editing
  65.   systems will choke on drop frame code.  If you are using it to simply
  66.   measure the duration of events, use drop frame code.
  67. > Interlace or Non-Interlace:
  68.       Interlaced video produces better recordings, but is somewhat annoying
  69.   to watch.  In this instance it does not give you better resolution.  The
  70.   program does not reset the interlace mode upon startup or exit.
  71.  
  72. Disk Access Menu
  73. ----------------
  74.    The parameters stored are the current time, the "preset buffer", the
  75. display position, the drop frame mode and the interlace mode.  They are
  76. stored in a file called TCW.data.
  77.  
  78. Miscellaneous
  79. -------------
  80.    Pressing Z zeroes the time code.
  81.    Activating the menu will cause a "glitch" in the time code, causing it
  82. to miss several frames.  Use the keyboard to avoid this.
  83.    Running other programs at the same time could also cause inaccuracies,
  84. unless you set the priority of this program very high.
  85.  
  86.