TheWidlarzGroup / react-native-video

A <Video /> component for react-native
https://docs.thewidlarzgroup.com/react-native-video/
MIT License
7.2k stars 2.9k forks source link

mp4 video is brighter color in iOS 16 simulator only #2862

Open fitouch opened 2 years ago

fitouch commented 2 years ago

Bug

Platform

iOS

Environment info

Library version: 6.0.0-alpha.3

Steps To Reproduce

  1. mp4 video is brighter color in iOS 16 simulator only
freeboub commented 2 years ago

Thank you for the report, but I don't think anybody will investigate this issue ad it is an emulator issue ... Can you provide a link to the video ? Or is it happening on all mp4 ? To investigate I think you should test on a standalone avplayer first...

ZukaGap commented 2 years ago

I have same issue before iOS 16 It's works fine

tbergeron commented 1 year ago

The same happens on device. For example I have this color #FF6666 in a video and when it's being played I see #f3576a which is a totally different color. Why would that even happen?

ToshKoevoets commented 1 year ago

Im also running into it, seems to be videos recorded with iphones.

It's also on "real" devices an issue.

I've enabled the following for those videos.

filterEnabled={true} filter={FilterType.FADE}

Which looks better, but not ideal

samiullah452 commented 1 year ago

Anyone able to solve it?