home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / TOXIC_13.ARJ / TOXIC_13.MSA / PROGRAMS / AVI03098.LZH / AVI030.SCT / ENGLISH / AVI030.TXT < prev    next >
Text File  |  1997-07-10  |  9KB  |  246 lines

  1.  
  2.  
  3.       
  4.       AAA    V   V   IIIII     000    3333     000  
  5.      A   A   V   V     I      0  00       3   0  00  
  6.      AAAAA   V   V     I      0 0 0     33    0 0 0  
  7.      A   A    V V      I      00  0       3   00  0  
  8.      A   A     V     IIIII     000    3333     000     VERSION 0.98
  9.     
  10.  
  11.              PAR SECTOR ONE
  12.  
  13.  
  14.      SUMMARY :
  15.      - AUTHOR AND CONTACT
  16.      - WHAT IS IT ?
  17.      - TECHNICAL INFORMATIONS
  18.      - HOW TO RUN ?
  19.      - THE SHELL (AVI030s.PRG) v1.56
  20.      - SINCE RELEASE 0.91
  21.      - SINCE RELEASE 0.93
  22.      - SINCE RELEASE 0.95b
  23.      - SINCE RELEASE 0.96a
  24.      - SINCE RELEASE 0.97b
  25.  
  26.  
  27.  
  28. * AUTHOR AND CONTACTS
  29. =====================
  30. - AUTHOR :
  31.   ---------
  32.   . Concept / Design / Test
  33.                      par HELLO AND STGHOST / SECTOR ONE
  34.                      
  35.   . AVI030.TTP    
  36.      programmation par STGHOST / SECTOR ONE
  37.  
  38.   . AVI030s.PRG   
  39.      programmation         par STGHOST / SECTOR ONE
  40.      interface et code GEM par HELLO   / SECTOR ONE
  41.   
  42. - CONTACTS :
  43.   ----------  
  44.   If you like this program and use it quite often, please send money to
  45. help in its our development...Don't be silly and keep Atari alive !!!
  46. It is moneyware: spread it freely but send money if you want improvements.
  47.  
  48.   If you want to get in touch :
  49.         STGHOST / SECTOR ONE
  50.              HUGUET Denis
  51.     104bis, Avenue du General de Gaulle
  52.         18500 Mehun sur Yevre
  53.                FRANCE
  54. or 
  55.          HELLO / SECTOR ONE
  56.        VILLENEUVE Christophe
  57.     20, rue du docteur Zamenhof
  58.            18000 Bourges
  59.               FRANCE
  60.  
  61.    You can also join us by connecting to:
  62.      sur NeST         : Christophe Villeneuve @90:801/1.9
  63.      sur Atarinet     : Christophe Villeneuve @51:902/1.9
  64.      sur BBS BRAZIL   : (33) 01.44.67.08.44 (Christophe Villeneuve)
  65.      sur BBS PARX     : (33) 02.43.53.57.70 (Christophe Villeneuve)
  66.  
  67.  
  68.  
  69. * WHAT IS IT ?
  70. ==============
  71.   If you have seen or used a PC or a Mac, you have probably met multimedia
  72. movies. These are in fact slideshows of packed picture with some digital
  73. sound in most cases. There are 2 kinds of movies: AVI and MOV.
  74.   This program offers you to play AVI files on a Falcon030 computer (with
  75. a speed card if you want an impressive result).
  76.  
  77.    This player supports most existing movies from 256 colours to 16 million
  78. colours...You have to know that a lot of different packmodes are available
  79. for pictures. Sound can also be stored in many ways. Of course, all these
  80. formats are not directly useable on Atari, so they have to be converted.
  81. In this player, quality is privileged without slowing too much the replay
  82. (except for big movies).
  83.  
  84.   It implies many things. First, no picture is jumped contrary to other
  85. players (even on PC) which try to give a false impression of speed. The
  86. sound benefits a format convrsion and a frequency conversion through the
  87. DSP. 16 million colours movies have the best possible quality. And there
  88. are also many possible options to control the replay.
  89.  
  90.   Be careful, movies bigger than 320*240 are played more slowly because
  91. of the screen size.
  92.  
  93.  
  94. * TECHNICAL INFORMATIONS
  95. ========================
  96.  
  97.  - Runs on Falcon030 (and compatible)
  98.  - Runs with any colour screen either in RGB or in VGA
  99.  - Accept movies up to 640*480 resolution
  100.  - Display in 65536 colours even in 640*480 (448 x 496 max for VGA)
  101.  - Runs in TT-Ram (in theory)
  102.  - Replay in "direct-from-disk" : accepts multimegabyte movies
  103.  - Automatic resolution change
  104.  - Accept external audio clocks (CD and DAT frequencies)
  105.  - Runs with speeded Falcons (tested with Speed Resolution Card)
  106.  - No conflicts with NVDI nor Videl Inside (1 and 2)
  107.  
  108.  
  109. * HOW TO RUN ?
  110. ==============
  111.  
  112.   This player is a TOS-with-parameters program, so it asks for a command
  113. line. There are 3 ways of avoiding it:
  114.  1. Install as an application for AVI files. Select the current window as
  115.    default path and Directory to get full pathname.
  116.  2. Drag the program icon onto the desk. Then drag an AVI file icon and
  117.    drop it on the program icon to play it.
  118.  3. Use the graphic shell (AVI030 Shell v1.40 or higher).
  119.  
  120.   If you prefer typing a command line, here comes the syntax.
  121. First you have to type the filename. If it is not in the current directory
  122. (active window), you have to type the path. If the extension is '.AVI', you
  123. may not type it.
  124.  
  125.  Examples:
  126. G:\ANIMS\TIMECOMM\TIME_COM
  127.   plays the TIME_COM.AVI file in the G:\ANIMS\ directory
  128. ALIVE
  129.   plays the ALIVE.AVI file in the current directory or in the player one
  130.   if no window is opened.
  131. ANGELS.BBB
  132.   plays the ANGELS.BBB file in the current directory
  133.   It is possible t o precise another extension
  134. F:\TESTS\FANTA_PL.
  135.   plays the FANTA_PL.AVI file in the F:\TESTS\ directory
  136.   The '.' indicates that there's no extension
  137.  
  138.  It is forbidden to use a wildcard in the filename ('*' or '?') !
  139.  
  140.   If you want to add parameters, add a space then a '-' followed by the
  141. parameters themselves.
  142.  
  143.    Possible options are:
  144.     s : no sound
  145.     d : no display
  146.     o : no loop
  147.     e1: external 44.1kHz clock (CD)
  148.     e2: external 48kHz clock (DAT)
  149.     n : no synchronization
  150.     f : 'special' modus for 24 bits display (cvid end yvu9 movies only,
  151.                                                no effect on other formats)
  152.  
  153.   Please avoid kicking both sound and display ! The 'n' option isn't really
  154. interesting if you keep the sound on. If you audio clock has 2 frequencies,
  155. select it before running the program. 'e1' and 'e2' options only indicates
  156. to the program which one is available on the DSP port.
  157.  
  158.   Examples:
  159. ALIVE.AVI      plays ALIVE.AVI in current dir with both audio and video
  160. E:\ANGELS -d   plays ANGELS.AVI in E:\ without video
  161. STINGRAY. -sn  plays once STINGRAY in current dir without sound and without
  162.                synchronization (turbo mode)
  163. PHANTAS2 -doe1 plays PHANTAS2.AVI in current dir without display, without
  164.                looping but with external CD clock
  165.  
  166.  
  167. * THE SHELL (AVI030.PRG)
  168. ===========
  169.    The Shell you permit of configured the file AVI030.TTP automatically at
  170. selected just :
  171.  
  172.    - The file AVI
  173.    - The player
  174.    - Active different selection throught the button
  175.    
  176.    His utilization maybe not more simple, you do to choose the option of you
  177. choice in selection the button propose.
  178.  
  179.  - COMPATILIBITE :
  180.    ---------------
  181.    The shell function :
  182.    - As a simple programme (PRG)
  183.    - Under Multitos
  184.    - All gadget use the GEM
  185.              
  186. - The utilization hide (HIDDEN) :
  187.   -------------------------------
  188.   He is possible to effect a SLIDE SHOW at format AVI, that is to say you
  189. use the path where you stock the file AVI... Not put of name of file in the 
  190. select, but to clique on CONFIRM.
  191.  
  192.   Next choose to PLAY, and the defile of the file AVI unwind. For change of
  193. file, he have to press on the bar SPACE.
  194.  
  195.   ATTENTION : he is possible to do a SLIDE SHOW with a change automatic at the
  196. condition of have choose at preliminary 'a play once'.
  197.  
  198.  
  199.  
  200. * SINCE RELEASE 0.91
  201. ====================
  202.    There are little new features since last release. The main one is the
  203. special modus added for cvid (Cinepak) movie format. It gives an higher
  204. speed for a slight loss of quality of colours. This modus is only available
  205. for 1 format, it has no effect on other ones.
  206.    The sound now succesfully support 16 bits stereo sound. The 'cracking'
  207. bug of the 16 bits mono sound has been fixed.
  208.    Some movies were causing bad bugs because of null pictures. It is now
  209. fixed but it still can bug if your avi file is incomplete !
  210.    Some movies were requiring a lot of ram whereas they don't need so much,
  211. this is now fixed.
  212.  
  213. * SINCE RELEASE 0.93
  214. ====================
  215.    A new set of video modes has been implemented in RGB and VGA.
  216.    Some movies were requiring a lot of ram whereas they don't need so much,
  217. this is now fixed.
  218.    4 bits sound is recognized but not played, and IV32 movies are recognized
  219. but not displayed.
  220.  
  221. * SINCE RELEASE 0.95b
  222. =====================
  223.    'YVU9' format is now recognized. As it is a slow 24 bit format, I have
  224. included a fast (-f option) grey display. MRLE format also added.
  225.  
  226.  
  227. * SINCE RELEASE 0.96a
  228. =====================
  229.    Both full and partial palette-changes are now supported.
  230.  
  231. * SINCE RELEASE 0.97b
  232. =====================
  233.    The 16 bits display is now OK. Both full and partial palette-changes
  234. are now supported
  235.    24 bits formats have been slightly speeded up again
  236.    Some display bugs have been removed.
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.