ffmpeg
ffmpeg-android
This is for use with Android source tree, not NDK.
-
Cloning this repository:
git clone git://gitorious.org/~olvaffe/ffmpeg/ffmpeg-android.git ffmpeg-android cd ffmpeg-android
Add this repository as a remote to an existing local repository:
git remote add ffmpeg-android git://gitorious.org/~olvaffe/ffmpeg/ffmpeg-android.git git fetch ffmpeg-android git checkout -b my-local-tracking-branch ffmpeg-android/master_or_other_branch


