Skip to content
Matthew Ng edited this page Jul 20, 2015 · 15 revisions

Welcome to the VPlayer_lib wiki!

Here you will find ways to integrate FFmpeg into your Android application without much work. Please read instructions carefully.

Features and Changes

  • Able to compile with gcc 4.9+ toolchain and NDK r10e (32 or 64bit)
  • Updated with the newest versions of each library
  • Super easy way to compile FFmpeg from scratch without hassles
  • Fixes crashing issue when using the same video player for multiple videos (with or without subs)
  • Added a single build file to compile all dependencies without any need of commandline
  • Changed the Java library to easily integrate a video into a project
  • Added looping functionality

Libraries Used

  • FFmpeg: 2.6
  • x264: newest (July 2015)
  • freetype2: 2.6
  • libpng: 1.6.15
  • libass: 0.12.3
  • vo-aacenc: 0.1.3
  • vo-amrwbenc: 0.1.3
  • fribidi: 0.19.6
  • fdk-aac: 0.1.4
  • tropicssl: newest (July 2015)
  • libyuv: newest (July 2015)

Documentation

Compile Source

Clone this wiki locally