Convert VideoView to Grayscale android java -


i know if there way convert video using videoview rgb gray without using external library (such opencv).

i didn't found it.

all found manipulate video before display him, using ffmpeg, using opencv don't need project or manipulation on surfaceview using opengl.

is there way manipulation directly on videoview?

update

i found solution problem, use library


Comments