Capture a photo in specified duration, then make these photo as video. This app makes long duration changing view to tiny duration video, for example, record 1 hours sundowning view as 1-minute video
- encode lapse video using ffmpeg
- c++ 11 code crosplatform for iOS and Android.
- Use djinni generates JNI and ObjectC++ bridge code.
- Multi-thread programming base on libuv.
iOS alread released on Appstore android not yet
I shared the process in below page https://github.com/oldmannt/build_x264_ffmpeg_ios_android
make djinni
generate C++, objective-C, and Jave interface from djinni files
make mac_proj
generate gtest mac xcode project, unit test for C++ code
make ios_proj
generate ios xcode project
make android_proj
generate android.mk, but I didn't use it, I prefer cmake in Android Studio