LoginSignup
10
6

More than 5 years have passed since last update.

UnityのVideo Playerで使えるアルファチャンネル付き動画をAdobe Premiereで書き出す方法

Posted at

UnityのVideo Playerで使えるアルファチャンネル付き動画

UnityのVideoPlayerでサポートしているコーデックは、H.264+AACまたはVP8+Vorbisということで、アルファチャンネル付きの透過動画を扱いたい場合は、アルファチャンネル付きのVP8で書き出すのがほぼ唯一の選択肢です。

VP8はWebMコンテナで使われるコーデックですが、Adobe Premiereでは、デフォルトではWebMで書き出せないため、追加でWebMを扱うためのプラグインをインストールする必要があります。

手順

以下のサイトからPremiereでWebMを扱うためのプラグインをインストール

Premiereのエクスポート時に以下の設定を変更/確認

  • FormatでWebMを選択
  • Videoタブ->CodecでVP8を選択
  • Videoタブ->Include Alpha Channelにチェックを入れる
  • Audioタブ->CodecでVorbisを選択

Videoタブ
premiere_video.png

Audioタブ
premiere_audio.png

10
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
6