issues
search
membraneframework
/
membrane_core
The core of the Membrane Framework, multimedia processing framework written in Elixir
https://membrane.stream
Apache License 2.0
1.31k
stars
39
forks
source link
Research options for applying image overlay to video
#696
Closed
mat-hek
closed
10 months ago
mat-hek
commented
11 months ago
There are two major tasks here:
RGB <-> YUV conversion - that's not trivial because of different versions of YUV. Possibly we can use OpenCV or an Elixir wrapper over it. See
https://github.com/elixir-image/image/discussions/121
Applying the overlay - seems it can be done with the
Image
library
There are two major tasks here: