Skip to content

XrosLiang/stream-processor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stream Processor

  • analyze many types of streams
  • writes to a /tmp/ directory you specify or to /tmp/snaps/ if you dont'
  • can pass in fps as FPS
  • can pass in name as NAME
  • can pass in stream as STREAM
  • can pass in seconds to skip as SKIP

example

export STREAM="https://www.youtube.com/watch?v=bgFSSPlzBl4"
export NAME="santa_1"
export FPS="2"
export SKIP="0"
docker-compose up
  • This will write to a folder on your machine /tmp/santa_1
  • the frames of the stream will be written as .png

About

A tool to convert video streams into frames

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%