Windows Media Encoder banner art

To specify start and end times

  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. If you know the end time, type the following command and then press the ENTER key:
    wm8eutil –input input_file_name -output output_file_name –time start_time end_time
    

    For example:

    wm8eutil –input myfile.avi –output myfile.wmv –time 10000 20000
    

Note   The start and end times should be denoted in milliseconds.

  1. If you do not know the end time and just want to encode to the end of the file, type the following command and then press the ENTER key:
    wm8eutil –input input_file_name -output output_file_name –time start_time end
    wm8eutil –input input_file_name -output output_file_name –time start_time end
    

    For example:

    wm8eutil –input myfile.avi –output myfile.wmv –time 10000 end
    

    Note   The start time should be denoted in milliseconds.

Related topics


© 2000-2001 Microsoft Corporation. All rights reserved.