Hi everyone!
In this article, we will show you how to create Augmented Reality assets from .mov files, .webm files, and PNG sequences.
TABLE OF CONTENTS
From WEBM to MOV Export
For this, you will need to have FFMPEG installed.
webm that is encoded with vp8:
ffmpeg -c:v libvpx -i in.webm -r 30 -c:v prores_ks -pix_fmt yuva444p10le out.mov
webm that is encoded with vp9
ffmpeg -c:v libvpx-vp9 -i in.webm -r 30 -c:v prores_ks -pix_fmt yuva444p10le out.mov
SWF via PNG sequence
For this, you will need to use Adobe After Effects:
MOV to AVI to FLV export
For this, you will need to use Adobe After Effects:
Once you have all of your assets ready you can use them and create your own AR animations! for more information on how to do that you can find in this tutorial:
AR Animations Content Production Tutorial