# VideoEditor **Repository Path**: lyl55lfx/VideoEditor ## Basic Information - **Project Name**: VideoEditor - **Description**: This is a library for processing video using FFmpeg. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-01-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VideoEditor ![homePage](image/home.png) ![clip-video](image/clip-video.png) ## FFmpeg编译环境 1. FFmpeg-3.4.4 2. NDK=android-ndk-r17b 3. Mac OS 10.15.2 ## 参考项目 1. [EpMedia](https://github.com/yangjie10930/EpMedia) 2. [EpMediaDemo](https://github.com/yangjie10930/EpMediaDemo) 3. [UGSVSDK](https://github.com/tencentyun/UGSVSDK) 4. [阿里云短视频SDK](https://help.aliyun.com/document_detail/53407.html?spm=a2c4g.11186623.6.1093.4cf023cft2fkKS) 5. [FFmpeg-Video-Editor-Android](https://github.com/bhuvnesh123/FFmpeg-Video-Editor-Android) 6. [ffmpeg-android-java](https://github.com/WritingMinds/ffmpeg-android-java) ## 参考文章 1. [Android NDK交叉编译FFmpeg](https://xch168.github.io/2018/07/22/android-ndk-ffmpeg-compile/) 2. [将FFmpeg编译成一个libffmpeg.so库](https://xch168.github.io/2018/08/04/android-ndk-compile-ffmpeg-to-a-so/) 3. [在Android项目中调用FFmpeg命令](https://xch168.github.io/2018/10/26/android-invoke-ffmpeg-cmd/) 4. [FFMpeg无损合并视频的多种方法](https://www.jianshu.com/p/a9bccc12229b) 5. [Android ffmpeg调试信息打印在logcat里](https://blog.csdn.net/u012027644/article/details/56666608) 6. [FFmpeg给视频添加水印](https://blog.csdn.net/lovelovelovelovelo/article/details/101457105) 7. [ffmpeg-给视频添加水印常用命令](https://www.jianshu.com/p/9b3375c2e2c1) 8. [ffmpeg —— 添加水印](https://www.cnblogs.com/zxqstrong/p/4595413.html) 9. [ffmpeg实现每秒截一张图](https://blog.csdn.net/zongyue_wang/article/details/81911196)