Add-on for editing niconico-style game play video in Blender: running voiceroid for voice synthesizing, creating captions, insert tachie (standing character images).
ニコ動スタイルのゲームプレイ実況動画を作るためのblender addonだよ、SeikaCenter経由でvoiceroidを叩いたり、キャプションを生成したり、立ち絵を突っ込んだりできるよ。
There are no guarantee about backward compatibility.
破壊的変更をする可能性があるので使うときは気をつけてね。無保証だよ。
- セリフ関係
- voiceroidをSeikaCenter経由で叩いて、音声ファイルを生成し、blender内のsound sequenceを追加
- セリフからcaptionを生成して、blender内にimage sequenceを追加
- 立ち絵関係
- ワンクリックで立ち絵をinsert
- 倍速関係
- 倍速カットサポート
- 倍速してるsequenceを正しい長さにする
git clone
this repository- Run
./package.sh
- Install
kiritanify.zip
in your blender - Install following libraries:
pillow
- a.k.a PIL, for caption generation
pydub
- for signal processing
requests
- for http requests to seika center
- Run blender
Technically background: kiritanify uses SeikaCenter via HTTP protocol. Make sure your IP and local network settings.
- Install Kiritanify to blender
- Install SeikaCenter
- Run SeikaCenter with
HTTP機能
. - Update ip address and user info in
SeikaCenterSetting
inKiritanify
pane in blender.