docs.unity3d.com
    Show / Hide Table of Contents

    Video Rendering

    Forma Render lets you create videos of your Products in the Stages and Domes in the Stages Gallery.

    • On Windows, Forma Render's reference MP4 encoder (MFYUVToH264.exe) is included. It will be used by default.
    • On Ubuntu and MacOS you must manually install the royalty-free VP8 & VP9 reference encoder vpxenc.

    How to install the default video encoder on Ubuntu

    Type the following commands in a terminal:

    • sudo apt update
    • sudo apt install vpx-tools

    Test that the encoder is present by running vpxenc in the terminal.

    How to install the default video encoder on MacOS

    Type the following commands in a terminal:

    • brew install libvpx
    • brew edit libvpx (this will open the libvpx.rb brew script in your default text editor, often vim. Note the file path and reopen it for editing in another text editor of your choice)

    Erase the line --disable-examples from the libvpx.rb script file (at the time of this writing, on line 23).

    Type the following command in a terminal:

    • brew reinstall --build-from-source libvpx

    Test that the encoder is present by running vpxenc in the terminal.

    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023