wysaid / android-gpuimage-plus

Android Image & Camera Filters Based on OpenGL.
MIT License
1.82k stars 476 forks source link

Saving Applied filtered video & Rotating the video #249

Open mdlalit opened 7 years ago

mdlalit commented 7 years ago

I'm having an issue regarding saving the video with the filter when using the VideoGLSurfaceView. There is no option to save the video when using VideoView but I can record video with the live filters. Can you please help me out in saving the video with filters applied with VideoView.

Also, there is one thing I need is to rotate the video orientation and save that video with that orientation. If I cannot save the video with the help of VideoGlSurfaceView then applying filters option for this view is useless.

Thanks.

wysaid commented 7 years ago

I'm having an issue regarding saving the video with the filter when using the VideoGLSurfaceView. There is no option to save the video when using VideoView but I can record video with the live filters. Can you please help me out in saving the video with filters applied with VideoView.

Please take a look at the simple demo case.

Also, there is one thing I need is to rotate the video orientation and save that video with that orientation.

See https://github.com/wysaid/android-gpuimage-plus/issues/121