Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.47 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.47 KB

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