Skip to content

vmd ファイルのデータを出力する Python スクリプト

License

Notifications You must be signed in to change notification settings

Ndgt/Output_vmd_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Output VMD data

Vocaloid Motion Data (.vmd) ファイルのデータをテキストファイルに出力する Python スクリプト。


Usage

readvmd.py の引数に、vmd ファイルのパスを指定してください。

python readvmd.py <vmd file path>

vmd_data.txt が同ディレクトリに出力され、そのファイルに vmd 内のデータが書き込まれます。


Note

  • vmd ファイルの仕様は、t_tetosuki様の ブログ から拝借しました

  • 各データは namedtuple に格納しています

    readvmd.py において、モーションデータや表情データにおける各フィールドのデータを取得したい場合は、vmdoutput() メソッドの第2引数に namedtuple ではなくその要素を渡してください。

About

vmd ファイルのデータを出力する Python スクリプト

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages