Foto Master logo
Foto Master logo

All articles

How To Create AR AssetsUpdated 2 months ago

Hi everyone!

In this article, we will show you how to create Augmented Reality assets from .mov files, .webm files, and PNG sequences.


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 this tutorial:

AR Animations Content Production Tutorial


Was this article helpful?
Yes
No