Skip to content

yymin1022/VideoFrameAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Frame Analyzer

Simple video frame analyzer using Google's Mediapipe Image Embedding.

Detects scene change point per frame, with timestamp info.

Project Overview

This diagram is generated with Claude

project_overview

Get Started

  1. Clone this repository on your local environment
    yong@ubuntu-server ~/ :$ git clone https://github.com/yymin1022/VideoFrameAnalyzer.git
  2. 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

Screenshots

Useful links

About

Simple video frame analyzer using Google's MediaPipe Image Embedding

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages

Generated from yymin1022/Useful_README