Native library for M4A metadata embedding using Bento4.
- Embed cover art in M4A files
- Add metadata (title, artist, album, year)
- High-performance native C++ implementation
- Android JNI interface
git submodule add https://github.com/Animetailapp/Coverart-Lib.git libs/coverartadd_subdirectory(libs/coverart)
target_link_libraries(your_target coverart)This library uses CMake and is designed to be built as part of an Android NDK project.
- Android NDK r21+
- CMake 3.18+
This library includes Bento4, which is licensed under the GPLv2 license. See bento4/README.md for more details.
- Bento4 - MP4/MPEG-4 Toolkit
- MetrolistGroup - Original Java implementation