# mixamo-cli **Repository Path**: mirrors_geowarin/mixamo-cli ## Basic Information - **Project Name**: mixamo-cli - **Description**: Batch convert a directory containing fbx mixamo animations files to gltf - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-17 - **Last Updated**: 2026-01-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mixamo-cli ## Install not published. Git clone and use npm link to install as a cli on your machine. ## Usage ``` mixamo-cli 1.0.0 Batch convert a directory containing fbx mixamo animations to gltf USAGE: mixamo-cli ./path/to/my/dir OPTIONS: -s, --scale Divide the export scale by an integer factor. Default is 100, which will export the model at 1/100 of its size. -i, --includeMain Include the main mesh animations (usually T-Pose and empty anim). Default is false. -o, --output Define the output path of the gltf. If omitted, the output will be generated in the current directory and its name will be based on the input path. -b, --binary Convert to glb instead of gltf dir must be a directory containing a bunch of fbx (animations) files and one mixamo character (as a fbx file). dir will not be recursively traversed, just one level deep. ```