react-native-yz-vlcplayer
react-native-yz-vlcplayer copied to clipboard
Video Filter
Hello,
Has anyone ever managed to set a video filter like saturation or contrast?
Thank you.
I found out how to apply filters to an rtsp video with VLC desktop version, but I don't know which syntax to use to integrate it into react-native....
/Applications/VLC.app/Contents/MacOS/VLC --video-filter adjust --saturation 1.7 rtsp://(yourstream)
for linux:
vlc --video-filter adjust --saturation 1.7 rtsp://(yourstream)
Thanxs