Skip to content

vbanurag/VideoClipEditViewTest

 
 

Repository files navigation

VideoClipEditView

This is forked repo and translated in english

Use Android's native MediaExtractor, MediaCodec and opengl to edit, crop, filter, special effects, etc.

Function points

  1. Video playback (without ffmpeg)
  2. Video cropping
  3. Video frame preview
  4. The crop interval is dynamically selectable.
  5. Beauty Filter
  6. opengl special effects. Video generation after special effects overlay
  7. Select the filter during camera preview. --- Only supports phones with L version and above

Use

  1. Must be android 17 and above

Effect map 效果图

References And Special Thanks to

A related article, can also be regarded as the stage summary of video work

https://www.jianshu.com/p/cbebba28b12c

Original Repo

https://github.com/shaopx/VideoClipEditViewTest

About

Use Android's native MediaExtractor, MediaCodec and opengl to edit video, crop, filter, special effects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 78.3%
  • Kotlin 9.3%
  • GLSL 7.9%
  • C++ 4.1%
  • C 0.3%
  • CMake 0.1%