# VideoEditAndroid **Repository Path**: yue7/video-edit-android ## Basic Information - **Project Name**: VideoEditAndroid - **Description**: No description available - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-09-01 - **Last Updated**: 2022-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VideoEditAndroid #### 介绍 Fork自https://github.com/shaopx/VideoClipEditViewTest 1. 修复裁剪总是从0秒开始问题 2. 新增未裁剪、未设置特效时不做任何处理 3. demo裁剪修改为裁剪后继续设置特效 4. 抽离app模块为library,其他项目引用方便直接打包aar调用 # VideoClipEditViewTest 使用android原生的MediaExtractor,MediaCodec和opengl对视频进行编辑, 裁剪,滤镜, 特效等. 最近忙其他的了, 后续的视频录制功能可能不会跟进了. 唉! 生活不易! #### 功能点 1. 视频播放 (不使用ffmpeg) 2. 视频裁剪 3. 视频帧预览 4. 裁剪区间动态可选择. 5. 美颜滤镜 6. opengl特效. 特效叠加后视频生成 7. 摄像头预览时选择滤镜. --- 只支持L版本以上的手机 #### 使用 1. 必须是android 17 及以上版本 ![效果图](https://gitee.com/yue7/video-edit-android/raw/master/screensnap1.png) ![效果图](https://gitee.com/yue7/video-edit-android/raw/master/screensnap2.png) ## References And Special Thanks to * [Mp4Composer-android](https://github.com/MasayukiSuda/Mp4Composer-android) * [android-transcoder](https://github.com/ypresto/android-transcoder) * [android-transcoder Japanese blog](http://qiita.com/yuya_presto/items/d48e29c89109b746d000) * [android-gpuimage](https://github.com/CyberAgent/android-gpuimage) * [Android MediaCodec stuff](http://bigflake.com/mediacodec/) * [grafika](https://github.com/google/grafika) * [libstagefright](https://android.googlesource.com/platform/frameworks/av/+/lollipop-release/media/libstagefright) ## 一篇相关文章, 也算是视频工作的阶段总结 https://www.jianshu.com/p/cbebba28b12c