Hello,
The Unity Documentation recommends the H.264 codec for most platforms and VP8 for linux. I used a video editing software to produce a .mp4 file using the H.264 codec, but when i render this clip to a Render Texture using a Video Player, it gives the warning;
‘Color primaries 0 is unknown or unsupported by WindowsMediaFoundation. Falling back to default may result in color shift. Library/Artifacts/c5/c55f837ec4109e5caeb424e542dd9703’
and then ignores the green colour channel in the result.
I assume this is a file format issue?
My video editing software is capable of exporting to a great many of extensions, so i was wondering what H.264 and VP8 extensions would be most optimal for the sake of compatibility?