Video(s) as screensaver in Mint?

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
a coder

Video(s) as screensaver in Mint?

Post by a coder »

Is it possible to set up Mint to show videos instead of pictures in the screensaver?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
a coder

Re: Video(s) as screensaver in Mint?

Post by a coder »

In case anyone is interested, I just found this:

http://ubuntuforums.org/showpost.php?p= ... ostcount=4
to have a random list of videos you can use the playlist function of MPlayer :

The script :

Code: Select all

#! /bin/bash

## setup MPlayer aruments, remove -nosound if you want the video
## to play sound. If you have to specify the video driver to use
## then add that to the list
MPLAYERARGS="-nosound -nolirc -wid $XSCREENSAVER_WINDOW -nostop-xscreensaver -fs -really-quiet"

exec mplayer $MPLAYERARGS -loop 0 -shuffle -playlist /path/to/playlist
The playlist can be a simple text file with the path to a video file on each line.
Locked

Return to “MATE”