JayH5 / android-ffmpeg-cmdline

Command-line ffmpeg for android (based on https://github.com/guardianproject/android-ffmpeg-java)
69 stars 27 forks source link

android-ffmpeg-cmdline

Command-line ffmpeg for android (very loosely based on https://github.com/guardianproject/android-ffmpeg-java). This implementation has a number of (fairly severe) issues (see 'Other notes') but for a quick-and-dirty application of ffmpeg it may be useful.

![Demo screen](/screenshots/2013-04-01 00.44.25.png)

Included in this repo is:

  1. A build script for ffmpeg for Android (build.sh)

  2. Prebuilt static library of ffmpeg for Android (res/raw/ffmpeg)

  3. The Java wrapper for the ffmpeg static library, which is really just a wrapper for access to the commandline through Java's Process class.

  4. A demo app. The screenshot should explain everything. (Requires Android 2.3)

About this ffmpeg build:

Other notes: