HEVC container (.mov) video player with real-time SEI metadata extraction and display
- SEI Metadata Extraction
- Unregistered User Data (0x05): Frame-synchronized display
- Timecode (0x88): Human-readable format (HH:MM:SS:FF)
- Container Metadata: View container-level metadata in console or export
- Export Functionality: Download all extracted SEI metadata as JSON
- Keyboard Shortcuts:
SpaceorK: Play/PauseArrow LeftorJ: Previous frameArrow RightorL: Next frame
- Video Playback: Native .mov file support with HEVC codec
- Frame-by-frame Navigation: Step through frames to inspect metadata
- Real-time Overlay: Optional metadata overlay during playback
- Zoom and Pan: Open a separate window to zoom and pan the video frame
- Install nvm with
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/master/install.sh | bash - Install the latest version of node with
nvm install node
npm installto install dependencies in the project root directorynpm run devto start the development server in the project root directory