Documentation ¶
Overview ¶
Package SeraphimUtils provides a collection of functions for working with images and videos.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetExifData ¶
Gets the exif data from an image
func ImageToBase64 ¶
Converts an image to a base64 string
func VideoSceneDetection ¶
func VideoSceneDetection(path string, thumbnailPath string, precision float32) (structs.ScanResult, error)
VideoSceneDetection scans a video file for scene changes and returns the timecodes and frames where changes occur, as well as video information such as duration, FPS, and codec. It takes a path string as input and returns timecodes []string, frames []int, VideoInfo, and error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.