
NAME
     asf2mel - convert ASF data into a Maya(tm) MEL script.

SYNOPSIS
     asf2mel [-h] [-copyright] [-f] <asf_file> <mel_file>

DESCRIPTION
     Converts ASF data into a Maya MEL script.

     asf2mel has the following parameters:

     -h          Displays this manpage.

     -copyright  Displays copyright information.

     -f          When used, asf2mel will overwrite files without verification.

     asf_file    The file that contains a skeleton's definition.

     mel_file    The MEL script output file name.

SEE ALSO
     amc2mov

AVAILABILITY
     The latest version of asf2mel is available via the world wide web at
     http://www.biomechanics-inc.com/.

     Bug reports and technical questions should be sent to
     support@biomechanics-inc.com.

CREDITS
     Written and maintained by Biomechanics, Inc.

     Maya is a trademark of Silicon Graphics.


     --------------------------------------------------------------


NAME
     amc2mov - convert AMC data into Maya(tm) importable data.

SYNOPSIS
     amc2mov [-h] [-copyright] [-f]
             [-filter "<filter_name> [<filter_name2> ...]"]
             <asf_file> <amc_file> <fps> <mel_file> <mov_file>

DESCRIPTION
     Converts ASF/AMC data into a MOV file and Maya MEL script.  The
     MEL script can be used to import the MOV file and apply it to
     a skeleton that was created with the script generated by asf2mel.

     When the MEL script that is produced by this command is executed
     in Maya, the user will be prompted for the MOV file name.

     amc2mov has the following parameters:

     -h          Displays this manpage.

     -copyright  Display copyright information.

     -f          When used, amc2mov will overwrite files without verification.

     -filter     Specifies the names of the filters to be applied when
                 the data is imported.  The filters must be in the active
                 list of the Maya device editor or an error will occur.
                 The order of the application of the filters will be left
                 to right.

     asf_file    The file that contains a skeleton's definition.

     amc_file    The file that contains motion capture data.

     fps         The frame rate of the motion capture data.  Values
                 are limited to Maya's frame rates of 15,24,30,48,
                 50 and 60.

     mel_file    The MEL script output file name.

     mov_file    The MOV data output file name.

EXAMPLES
     amc2mov human.asf walk.amc 30 walk.mel walk.mov

     amc2mov -filter "simplify" human.asf walk.amc 30 walk.mel walk.mov

     amc2mov -filter "euler simplify" human.asf walk.amc 30 walk.mel walk.mov

SEE ALSO
     asf2mel

AVAILABILITY
     The latest version of amc2mov is available via the world wide web at
     http://www.biomechanics-inc.com/.

     Bug reports and technical questions should be sent to
     support@biomechanics-inc.com.

CREDITS
     Written and maintained by Biomechanics, Inc.

     Maya is a trademark of Silicon Graphics.

