mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 05:13:53 +01:00
First pass at adding transcode support
This does a hard-coded audio encode to vorbis-in-ogg. In the long term, this should use encodebin and real encoding profiles.
This commit is contained in:
parent
efecef0a6c
commit
e915be9208
4 changed files with 131 additions and 0 deletions
8
jni/README.gst-sdk
Normal file
8
jni/README.gst-sdk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
* Get the GStreamer SDK for Android
|
||||
- http://docs.gstreamer.com/display/GstSDK/Installing+for+Android+development
|
||||
- user: test, pass: Jo6eem7e (these will go away once the SDK gets out of the
|
||||
beta stage)
|
||||
* Get the NDK
|
||||
* export GSTREAMER_SDK_ROOT_ANDROID=/path/to/unpacked/gstreamer/sdk
|
||||
* cd jni; <NDK path>/ndk-build
|
||||
* cd ..; Continue building as usual
|
||||
Loading…
Add table
Add a link
Reference in a new issue