All Projects → WritingMinds → Ffmpeg Android Java

WritingMinds / Ffmpeg Android Java

Licence: gpl-3.0
FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android

Programming Languages

java
68154 projects - #9 most used programming language
Makefile
30231 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Ffmpeg Android Java

Rxffmpeg
🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频裁剪,变声,混音,图片合成视频,视频解码图片,抖音首页,视频播放器及支持 OpenSSL https 等主流特色功能
Stars: ✭ 3,358 (+8.39%)
Mutual labels:  ffmpeg, ffmpeg-android
VideoProcessingLibrary
The easiest library for video processing
Stars: ✭ 52 (-98.32%)
Mutual labels:  ffmpeg-wrapper, ffmpeg-android
Ffmpeg Android Maker
Contains a script that assembles FFmpeg library for Android
Stars: ✭ 207 (-93.32%)
Mutual labels:  ffmpeg, ffmpeg-android
eloquent-ffmpeg
High-level API for FFmpeg's Command Line Tools
Stars: ✭ 71 (-97.71%)
Mutual labels:  ffmpeg, ffmpeg-wrapper
FFmpeg-3.4-Android
This repository helps to compile FFmpeg 3.4 Version for Android using Android NDK Standalone Toolchain.
Stars: ✭ 23 (-99.26%)
Mutual labels:  ffmpeg, ffmpeg-android
Ffscreencast
ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
Stars: ✭ 1,625 (-47.55%)
Mutual labels:  ffmpeg, ffmpeg-wrapper
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (-92.61%)
Mutual labels:  ffmpeg, ffmpeg-android
Ffmpeg Android
FFMpeg/FFprobe compiled for Android
Stars: ✭ 592 (-80.89%)
Mutual labels:  ffmpeg, ffmpeg-android
reisen
A simple library to extract video and audio frames from media containers (based on libav).
Stars: ✭ 41 (-98.68%)
Mutual labels:  ffmpeg, ffmpeg-wrapper
SaarFFmpeg
一个CSharp的FFmpeg库
Stars: ✭ 60 (-98.06%)
Mutual labels:  ffmpeg-android, android-ffmpeg
Ffmpegandroidlibrary
One line integration for FFMPEG Library in Android
Stars: ✭ 88 (-97.16%)
Mutual labels:  ffmpeg, ffmpeg-android
AndroidFFmpeg
FFmpeg命令在Android中的使用
Stars: ✭ 28 (-99.1%)
Mutual labels:  ffmpeg, android-ffmpeg
Bzijkplayer
基于cmake构建的ijkPlayer
Stars: ✭ 23 (-99.26%)
Mutual labels:  ffmpeg, ffmpeg-android
Kotlinffmpeg
Examples of using FFMpeg library on Android with Kotlin
Stars: ✭ 138 (-95.55%)
Mutual labels:  ffmpeg, ffmpeg-android
Android Video Trimmer
Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩。
Stars: ✭ 824 (-73.4%)
Mutual labels:  ffmpeg, ffmpeg-android
Ffplayer
a video player based on ffmpeg for win32 and android platform.
Stars: ✭ 210 (-93.22%)
Mutual labels:  ffmpeg, 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 (-86.64%)
Mutual labels:  ffmpeg, ffmpeg-android
Ffmpegandroid
最新版ffmpeg3.3-android,并通过CMake方式移植到Android中,并实现编解码,转码,推拉流,滤镜等各种功能
Stars: ✭ 526 (-83.02%)
Mutual labels:  ffmpeg, ffmpeg-android
WhatTheCodec
A sample app that uses FFmpeg's shared libraries
Stars: ✭ 55 (-98.22%)
Mutual labels:  ffmpeg-android, android-ffmpeg
NaraeAudioRecorder
AudioRecorder for Android powered by Kotlin
Stars: ✭ 82 (-97.35%)
Mutual labels:  ffmpeg, ffmpeg-android

FFmpeg-Android-Java Build Status Android Arsenal

Join the chat at https://gitter.im/hiteshsondhi88/ffmpeg-android-java

About

FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android

These are two basic methods of this library:

  • loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedException
  • execute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException

For examples and usage instructions head over to:

Supported Architecture

  • armv7
  • armv7-neon
  • x86

Sample

http://i.imgur.com/cP4WhLn.gif

JavaDoc

License

  • Check file LICENSE.GPLv3 and Make sure to follow the licensing terms and conditions of the project and the software used to build the project.

HIRE US

Bitdeli Badge

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