home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / MPEG / mpegui21.lha / MPEGIntuition.doc < prev    next >
Encoding:
Text File  |  2000-06-11  |  9.1 KB  |  253 lines

  1.  
  2.  
  3.                             MPEGIntuition 2.12b
  4.  
  5.                               by Sauron 1995
  6.  
  7.                        for MP(1.03) and AMIPeg(0.4)
  8.                       (both are available on Aminet)
  9.  
  10.  
  11.                     What you can find in that doc. file
  12.          (sorry for not AGuide documentation but.... I'm too lazy)
  13.  
  14.                         1.  What is MPEGIntuition
  15.                         2. Why I decide to write it
  16.                         3.       Requirements
  17.                         4.       Installation
  18.                         5.          Usage
  19.                         6.       Error report
  20.                         7.        Hmmmm ??? 
  21.                         8.    Special thanks to
  22.  
  23.  
  24.  
  25.  
  26. 1. What is MPEGIntuition
  27.  
  28.    It's a small (but it takes a lot of memory :) ) GUI for MPEG players.
  29.    MPEGIntuition is created for MP (Michael Van Elst) and Amipeg (sorry
  30.    I lost doc :[ ) to make more easy playing MPEG anims. You need only
  31.    to click and done. Without cli commands and two lines long arg. line.
  32.  
  33.    Now something that I have to write :
  34.  
  35.    MPEGIntuition is Freeware so you can copy it and do what do you want :)
  36.    Amiga E source is available on my E-Mail address (just send me a mail,
  37.    and I'll see what I can do).
  38.  
  39.    All bugs report send also on my E-Mail address or ... PHONE ?????? 
  40.    (nope better don't do that )
  41.  
  42.  
  43.  
  44. 2. Why I decide to write it
  45.  
  46.    See paragraph 1 and you will understand why :) (I hope)
  47.  
  48.  
  49.  
  50.  
  51. 3. Requirements
  52.  
  53.     - To start MPEGIntuition you will need an MP (1.03 ver) of course
  54.       and (or) AMIPeg (0.4 ver) (that is MPEG_play command) both
  55.       from AMINET
  56.     - kickstart 2.0 or higher
  57.     - ReqTools library , Copy and Delete commands in your C:\ directory
  58.     - A fast computer :)
  59.  
  60.  
  61.  
  62. 4. Installation
  63.    
  64.    How to install MPEGIntuition ??
  65.  
  66.    - You just need to put the MPEGIntuition (and it's icon of course) in one
  67.      of your HD directories (You can put it on a floppy disk - if you don't
  68.      have a HD, but you should have a lot of memory and use RAM option).
  69.  
  70.    - Then you MUST change the default path for anims and MP & Amipeg
  71.      in the icon tooltype.
  72.  
  73.      X_WIN & Y_WIN - Top, left corner of the MPEGIntuition window
  74.  
  75.      MP_PATH - YOU MUST modify that line. You should type the whole path
  76.                to MP procedure with it's name.
  77.  
  78.      AP_PATH - YOU MUST modify that line. You should type the whole path
  79.                to Amipeg procedure with it's name (MPEG_Play)
  80.  
  81.      MP_DITHER - start (default) dither type (name only)
  82.  
  83.      MP_RAM , MP_NOP , MP_NOB , MP_LOOP - YES/NO bool expressions
  84.                  to initial checkbox (look for more information below)
  85.  
  86.      MP_ANIMPATH - Directory where you have your's mpeg anims
  87.  
  88.      MP_ANIMNAME - Name of the default anim (that means that if you
  89.                    run MPEGIntuition and push Start you will see 
  90.                    that anim :)  )
  91.  
  92.  
  93.      
  94. 5. Usage
  95.    
  96.    How to start ??
  97.    - You just double-click on MPEGIntuition icon and that's it !!!
  98.      (If there is something wrong, see doc : 6. Error report)
  99.    
  100.    How to use it ??
  101.    - If you've used MP before, you won't have any problems to use that 
  102.      program (excluding RAM options - that's my innovation )
  103.      If you are using it for the first time, you should read the entire doc! :]
  104.  
  105.  
  106.    What are the gadgets for ??
  107.    
  108.    - As you can see (I hope) there are four main parts of the window
  109.      
  110.      a) Information (on the beginning you will se only a lot of 00000000)
  111.         X,Y SIZE - width & height of the anim frames (pixel)
  112.         TIME     - total time spend after initialization (seconds)
  113.         Frame/s  - informs you about frames rate (frames per second)
  114.         Frame/B  - size (bytes) of a single frame
  115.         Compress - compression rate (not avaiable with Amipeg)
  116.         KB   - size of the animation in KBytes
  117.         Fr.  - number of frames in anim (that number is calculated
  118.                by MPEGint. so some small differences between MP results and
  119.                my program might occur ;)
  120.         There can also be some differences between MP & Amipeg results,
  121.         because Amipeg doesn't have so many output infos as MP, so MPEGint.
  122.         needs to calculate them.
  123.  
  124.      b) Dither (all dither types used in MP procedure + Amipeg)
  125.         If you want to know something more about every dither type see
  126.         mp103.doc. I can only tell you about speed of that filters.
  127.         And so : (the slower one is 1 [ds]) - sorry for no gfx card
  128.                                         results ( i don't have them )
  129.  
  130.    Speed factor   Dither name        ds amount (higher - better)
  131.  
  132.              2    Gray8 (only AGA) - 6.44 ds 
  133.              1    Gray             - 7.27 ds  <--- Fastest
  134.             15    HAM8  (only AGA) - 2.32 ds
  135.              7    HAM6             - 3.87 ds
  136.              4    Color            - 4.72 ds
  137.             13    2x2              - 2.88 ds
  138.              6    MBordered        - 4.00 ds
  139.              3    Threshold        - 6.44 ds
  140.             14    Hybrid           - 2.69 ds
  141.             16    Hybrid2          - 2.06 ds
  142.             12    Ordered          - 2.90 ds
  143.              5    Ordered2         - 4.04 ds
  144.             17    FS2              - 1.32 ds
  145.             18    FS2 Fast         - 1.27 ds
  146.             19    FS4              - 1.00 ds  <--- Slowest
  147.              8    MONO             - 3.78 ds
  148.             10    AMP-color      * - 3.51 ds  
  149.              9    AMP-ham6       * - 3.72 ds
  150.             11    AMP-hiresham   * - 2.97 ds
  151.       
  152.    
  153.            * If you use that dither type, MPInt. will use Amipeg
  154.              program)
  155.  
  156.      Gadgets functions 
  157.  
  158.         Play   - Start to play mpeg anim
  159.  
  160.         About  - Open new window with my address :]
  161.  
  162.         Save   - Save mpeg anim as iff 24bit pictures (animation
  163.                  must be specified in a name box before using this
  164.                  gadget) By some stupid reason save path must be
  165.                  no longer than 31 letters @:)
  166.                  When you use that gadget you will need to pick a drawer
  167.                  where the frames be saved (as IFF ILBM 24 pictures) and
  168.                  write a pattern of pictures name.
  169.                  (you can write any name but you HAVE to put unless three
  170.                   %%% signs - in its place MP will put a number)
  171.                  For ex. - if you write IFF24.%%% MP will generate frames
  172.                  like IFF24.001 IFF24.002 IFF24.003 .... 
  173.  
  174.              ps. I don't know why but if I write SAVE path longer then
  175.                  32 chars then MP just crash my Amiga so MPEGIntuition
  176.                  won't gone do anything in that situation)
  177.  
  178.         Loop   - Loop play anim (before playing anim program will ask
  179.                  you for the number of loops)
  180.  
  181.         RAM    - If marked, program will first load anim to ram and then
  182.                  he will play it (it looks much better because MP & Amipeg
  183.                  read only a piece of anim after end of loaded sequence,
  184.                  so you will see (if your machine is fast enough)
  185.                  some stops without this option).
  186.  
  187.         NOP/NOB- see mp doc !
  188.  
  189.      d) Load
  190.  
  191.          In that part of the window you can write anim name or use
  192.          ReqTools requester by pushing L button.
  193.  
  194.  
  195.  
  196. 6. Error report
  197.        
  198.       1. can't find MP program - check path in mpegintuition icon (there's
  199.                                        something wrong)
  200.  
  201.       2. can't find Amipeg program - see first error. (IF you don't have
  202.                                  MP program, MPEGint. won't gone run
  203.                                  because it mainly use MP to all options
  204.                                  but without Amipeg you won't be able 
  205.                                  only to use AMP_#? filters)
  206.  
  207.       3. unknown dither type ... - you written something wrong in
  208.                                   the icon (check MP_DITHER for correct
  209.                                   of dither name !!)
  210.  
  211.       4. Sorry no icon.library   - check if you have icon.library in your
  212.                                    libs: directory. If no , than copy it
  213.                                    from Workbench disk !!
  214.  
  215.       5. You need to run this program under WB - that's mean that you
  216.                                    can't run MPEGIntuition from CLI !!
  217.  
  218.  
  219.  
  220. 7. Hmmmm ??? 
  221.         
  222.       There is something that you can do to speed up playback of MPEG
  223.       anim. You need simply to click on the anim SCREEN (not window)
  224.       after pressing PLAY button. (it's make different only on non
  225.       GFX cards' computer - I guess ???)  
  226.  
  227.       !!!!!!! Only under 2.12 ver. !!!!!!!!!!! (2.12b is OK now)
  228.  
  229.  
  230.  
  231. 8. Special thanks to : 
  232.  
  233.                        Michael van Elst (for his MP)
  234.                              AMIPEG creator :)
  235.            Dudi , Unknown (he don't know his nick ???) , Fajfer
  236.                For their testing (Like always - not enough)
  237.  
  238.                          and Amiga E creators @#)
  239.  
  240.  
  241.  
  242.  
  243.                        __   __
  244.                       / /  / /   -=> S A U R O N <=-
  245.                      / /  / /
  246.             __   __ / /  / /  -=-=-=-=-=-=-=-=-=-=-=-=-=-
  247.             \ \  \ \ /  / /
  248.              \ \  \ \  / /   sauron@sun1000.ci.pwr.wroc.pl
  249.               \ \/ \ \/ /
  250.                \__/ \__/  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  251.  
  252.  
  253.