Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roman10/android-ffmpeg-tutorial
android-ffmpeg-tutorial
https://github.com/roman10/android-ffmpeg-tutorial
Last synced: 2 months ago
JSON representation
android-ffmpeg-tutorial
- Host: GitHub
- URL: https://github.com/roman10/android-ffmpeg-tutorial
- Owner: roman10
- Created: 2013-08-18T07:16:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-18T12:11:41.000Z (over 11 years ago)
- Last Synced: 2024-08-05T19:34:48.139Z (6 months ago)
- Language: C
- Size: 5.05 MB
- Stars: 259
- Watchers: 41
- Forks: 146
- Open Issues: 4
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
- awesome - android-ffmpeg-tutorial - android-ffmpeg-tutorial (etc)
- awesome - android-ffmpeg-tutorial - android-ffmpeg-tutorial (etc)
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