Skip to content

RichKMLS/theScreensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

theScreensaver:sparkles:

Quickly create a randomized montage of all your favorite video files!

Shell script that picks a random 9 second interval from a random video file (mkv, mp4, webm, etc) in a directory and appends it to an EDL file. After 100 clips have been randomly selected mpv will automatically play the EDL file.

Requirements:
  • MediaInfo - needed to get the length of video files

      Ubuntu:
      - snap install mediainfo
      - apt install mediainfo
      
      Arch:
      - pacman -S mediainfo
    
  • mpv - needed to play the EDL file once created.

      Ubuntu:
      - apt install mpv
      
      Arch:
      - pacman -S mpv
    

About

Quickly create a randomized montage of all your favorite video files!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages