일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
- c++ 정보은닉
- react-native
- C++
- GitHub
- 벡터와 리스트의 차이
- node
- 리액트 네이티브 맥
- react native 타입스크립트
- c++ using
- CSS
- react native
- react native typescript
- react native accessible
- 싸이월드
- react native mac
- react native ios 기기 연결
- 스탠실 버퍼 튜토리얼
- cyworld
- stencil buffer
- Expo
- node.js
- 스탠실 버퍼 시작
- react
- react native typescript navigation
- 스탠실 버퍼 사용
- 리액트 네이티브 설치 오류
- javascript
- unity stencil buffer
- react native typescript navigate
- html
- Today
- Total
혀니의 이거저거 뿌시기
유니티 경고 windowsvideomedia error unhandled color standard: 0 falling back to default this may result in rendering issues 본문
유니티 경고 windowsvideomedia error unhandled color standard: 0 falling back to default this may result in rendering issues
혀니리리 2023. 10. 12. 16:35WindowsVideoMedia error unhandled Color Standard 0??? : r/Unity3D (reddit.com)
From the Unity3D community on Reddit
Explore this post and more from the Unity3D community
www.reddit.com
여기 말에 따르면
우리가 불러온 mp4파일을 설정 변경해야하는데, sRGB는 끄고 override for standard한 뒤 transcord체크, codec을 vp8로 변경해야한다고 한다.
It's a problem with the "Auto Settings" for the selected Platforms (IE Default, Android, WebGL, Windows Universal).
Right click on all your selected videos, tick the 'Override box to access the Transcode, under Codec Change type to VP8. The Auto setting simply does not automatically find the best format which is why those error warnings occur.
Simply hit apply and all that will go away. Why use VP8? Because its cross platform supported and why the other two are even in there like the Hs' that don't reapply help with anything beats me.
Another thing to consider is to un-tick the sRGB box which is on by default. This is specific for the default Color Space 'Gamma' settings. I tend to use Linear anyways, so how you change that is Edit>Project Settings>Player and find the selection for Color Space.
'GAME ENGINE > Unity' 카테고리의 다른 글
Managers에 InputManager 집어넣어 event class 관리하기 (0) | 2022.09.04 |
---|---|
싱글톤 패턴 멋대로 해석 - 인프런 유니티 강의 (0) | 2022.09.03 |
unity stencil buffer 적용 방법 (0) | 2022.05.13 |
text mesh pro 사용법 (0) | 2022.01.19 |