JaadAndroid
Fork https://github.com/dant3/jaad. Add Android compatibility and support for reading GoPro Tags.
Install / Use
/learn @Qamar4P/JaadAndroidREADME
JaadAndroid
Fork from https://github.com/dant3/jaad and add Android compatibility and support for reading GoPro Tags. Only library for this purpose.
Used by
Access-C Android App by Leef-USA https://play.google.com/store/apps/details?id=com.leefco.leefaccess&hl=en
How to use
Download and add as a module in Android studio project. If you do not need, you can delete aac and adts packages to reduce size
From file:
GoProTagsBox tags = GoProUtil.getHilights(new RandomAccessFile(Environment.getExternalStorageDirectory().getAbsolutePath() + "/GOPR0175.MP4", "r"));
From url:
InputStream inputStream = new BufferedInputStream(new URL("http://localhost:6582?BRIDGE&%2FGOPR0175.MP4&GOPR0175.MP4&80898399").openConnection().getInputStream());
GoProTagsBox tags = GoProUtil.getHilights(inputStream);
stringBuilder.append("Count: "+tags.getCount());
if(tags.getHiLights() != null){
for (long l : tags.getHiLights()) {
stringBuilder.append("\nHiLight: "+l);
}
}
License
Public domain.
Everyone can used this library without any permision. Inherited condition may applied!
Hit star if this is useful for you. Thanks
Related Skills
openhue
351.2kControl Philips Hue lights and scenes via the OpenHue CLI.
sag
351.2kElevenLabs text-to-speech with mac-style say UX.
weather
351.2kGet current weather and forecasts via wttr.in or Open-Meteo
casdoor
13.3kAn open-source AI-first Identity and Access Management (IAM) /AI MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD
