An open API service indexing awesome lists of open source software.

https://github.com/githubuseraccountamazing/thescreensaver

Quickly create a randomized montage of all your favorite video files!
https://github.com/githubuseraccountamazing/thescreensaver

edl ffmpeg mpv random screensaver script shell video zsh

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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`](https://github.com/MediaArea/MediaInfo) - needed to get the length of video files

Ubuntu:
- snap install mediainfo
- apt install mediainfo

Arch:
- pacman -S mediainfo

- [`mpv`](https://github.com/mpv-player/mpv) - needed to play the EDL file once created.

Ubuntu:
- apt install mpv

Arch:
- pacman -S mpv