Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video Filter #58

Open
StevenB45 opened this issue Sep 3, 2019 · 1 comment
Open

Video Filter #58

StevenB45 opened this issue Sep 3, 2019 · 1 comment

Comments

@StevenB45
Copy link

Hello,

Has anyone ever managed to set a video filter like saturation or contrast?

Thank you.

@StevenB45
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant