android-ffmpeg


Source link: https://github.com/guardianproject/android-ffmpeg

 This is a new android-ffmpeg project since it seems there were so many different ways of doing it, it was confusing.  So here is my clean, easily changeable, static ffmpeg creator for Android.  The result is a single 'ffmpeg' that is statically linked, so its the only file you need.  setup -----
1. Install the Android NDK r8 or newer  2. On Debian/Ubuntu, run: apt-get install yasm bash patch make gawk
  (If you are on older releases of Debian/Ubuntu/Mint, like Debian/squeeze,
  then you will need to get newer versions of the packages automake,
  autotools-dev, and libtool.  You can download these from testing and
  manually install them. These are needed to provide the newest version
  of config.guess and config.sub, which only recently got Android support)
building --------  cd android-ffmpeg git submodule init git submodule update NDK_BASE=/path/to/android-ndk  ./configure_make_everything.sh  That should give you command line binary ffmpeg/ffmpeg, which is the only file you should need.
Note: the 'make' build is setup to work with the Android NDK r8e. If you are using an older version, or you are using the 32-bit NDK on a 64-bit system, then you might need to set some variables manually as part of the command line.  For example, using the 32-bit NDK on a 64-bit system:

NDK_PROCESSOR=x86 ./configure_make_everything.sh
Or using an older compiler version:

NDK_COMPILER_VERSION=4.4.3 ./configure_make_everything.sh
customizing -----------  If you want to change which coders, decoders, muxers, filters, etc that are included, edit configure_ffmpeg.sh and add/substract what you want.
sources of inspiration ----------------------  https://github.com/mconf/android-ffmpeg https://github.com/halfninja/android-ffmpeg-x264 https://github.com/guardianproject/SSCVideoProto http://wiki.multimedia.cx/index.php?title=FFmpeg_filter_howto
testing -------  # embedding metadata into a matroska video /data/local/ffmpeg -y -i test.mp4 \
  -attach attach.txt -metadata:s:2 mimetype=text/plain \
  -acodec copy -vcodec copy testattach.mkv  # video redact only ./ffmpeg/ffmpeg -y -i test.mp4 \
  -filter:v redact=redact_unsort.txt \
  -acodec copy \
  output-test-vf_redact.mp4  # audio redact only /data/local/ffmpeg -i test.mp4 -t 10 \
  -filter:a aredact=aredact_unsort.txt \
  -acodec aac  -b:a 32k -strict experimental \
  -y output-test-af_aredact.mp4  # redact audio and video /data/local/ffmpeg -i test.mp4 \
  -af aredact=aredact_unsort.txt \
  -vf redact=redact_unsort.txt \
  -acodec aac  -b:a 32k -strict experimental \
  -vcodec libx264 \
  -y output-test-redact.mp4  # tweaking h264 output settings ./ffmpeg \
  -i sscvideoproto_nexuss_high_quality_2_3_3.mp4 \
  -acodec copy \
  -vcodec libx264 -b:v 1000k -an -f mp4 \
  -y /tmp/output.mp4  # drawtext test ./ffmpeg \
  -i test.mp4 \
  -fflags +genpts -t 600 -r 8 -s 640x480 \
  -vf drawtext="fontfile=DejaVuSans.ttf:x=70:y=455: \ text='\%H\:\%M\:\%S | \%a \%d/\%b/\%Y | S500ATV | camera 0': \ fontcolor=0xFFFFFFFF:fontsize=18: \ shadowcolor=0x000000EE:shadowx=1:shadowy=1" \
  -b:v 1500000 -r 8 \
  -acodec copy \
  -y video_file.mp4 

Resources

This project gives more control over implicit intents creation and the way it is presented.

Easy and simple implementation of PieChart with Scatter.

Finger print authentication helper is an android library to simplify the authentication with finger print process. This will provide a common platform for finger print authentication for all the android versions.

This repository is a code generator for Android. By using it, you can generate java codes to read/write sqlite from an existing sqlite file.

Features:

  1. Generate map objects
  2. Generate API to read/write sqlite
  3. API based on SQLiteOpenHelper
  4. Light, expandable and pluggable

Easy implementation of RecyclerView with headers and items.

RxJava binding APIs for Firebase Android SDK.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes