home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 June / BUYER_696.iso / features / pavi / update.us < prev    next >
Text File  |  1996-02-22  |  7KB  |  144 lines

  1. Personal AVI Editor v1.21
  2. Shareware/Free update
  3.  
  4. IF YOU HAVE THE COMMERCIAL VERSION OR HAVE A REGISTRATED VERSION:
  5.   Run the program INSTALL.EXE and you Personal AVI Editor is
  6. automatically updated to version 1.21. If you are using the shareware
  7. version, this is updated, too - but the trial period is NOT extended!
  8.  
  9. This file lists the changes to Personal AVI editor since version 1.0
  10.  
  11. v1.01   FIXED AN ERROR
  12.         Corrected effects for multiple still images.
  13.         Cause: Still optimization outputs multiple still images to one
  14.                temporary file.
  15.         Fix:   Effect handler now restarts with every still image - as
  16.                if the images where stored in separate temporary files.
  17.         The workaround for v1.0 is to place a pause or a 1 frame video
  18.         clip immediately before the effect is applied.
  19.  
  20. v1.02   FIXED A PROBLEM
  21.         Dialogs now centers with respect to the main window.
  22.         Cause: Dialogs where centered with respect to the screen.
  23.         Fix:   See above.
  24.         The workaround for v1.0 is to run Personal AVI Editor maximized.
  25.  
  26. v1.03   FIXED AN ERROR
  27.         It is now posible to choose a capture file in "Capture options".
  28.         Cause: The code shared between open and save dialogs didn't handle
  29.                the "Filename" button correctly.
  30.         Fix:   Code modified to handle the "Filename" button correctly.
  31.         The workaround for v1.0 is to enter the name of the capture file
  32.         directly in the PAE.INI file.
  33.  
  34. v1.04   FIXED AN ERROR
  35.         Multiple plug-in libraries now loads correctly.
  36.         Cause: If a new plug-in library was installed in a manner that
  37.                placed the file before the STANDARD.FPI library, the
  38.                new library would cause a GP Error when used.
  39.         Fix:   Personal AVI Editor no longer expects STANDARD.FPI to be
  40.                loaded first.
  41.         The workaround for v1.0 where to rearrange the files in the
  42.         PAEDITOR\BIN directory to ensure STANDARD.FPI where located
  43.         before any additional plug-in libraries.
  44.  
  45. v1.05   FIXED AN ERROR
  46.         The undo function now works correctly after CUT and DELETE.
  47.         Cause: The code optimizations for the final v1.0 prevented the
  48.                ability to correctly track removed clips. The beta-version
  49.                didn't have this problem, as optimizations wasn't enabled!
  50.         Fix:   The code has been altered so it work correctly regardless
  51.                of optimizations is enabled or not.
  52.         The workaround for v1.0 is to manually move the clip after an UNDO.
  53.  
  54. v1.1    NEW FEATURE ADDED
  55.         Personal AVI Editor now features a toolbar with access to Help,
  56.         Open, Save, Import, most editing functions, Preview, Make movie,
  57.         and all the configuration dialog-boxes.
  58.  
  59. v1.11   FIXED AN ERROR
  60.         It is now posible (not useable) to drag a video or an audio clip
  61.         past to the left edge of the construction window - without the
  62.         program fails.
  63.         Cause: When dragging outside the left edge of the window the the
  64.                horizontal position should become negative - but it wrapped
  65.                to a large number positive.
  66.         Fix:   Assignment corrected by typecasting the unsigned integer to
  67.                a signed integer.
  68.         There is no workaround for v1.0 and 1.1 except to avoid dragging
  69.         the clip outside the left edge of the construction window.
  70.  
  71. v1.12    FIXED AN ERROR
  72.         The "Select file" function in the Edit menu no longer fails when
  73.         the video track or audio track includes a pause.
  74.         Cause: The Select Files function tries to extract the name of the
  75.         file when generating the file list - a pause doesn't have a filename.
  76.         Fix:   When collecting the file lists "Select files" now checks
  77.         for a pause before extracting a name.
  78.         A workaround for v1.0 and 1.1 is to make a file consisting of a (eg.)
  79.         10 sec. pause in both the audio and video track followed by one
  80.         single picture and a short Wav-file, then make this into a movie,
  81.         import this movie to a new project, trim to exclude the single
  82.         picture and short sound and make a movie from this project. The
  83.         resulting file can now be used as an pause (with a filename)
  84.     that doesn't crash the "Select file" list.
  85.  
  86. v1.13    FIXED SOME PROBLEMS
  87.     An AVI file could crash the program when imported to the project.
  88.         Cause: AVI files with one single frame crashed Personal AVI editor
  89.         due to a rounding error in the rate convertion.
  90.         Fix:   Rate converting corrected and the AVI file is forced to have
  91.                a minimum length of one frame.
  92.         In v1.0 and 1.1 you should avoid using AVI files with one single
  93.         frame - use a still image instead.
  94.  
  95.     When a project backup were loaded, the default AVI file name in 
  96.     "Make movie" were set to "avi".
  97.         Cause: A backup project has no project name (which is used to form
  98.                the default file name) and only the extention is left.
  99.     Fix:   The filename will now be forced to "untitled.avi" as normally.
  100.         In version 1.0 and 1.1 you should manually change the name before
  101.         producing the movie.
  102.  
  103.         Make movie dialog had a small inconsistency after Format had been
  104.         altered.
  105.  
  106.         Project options didn't show the correct compressor (unless it was
  107.         Cinepak).
  108.  
  109. v1.2    NEW FEATURES ADDED
  110.         Personal AVI Editor now prompts the user before producing a movie
  111.         with the same name as an existing file.
  112.     
  113.     The screen layout is now saved with the project.
  114.  
  115.     Load speed increased for large projects.
  116.  
  117.     Drawing speed increased for large projects.
  118.  
  119. v1.21   FIXED SOME ERRORS
  120.         In some cases rounding caused still-images to be inserted with the
  121.         wrong length (eg. a 1 sec. still-image became a 0.5 sec. still-
  122.         image, when the frame rate where set to 2 fps.).
  123.         CAUSE: A rounding problem in the convertion from second to frames.
  124.         FIX:   Convertion code fixed.
  125.         In earlier version you would have to adjust the length manually or
  126.         enter a time of eg. 1.01 sec. in place of 1.0 sec.
  127.  
  128.         The video part of a preview would stop playing to early when the
  129.         project frame rate was lower than the frame rate of the avi-file.
  130.         CAUSE: The preview failed to regard the rate difference.
  131.         FIX:   The preview now uses the true frame rate of the avi-file
  132.                during preview.
  133.         In earlier version you could temporary change the project frame
  134.         rate to correct the preview problem.
  135.  
  136.         The audio part of a preview was not always played.
  137.         CAUSE: When the audio track only had one single audio file, the
  138.                preview failed to reset the audio pointer, causing the
  139.                audio to fail at even numbers previews.
  140.         FIX:   The audio pointer is now reset every time the preview is
  141.                started.
  142.         In earlier version you could terminate the preview immediately and
  143.         then restart it.
  144.