Search Unity

How to set quality level?

Discussion in 'Unity Everyplay' started by User340, Oct 11, 2017.

  1. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    How do you set the quality level of the video file?
     
  2. Nkon

    Nkon

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    65
    Hi there,

    the quality of the recordings is set automatically by the SDK. It depends on the device’s capabilities and the amount of free storage space.

    There's also an experimental command Everyplay.SetMotionFactor(int). The minimum and default value is 2, while 4 is the maximum. Using 4 will result in roughly double the bitrate for the recordings.

    -Niko
     
  3. User340

    User340

    Joined:
    Feb 28, 2007
    Posts:
    3,001
    Thanks