RichKMLS / theScreensaver

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

License:MIT License


Languages

Language:Shell 100.0%