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

Blend opacity #89

Open
idb- opened this issue Jul 21, 2017 · 1 comment
Open

Blend opacity #89

idb- opened this issue Jul 21, 2017 · 1 comment

Comments

@idb-
Copy link

idb- commented Jul 21, 2017

I'm trying to blend 2 videos together, but do not see any type of support for all_opacity. Am I overlooking something here? Basically I want to overlay 1 video ontop of another and i want the top video to be semi-transparent. Any tips?

@Casey-Bateman
Copy link
Contributor

The Blend Filter supports the c1_opacity, c0_opacity, c2_opacity, c3_opacity, all_opacity Options. That should cover that for you. https://github.com/hudl/HudlFfmpeg/blob/master/Hudl.FFmpeg/Filters/Blend.cs#L35

Also, if your top video has the transparency built in, you can just use the Overlay filter to achieve this.

Sorry for such a late reply

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

2 participants