Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zhaoss/weixinrecordeddemo

仿微信视频拍摄UI, 基于ffmpeg的视频录制编辑
https://github.com/zhaoss/weixinrecordeddemo

android ffmpeg java video

Last synced: about 9 hours ago
JSON representation

仿微信视频拍摄UI, 基于ffmpeg的视频录制编辑

Awesome Lists containing this project

README

        

### v4.4 修复在某些手机上录制出的视频时间会变短(自动补帧)
### v4.3 使用libyuv库进行视频帧的旋转和镜像, 优化录制性能
### v4.0 更新ffmpeg库文件,适配target26以上版本,使用Camera源+MediaCodec编码录制视频和音频,优化编码速度
### v3.0 增加点击拍照功能, 优化项目结构
### v2.5 增加剪切时长功能, 优化交互
### v2.4 大幅优化, 使用前后摄像头拍摄视频时, 合成视频过慢的问题 (感谢@bertsir)
### v2.3 增加摄像头切换和闪光灯开启功能, 修复前置摄像头拍摄出来画面颠倒等bug

```
功能概括:

1.基于ffmpeg的视频分段拍摄及合成;

2.自定义拍摄按钮, 显示多段视频拍摄进度, 和删除视频段落模式;

3.自定义view, 实现手绘涂鸦;

4.自定义可触摸旋转缩放位移的表情文字view;

5.仿微信裁剪图片控件, 自定义View实现功能;

6.基于ffmpeg改变视频速度(加速或者减速);

7.基于ffmpeg裁剪视频宽高;

8.基于ffmpeg的图片和视频合成处理;

9.基于ffmpeg剪切视频时长.

10.基于ffmpeg拍照.
```

# [如果想了解实现思路, 这里有详细源码分析讲解](https://juejin.im/post/5d6ce742e51d456206115a5b)

![image](https://github.com/Zhaoss/WeiXinRecordedDemo/blob/master/Image/img1.png?raw=true)
![image](https://github.com/Zhaoss/WeiXinRecordedDemo/blob/master/Image/img2.png?raw=true)

### 本项目使用的ffmpeg库是LanSoEditor
* * *

# MIT License
Copyright (c) 2017 Zhaoss (
[email protected])

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.