All Projects → Zhaoss → Weixinrecordeddemo

Zhaoss / Weixinrecordeddemo

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Weixinrecordeddemo

Plotbitrate
FFProbe Bitrate Graph
Stars: ✭ 148 (-93.26%)
Mutual labels:  ffmpeg
Android Media Converter
Android open source media converter build on top of FFmpeg
Stars: ✭ 164 (-92.54%)
Mutual labels:  ffmpeg
Ffmpeg.js
Port of FFmpeg with Emscripten
Stars: ✭ 2,447 (+11.38%)
Mutual labels:  ffmpeg
Ffpb
A progress bar for ffmpeg. Yay !
Stars: ✭ 149 (-93.22%)
Mutual labels:  ffmpeg
Ffmediatoolkit
FFMediaToolkit is a cross-platform video decoder/encoder library for .NET that uses FFmpeg native libraries. It supports video frames extraction, reading stream metadata and creating videos from bitmaps in any format supported by FFmpeg.
Stars: ✭ 156 (-92.9%)
Mutual labels:  ffmpeg
Puppeteer Recorder
Record animations using puppeteer. Based on electron-recorder.
Stars: ✭ 169 (-92.31%)
Mutual labels:  ffmpeg
Downline
Free cross-platform desktop app to download videos and music from YouTube and many other sites
Stars: ✭ 146 (-93.35%)
Mutual labels:  ffmpeg
Gear360pano
Simple script to create equirectangular panorama by stitching images from Samsung Gear 360
Stars: ✭ 178 (-91.9%)
Mutual labels:  ffmpeg
Sgplayer
A powerful media play framework for iOS, macOS, and tvOS.
Stars: ✭ 1,974 (-10.15%)
Mutual labels:  ffmpeg
Homebridge Dafang
Homebridge Plugin for Xiaomi Dafang / Wyze Cam IP Camera => Hey Siri, Start Video Recording
Stars: ✭ 176 (-91.99%)
Mutual labels:  ffmpeg
Rtsptohttp Flv
使用JavaCV开发的rtsp流转http-flv流(rtmp已不支持)并进行推流的流媒体服务
Stars: ✭ 152 (-93.08%)
Mutual labels:  ffmpeg
Fastflix
FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP creation, and more!
Stars: ✭ 154 (-92.99%)
Mutual labels:  ffmpeg
Caincamera
CainCamera is an Android Project to learn about development of beauty camera, image and short video
Stars: ✭ 2,397 (+9.1%)
Mutual labels:  ffmpeg
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (-93.22%)
Mutual labels:  ffmpeg
Video Downloader Deploy
Video Downloaders (you-get, youtube-dl, annie) One-Click Deployment Batch. || 视频下载器 (you-get, youtube-dl, annie) 一键配置脚本。
Stars: ✭ 178 (-91.9%)
Mutual labels:  ffmpeg
Dlgplayer
A media player for iOS based on FFmpeg 4.0
Stars: ✭ 148 (-93.26%)
Mutual labels:  ffmpeg
Wallop
📺 A transcoding server for your HDHomeRun Prime
Stars: ✭ 165 (-92.49%)
Mutual labels:  ffmpeg
Jaffree
Java ffmpeg and ffprobe command-line wrapper
Stars: ✭ 184 (-91.62%)
Mutual labels:  ffmpeg
Autosubsync
Automatically synchronize subtitles with audio using machine learning
Stars: ✭ 179 (-91.85%)
Mutual labels:  ffmpeg
Online Video Editor
API based Online Video Editing using FFMPEG & NodeJs for Backend Editing
Stars: ✭ 176 (-91.99%)
Mutual labels:  ffmpeg

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拍照.

如果想了解实现思路, 这里有详细源码分析讲解

image image

本项目使用的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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].