home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 July / VPR0107B.BIN / DRIVER / CANOPUS / MVR32 / mvr32.exe / data1.cab / Development_Kit_Manula(English) / Samples_e.txt next >
Text File  |  2001-02-09  |  2KB  |  69 lines

  1. About the sample programs
  2.  
  3.  
  4. 1. Decode
  5.  
  6. Decode MPEG2 and MPEG1 files
  7.  (functions)
  8.  - Select MPEG files to decode
  9.  - Play, pause, stop the playback of MPEG files
  10.  - Repeat playback
  11.  - Reset the window size to match the source size
  12.  - Start/stop monitoring
  13.  - Set the volume (you can set left and right independently)
  14.  - Mute audio
  15.  - Select where to start playback
  16.  - Seek video
  17.  
  18.  
  19. 2. Encode
  20.  
  21. Encode input video/audio to MPEG files
  22.  (functions)
  23.  - Encode in MPEG1 Audio, Video, System Stream and Video CD format
  24.  - Encode in MPEG2 Audio, Video, Program Stream format
  25.  - Encode Video and Audio simultaneously
  26.  - Set audio format
  27.  - Set video format
  28.  - Set encode time
  29.  - Start/stop monitoring
  30.  - Mute audio
  31.  - Adjust PCM input gain level
  32.  
  33.  
  34. 3. Decode(Memory)
  35.  
  36. Decode MPEG2 and MPEG1 files passed from memory
  37.  
  38.  
  39. 4. Encode(Memory)
  40.  
  41. Encode input video/audio to MPEG files.
  42. The encode data is passed from memory and written to file.
  43.  
  44.  
  45. 5. Decode(Communication)
  46.  
  47. Connect 2 PCs and send MPEG data to one another.
  48. Decode the data sent from the other PC.
  49.  
  50.  
  51. 6. Encode(Communication)
  52.  
  53. Connect 2 PCs and send MPEG data to one another.
  54. Encode data in one PC, and send the data to the other PC.
  55.  
  56.  
  57. 7. Multi
  58.  
  59. Control multiple MVR-D2000 boards.
  60. Encode and decode simultaneously (You will need two or more boards)
  61.  - Set overlay window On/Off
  62.  
  63.  
  64. 8. MvrCtrl
  65. ActiveX sample program that uses MvrApi.dll.
  66. You need to register in Windows to use the MvrCtrl.ocx.
  67. (See MvrCtrlReadme.html for details)
  68.  
  69. End