Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stillframe

Use video frames as images for live displays.

proposed pipeline

  1. discover media catalog
  2. for each video file in the movie catalog, split the film into frames. This will probably use ffmpeg
  3. batch frames into scenes. Initially, these will be simple time blocks in the future, use image comparison to detect scene transition
  4. attempt to detect people in scenes, reject scenes with them

proposed usage

  1. run a webserver that selects scenes at random
  2. present the frames of the scene to connected viewers
  3. allow api access to show the current and recent scenes
  4. allow api access to add scenes to denylist

proposed scene structure

${SCENE_ID}
├── metadata.yml
└── images
    ├── ${SCENE_ID}.${TIME}.${FRAME}.jpg
    ├── ${SCENE_ID}.${TIME}.${FRAME}.jpg
    └── ${SCENE_ID}.${TIME}.${FRAME}.jpg

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages