Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Unity 2021.3 LST errors with Mp4 with correct codecs, how to solve?

Discussion in 'Audio & Video' started by greatUnityGamer, Dec 4, 2022.

  1. greatUnityGamer

    greatUnityGamer

    Joined:
    Aug 11, 2013
    Posts:
    182
    My videos are AAC audio and H.264 video i dont know what to do to make them not error
    The error is
    Code (CSharp):
    1. WindowsVideoMedia error unhandled Color Standard: 0  falling back to default this may result in rendering issues
    2. UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
    What can i do? Does mp4 video just not work in this version?
     
  2. The_Island

    The_Island

    Unity Technologies

    Joined:
    Jun 1, 2021
    Posts:
    502
    The "WindowsVideoMedia error unhandled color standard: 0" warn that the video file doesn't specify its color standard and we took a guess and chose BT.709 as it is the most popular. In Unity, we support BT.601 and BT.709. For most users, it is not an issue. So you can still use it without problem but if you see the video doesn't have the right color, insert the color standard inside your mp4 during encoding