home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectShow / Editing / TrimmerVB / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.5 KB  |  43 lines

  1. DirectShow Sample -- TrimmerVB
  2. ------------------------------
  3.  
  4. Description
  5.  
  6. Microsoft Visual Basic application that trims a source clip and 
  7. writes the trimmed clip to a new file using "smart recompression".
  8.  
  9. This example demonstrates:
  10.  
  11. - Using the MediaDet to grab poster frames from a file
  12.  
  13. - Quickly creating a timeline and using smart recompression to write a file
  14.  
  15.  
  16. User's Guide
  17.  
  18. This application enables the user to open a video source file, 
  19. trim a desired amount from the front and the end of the clip, 
  20. and then save the remaining portion to a new file.
  21.  
  22. To use this application, do the following:
  23.  
  24. - To choose a source file, click the Browse button. 
  25.         The first frame of the clip appears in all three preview areas. 
  26.  
  27. - To select the start position, move the slider or click the frame step 
  28.         buttons. The preview frame in the Current Video Frame area is updated. 
  29.  
  30. - To set the start position, click the Set Trim Preview Start Position button. 
  31.         The poster frame in Video Start Frame area is updated. 
  32.  
  33. - To select the stop position, move the slider or click the frame step buttons. 
  34.  
  35. - To set the stop position, click the Set Trim Preview Stop Position button. 
  36.         The poster frame in the Video Stop Frame area is updated. 
  37.         The stop position must be greater than the start position.
  38.  
  39. - To write the new file, click the Write button.
  40.         Wait for the progress indicator to complete. 
  41.  
  42. - To view the new file, click the Playback button. 
  43.