Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roman10/android-ffmpeg-tutorial

android-ffmpeg-tutorial
https://github.com/roman10/android-ffmpeg-tutorial

Last synced: about 2 months ago
JSON representation

android-ffmpeg-tutorial

Awesome Lists containing this project

README

        

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