Mikhail Mikhailov
Mikhail Mikhailov
@ruha9005 could you provide me resolved project code please? I wasted the whole day to finding a solution to downgrade to 1.7
root CmakeLists.txt should contain CMAKE_CXX_FLAGS with `${CMAKE_CXX_FLAGS}` flag in it. Like this: `set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -frtti -std=gnu++11 -D_CGE_USE_FFMPEG_ -DDEBUG -DANDROID_NDK -DCGE_TEXTURE_PREMULTIPLIED=1 -D__STDC_CONSTANT_MACROS -D_CGE_DISABLE_GLOBALCONTEXT_ -O3 -ffast-math -D_CGE_ONLY_FILTERS_")`
Sorry to bother you again, asking for your help: could you show a test case using a filter where the blending of the two videos takes place please? I was...
I made a new attempt to achieve the desired effect, but still no luck. @wysaid please, help me out. All work was at classes: 1. https://github.com/netherpyro/android-gpuimage-plus/blob/textureid/library/src/main/java/org/wysaid/view/ExtractMpegFrames.java 2. https://github.com/netherpyro/android-gpuimage-plus/blob/textureid/library/src/main/java/org/wysaid/view/VideoPlayerGLSurfaceView.java 3. https://github.com/netherpyro/android-gpuimage-plus/blob/textureid/library/src/main/java/org/wysaid/common/SharedContext.java
Finally I've figured out why got error above: filter's blended texture should be in GL_TEXTURE_2D instead of GL_TEXTURE_EXTERNAL_OES target. Thank for your attention to issue! I'd be more happy if...