I have a little problem with importing short video to the Unity. I try to play my video with VideoPlayer Component, but I always get shitty quality. Unity always converts my videos to OGV. In the same time, I have to set codec version to vp8 so it will work on all machines (with other codes we had issues of build crashing because of lack of codec). You can check out my import settings on the picture:
Does anybody have any idea how I should approach this problem?
(Unity version 2018.1.9f2)
Not in my case. I’m using an MP4 originally rendered as an image sequence in 3ds Max, which was then sent to Vegas for MP4 encoding using 1080p web quality settings. The original looked great, but in Unity’s video player it was compressed and pixelated. After running it through Handbrake, nothing changed. What finally worked for me was transcoding it in Unity to H264 or H265 at the high quality settings.
Well, there are lots of reasons due to which video quality reduce after compressing the size of the file. Here on google, i have found an article on a v**ideo compressing guide** to reduce the size of the file in HD quilty hope it helps you.