vbanurag / VideoClipEditViewTest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 78.2%Language:Kotlin 9.3%Language:GLSL 7.9%Language:C++ 4.1%Language:C 0.3%Language:CMake 0.1%Language:Objective-C 0.0%