docs.unity3d.com
    Show / Hide Table of Contents

    Rendering videos

    You can use Forma Render to create videos of your product. Different operating systems have different requirements to encode videos:

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

    Installing the default video encoder on Ubuntu

    To install the default video encoder on Ubuntu:

    1. In your terminal, enter sudo apt update.
    2. Enter sudo apt install vpx-tools.

    You can test that the encoder is installed by entering vpxenc into your terminal.

    Installing the default video encoder on MacOS

    To install the default video encoder on MacOS:

    1. If you don't have Homebrew installed, install it by following the directions on the Homebrew page.
    2. In your terminal, enter brew install libvpx.
    3. Enter brew edit libvpx. This command opens the libvpx.rb brew script file in your default text editor.
    4. Reopen the brew script file in another text editor of your choice for easier editing.
    5. Erase the line --disable-examples.
    6. Back in your terminal, enter brew reinstall --build-from-source libvpx.

    You can test that the encoder is installed by entering vpxenc into your 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