All Projects → chenzhihui28 → Videorecorderandcompressor

chenzhihui28 / Videorecorderandcompressor

视频录制 视频压缩(使用FFMpeg)Android Video Recorder/Video Compressor

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Videorecorderandcompressor

Ffmpeg Android
FFmpeg for Android compiled with x264, libass, fontconfig, freetype, fribidi and lame (Supports Android 4.1+)
Stars: ✭ 1,554 (+178.99%)
Mutual labels:  ffmpeg-android
VideoProcessingLibrary
The easiest library for video processing
Stars: ✭ 52 (-90.66%)
Mutual labels:  ffmpeg-android
NaraeAudioRecorder
AudioRecorder for Android powered by Kotlin
Stars: ✭ 82 (-85.28%)
Mutual labels:  ffmpeg-android
Kotlinffmpeg
Examples of using FFMpeg library on Android with Kotlin
Stars: ✭ 138 (-75.22%)
Mutual labels:  ffmpeg-android
Ffplayer
a video player based on ffmpeg for win32 and android platform.
Stars: ✭ 210 (-62.3%)
Mutual labels:  ffmpeg-android
libs-build-tool
Convenient and fast library building tools
Stars: ✭ 81 (-85.46%)
Mutual labels:  ffmpeg-android
Bzijkplayer
基于cmake构建的ijkPlayer
Stars: ✭ 23 (-95.87%)
Mutual labels:  ffmpeg-android
Ffmpeg Video Editor Android
Sample android project using ffmpeg for cutting and compressing video,reversing video,extracting image frames from video,extracting audio from video,add fade in fade out effect,create fast and slow motion video
Stars: ✭ 414 (-25.67%)
Mutual labels:  ffmpeg-android
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (-58.89%)
Mutual labels:  ffmpeg-android
FFmpeg-3.4-Android
This repository helps to compile FFmpeg 3.4 Version for Android using Android NDK Standalone Toolchain.
Stars: ✭ 23 (-95.87%)
Mutual labels:  ffmpeg-android
Ffmpeg Binary Android
FFmpeg Prebuilt Android
Stars: ✭ 167 (-70.02%)
Mutual labels:  ffmpeg-android
Ffmpeg Android Maker
Contains a script that assembles FFmpeg library for Android
Stars: ✭ 207 (-62.84%)
Mutual labels:  ffmpeg-android
SSffmpegVideoOperation
This is a library of FFmpeg for android... 📸 🎞 🚑
Stars: ✭ 261 (-53.14%)
Mutual labels:  ffmpeg-android
Xcvideocompressor
A Video compressor which use ffmpeg lib for Android App- Android 视频压缩器
Stars: ✭ 129 (-76.84%)
Mutual labels:  ffmpeg-android
Rxffmpeg
🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频裁剪,变声,混音,图片合成视频,视频解码图片,抖音首页,视频播放器及支持 OpenSSL https 等主流特色功能
Stars: ✭ 3,358 (+502.87%)
Mutual labels:  ffmpeg-android
Ffmpegandroidlibrary
One line integration for FFMPEG Library in Android
Stars: ✭ 88 (-84.2%)
Mutual labels:  ffmpeg-android
WhatTheCodec
A sample app that uses FFmpeg's shared libraries
Stars: ✭ 55 (-90.13%)
Mutual labels:  ffmpeg-android
Ffmpegandroid
最新版ffmpeg3.3-android,并通过CMake方式移植到Android中,并实现编解码,转码,推拉流,滤镜等各种功能
Stars: ✭ 526 (-5.57%)
Mutual labels:  ffmpeg-android
Ffmpeg Android Java
FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android
Stars: ✭ 3,098 (+456.19%)
Mutual labels:  ffmpeg-android
SaarFFmpeg
一个CSharp的FFmpeg库
Stars: ✭ 60 (-89.23%)
Mutual labels:  ffmpeg-android

VideoRecorderAndCompressor

#version 1.1 #works on 7.0 Video Recorder, also a video compressor using ffmpeg supports resolution selection, you can also modify the command to configure compress parameters(video resolution etc...). Internationalization will be done in a few days.

Use https://github.com/WritingMinds/ffmpeg-android-java to load ffmpeg library and execute compress command.

#初始版本 #7.0不能压缩的问题已解决 视频录制(支持录制分辨率选择)

视频压缩(使用FFMpeg)

使用了 http://writingminds.github.io/ffmpeg-android-java/ https://github.com/WritingMinds/ffmpeg-android-java 的ffmpeg的操作库用于加载ffmpeg的库以及执行命令。

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].