• Stars
    star
    259
  • Rank 153,856 (Top 4 %)
  • Language
    C
  • Created almost 11 years ago
  • Updated almost 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

android-ffmpeg-tutorial
android-ffmpeg-tutorial

This project contains 7 tutorials about how to write a video player on Android using ffmpeg. Each of the tutorial corresponds to one tutorial in https://github.com/chelyaev/ffmpeg-tutorial

MUST READ:
Before start coding the player, we will need to compile ffmpeg libraries for Android, please follow the instructions here: 
http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/

I'll update the project whenever a new tutorial is completed