Windows Media Encoder banner art

To capture a live event

  1. Open a command prompt window.
  2. At the command prompt, type the path to the folder where the file Wmcmd.vbs is located. For example:
    cd \program files\windows media components\encoder
  3. Type the following command, and then press the ENTER key:
    cscript.exe wmcmd.vbs -adevice audio_capture_device_number -vdevice video_capture_device_number -output drive:\Path\Output_file_name -duration time

    - or -

    cscript.exe wmcmd.vbs -adevice audio_capture_device_number -vdevice video_capture_device_number -broadcast port_number -duration time

    For example:

    cscript.exe wmcmd.vbs -adevice 1 -vdevice 4 –output C:\My-clips\Myfile.wmv -duration 620

    - or -

    cscript.exe wmcmd.vbs -adevice 1 -vdevice 4 –broadcast 8080 -duration 620

Note image Note

Related topics


© 2000-2002 Microsoft Corporation. All rights reserved.