Simple video frame analyzer using Google's Mediapipe Image Embedding.
Detects scene change point per frame, with timestamp info.
This diagram is generated with Claude
- Clone this repository on your local environment
yong@ubuntu-server ~/ :$ git clone https://github.com/yymin1022/VideoFrameAnalyzer.git - Build APK with gradle, and install to your own device
yong@ubuntu-server ~/ :$ cd VideoFrameAnalyzer yong@ubuntu-server ~/VideoFrameAnalyzer/ :$ ./gradlew assembleDebug yong@ubuntu-server ~/VideoFrameAnalyzer/ :$ adb install app/build/outputs/apk/app-debug.apk


