ffmpeg-android

授权协议 View license
开发语言 SHELL
所属分类 应用工具、 终端/远程登录
软件类型 开源软件
地区 不详
投 递 者 阮阳曦
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

FFmpeg-Android

  • FFmpeg for Android compiled with x264, libass, fontconfig, freetype and fribidi
  • Supports Android L
  • FFmpeg Android Library

Supported Architecture

  • armv7
  • armv7-neon
  • x86

Instructions

  • Set environment variable
    1. export ANDROID_NDK={Android NDK Base Path}
  • Run following commands to compile ffmpeg
    1. sudo apt-get --quiet --yes install build-essential git autoconf libtool pkg-config gperf gettext yasm python-lxml
    2. ./init_update_libs.sh
    3. ./android_build.sh
  • To update submodules and libraries you can use ./init_update_libs.sh command
  • Find the executable binary in build directory.
  • If you want to use FONTCONFIG then you need to specify your custom fontconfig config file (e.g - "FONTCONFIG_FILE=/sdcard/fonts.conf ./ffmpeg --version", where /sdcard/fonts.conf is location of your FONTCONFIG configuration file).
  • You can also download prebuilt-binaries (Releases > Downloads > prebuilt-binaries[zip|tar.gz]).

License

check files LICENSE.GPLv3 and LICENSE

HIRE US

Get in touch with us - http://www.writingminds.com

  • 首先需要去FFmpeg的官网http://www.ffmpeg.org/去下载FFmpeg的源码,目前的版本号为FFmpeg3.3(Hilbert)。 下载的文件为压缩包,解压后得到ffmpeg-3.3目录。 修改ffmpeg-3.3的configure文件: # 原来的配置内容: SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)' LIB_INSTALL

  • https://github.com/yixia/FFmpeg-Android 环境篇 1、下载FFmpeg-Android 2、安装git 3、安装Android ndk 4、安装ccache(这个不装会哭的,我编译了半小时,突然说ccache command not found,吐血) 命令篇 5、$ export ANDROID_NDK=/path/to/your/android-ndk 6

  • https://github.com/yixia/FFmpeg-Android 1、下载FFmpeg-Android 2、安装git 3、安装Android ndk 4、安装ccache 5、$ export ANDROID_NDK=/path/to/your/android-ndk 6、$ ./FFmpeg-Android.sh ccache 安装参考:http://www.47ak.com/a

  • ffmpeg_android/ ffmpeg_android/.classpath ffmpeg_android/.project ffmpeg_android/AndroidManifest.xml ffmpeg_android/assets/ ffmpeg_android/bin/ ffmpeg_android/bin/classes.dex ffmpeg_android/bin/com/ f

 相关资料
  • android ffmpeg 项目中包含着一个清晰、容易改变、静态的 Android FFmpeg Creator。是用于为Android构建自定义ffmpeg二进制文件的系统 安装: 1.安装Android NDK r8或更高版本 2.在Debian / Ubuntu上,运行:apt-get install yasm bash patch make gawk     (如果您使用的是Debian

  • Fmpeg 是领先的多媒体框架,能够解码、编码、转码、混合、解密、流媒体、过滤和播放人类和机器创造的几乎所有东西。它支持最晦涩的古老格式,直到最尖端的格式。无论它们是由某个标准委员会、社区还是公司设计的。它还具有高度的便携性。 FFmpeg 可以在 Linux、Mac OS X、Microsoft Windows、BSDs、Solaris 等各种构建环境、机器架构和配置下编译、运行,并通过测试基础

  • FFmpeg for Android 是可通过 Android NDK 直接在 Android 源码环境下编译的 ffmpeg 库。

  • 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 thi

  • ffmpeg-php提供一组易于使用,面向对象的API来访问和读取视频和音频文件中的信息。它包含能够从电影文件中获取画面来作为图片的方法。这个功 能非常适合于从电影文件自动创建缩略图。ffmpeg-php对于读取音频文件(mp3,wma...)的播放时间和速度等信息也非常好用的。 ffmpeg-php支持很多种视频格式包括:mov,avi,mpg,wmv等等。

  • Laravel FFMpeg This package provides an integration with FFmpeg for Laravel 6.0 and higher. Laravel's Filesystem handles the storage of the files. Launcher �� Hey! We've built a Docker-based deploymen