appunite / AndroidFFmpeg

[DEPRECATED] FFmpeg build for android random architectures with example jni
Apache License 2.0
1.07k stars 471 forks source link

Are you planning to add video encoding support to your library? #40

Closed QuickBrownFoxy closed 9 years ago

QuickBrownFoxy commented 11 years ago

As per subject, Are you planning to add video encoding support to your library? Reason I am asking that I don't know C and an interface from within library would be good? Or any direction as to how to achieve it.

there are other ports of ffmpeg for Android but most of them does not compile or create one executable that can only run as cmd line app

mixaz commented 9 years ago

Have a look at this project: https://github.com/halfninja/android-ffmpeg-x264 and its forks (for later ffmpeg versions) - it builds ffmpeg into Android app, so you do not have a standalone executable ffmpeg file

jacek-marchwicki commented 9 years ago

@nolovelust nope, no plans at all

jacek-marchwicki commented 9 years ago

you but you can look on decoding code in ffmpeg examples