Windows Media Encoder banner art

To encode in two passes using a constant bit rate

  1. Open a command prompt window.

  2. Go to the working directory where the file wm8eutil.exe is located. For example, type
     cd \program files\windows media components\tools
  3. Type the following command, then press the ENTER key:
    wm8eutil –input input_file_name -output output_file_name -v_mode 1 -v_bitrate bitrate –v_buffer size –v_quality quality 

    For example:

    wm8eutil –input myfile.avi –output myfile.wmv -v_mode 1 -v_bitrate 100000 –v_buffer 5000 –v_quality 75
    

Related topics


© 2000-2001 Microsoft Corporation. All rights reserved.