All Projects → Khang-NT → Ffmpeg Binary Android

Khang-NT / Ffmpeg Binary Android

FFmpeg Prebuilt Android

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Ffmpeg Binary Android

VideoProcessingLibrary
The easiest library for video processing
Stars: ✭ 52 (-68.86%)
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 (+1755.09%)
Mutual labels:  ffmpeg-android
Bzijkplayer
基于cmake构建的ijkPlayer
Stars: ✭ 23 (-86.23%)
Mutual labels:  ffmpeg-android
libs-build-tool
Convenient and fast library building tools
Stars: ✭ 81 (-51.5%)
Mutual labels:  ffmpeg-android
NaraeAudioRecorder
AudioRecorder for Android powered by Kotlin
Stars: ✭ 82 (-50.9%)
Mutual labels:  ffmpeg-android
Ffmpegandroid
最新版ffmpeg3.3-android,并通过CMake方式移植到Android中,并实现编解码,转码,推拉流,滤镜等各种功能
Stars: ✭ 526 (+214.97%)
Mutual labels:  ffmpeg-android
Ffplayer
a video player based on ffmpeg for win32 and android platform.
Stars: ✭ 210 (+25.75%)
Mutual labels:  ffmpeg-android
Xcvideocompressor
A Video compressor which use ffmpeg lib for Android App- Android 视频压缩器
Stars: ✭ 129 (-22.75%)
Mutual labels:  ffmpeg-android
Rxffmpeg
🔥💥RxFFmpeg 是基于 ( FFmpeg 4.0 + X264 + mp3lame + fdk-aac + opencore-amr + openssl ) 编译的适用于 Android 平台的音视频编辑、视频剪辑的快速处理框架,包含以下功能:视频拼接,转码,压缩,裁剪,片头片尾,分离音视频,变速,添加静态贴纸和gif动态贴纸,添加字幕,添加滤镜,添加背景音乐,加速减速视频,倒放音视频,音频裁剪,变声,混音,图片合成视频,视频解码图片,抖音首页,视频播放器及支持 OpenSSL https 等主流特色功能
Stars: ✭ 3,358 (+1910.78%)
Mutual labels:  ffmpeg-android
Android Video Trimmer
Android-Video-Trimmer项目实现了对长短视频进行片段的裁剪选择。使用MediaMetadataRetriever获取视频帧,采用ffmpeg进行视频裁剪,和视频压缩。
Stars: ✭ 824 (+393.41%)
Mutual labels:  ffmpeg-android
SSffmpegVideoOperation
This is a library of FFmpeg for android... 📸 🎞 🚑
Stars: ✭ 261 (+56.29%)
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 (-86.23%)
Mutual labels:  ffmpeg-android
Videorecorderandcompressor
视频录制 视频压缩(使用FFMpeg)Android Video Recorder/Video Compressor
Stars: ✭ 557 (+233.53%)
Mutual labels:  ffmpeg-android
WhatTheCodec
A sample app that uses FFmpeg's shared libraries
Stars: ✭ 55 (-67.07%)
Mutual labels:  ffmpeg-android
Ffmpegandroidlibrary
One line integration for FFMPEG Library in Android
Stars: ✭ 88 (-47.31%)
Mutual labels:  ffmpeg-android
Fanplayer
A portable video player based on ffmpeg for windows and android platform.
Stars: ✭ 229 (+37.13%)
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 (+147.9%)
Mutual labels:  ffmpeg-android
Kotlinffmpeg
Examples of using FFMpeg library on Android with Kotlin
Stars: ✭ 138 (-17.37%)
Mutual labels:  ffmpeg-android
Ffmpeg Android
FFmpeg for Android compiled with x264, libass, fontconfig, freetype, fribidi and lame (Supports Android 4.1+)
Stars: ✭ 1,554 (+830.54%)
Mutual labels:  ffmpeg-android
Ffmpeg Android
FFMpeg/FFprobe compiled for Android
Stars: ✭ 592 (+254.49%)
Mutual labels:  ffmpeg-android

Android Arsenal

Prebuilt FFmpeg Android

This repo contains build scripts to build FFmpeg executable binary for Android and also publish prebuilt files here. There are two build flavors: FULL and LITE

  • LITE is a version that optimized binrary size, so it only includes small set features to work with most commom formats and codecs.
    • ABI and android version supported:
      • armeabi (Android 16+)
      • armeabi-v7a, armeabi-v7a-neon, (Android 16+)
      • x86 (Android 16+)
      • arm64-v8a (Android 21+)
      • x86_64 (Android 21+)
      • mips (Android 16+) (No longer support)
      • mips64 (Android 21+) (No longer support)
    • Addition libraries: libmp3lame, libshine, libopus, libvorbis
  • FULL is a version compiled full FFmpeg feature, include https support protocol.
    • ABI and android version supported:
      • armeabi (Android 21+)
      • armeabi-v7a, armeabi-v7a-neon, (Android 21+)
      • x86 (Android 21+)
      • arm64-v8a (Android 21+)
      • x86_64 (Android 21+)
    • Include libraries in LITE version, plus with: libfdk-aac (non-free), libx264, openssl (thanks to leenjewel/openssl_for_ios_and_android)

Download

Latest build: Latest build

Build

Prerequisites:

  • Android NDK r15
  • export NDK=path/to/android-ndk

Build:

export NDK=path/to/android-ndk
cd build_scripts

FLAVOR=full       # or "lite"
TARGET=armv7-a    # Support targets: "arm", "armv7-a", "arm-v7n", "arm64-v8a", "i686", "x86_64"
BUILD_DIR=$(pwd)/build_dir
FINAL_DIR=$(pwd)/final/$TARGET

./build_ffmpeg.sh $TARGET $FLAVOR $BUILD_DIR $FINAL_DIR

The ffmpeg binary should in folder $FINAL_DIR/$TARGET/$FLAVOR/ffmpeg after build succeed.

References

FFmpeg license

This software uses code of FFmpeg licensed under the LGPLv2.1 and its source can be downloaded here.

App using this repo:

MediaConverterAndroid
Media Converter Android:

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