-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Video Guide
Lively can play any video files as system wallpaper.
Windows N/KN/Education systems require installation of additional codecs for video playback.
Currently lively supports these video players:
This is the default and recommended player; uses the official mpv player build.
Custom configuration file can be used, create mpv.conf
file in:
<Lively install location>\plugins\mpv\portable_config\
or application data folder:
Installer: C:\Users\<UserName>\AppData\Local\Lively Wallpaper\Mpv\portable_config\
Windows store: %LocalAppData%\Packages\12030rocksdanister.LivelyWallpaper_97hta09mmv6hy\LocalCache\Local\Lively Wallpaper\Mpv\portable_config\
and follow the manual for mpv commands.
It is also possible to implement Lively Properties with mpv commands for real-time customization.
Default LivelyProperty is used if no user defined one is present in the wallpaper media folder:
{
"saturation": {
"max": 100,
"min": -100,
"tick": 200,
"text": "Saturation",
"type": "slider",
"value": 0
},
"hue": {
"max": 100,
"min": -100,
"tick": 200,
"text": "Hue",
"type": "slider",
"value": 0
},
"brightness": {
"max": 100,
"min": -100,
"tick": 200,
"text": "Brightness",
"type": "slider",
"value": 0
},
"contrast": {
"max": 100,
"min": -100,
"tick": 200,
"text": "Contrast",
"type": "slider",
"value": 0
},
"gamma": {
"max": 100,
"min": -100,
"tick": 200,
"text": "Gamma",
"type": "slider",
"value": 0
},
"speed": {
"max": 5,
"min": 0.25,
"tick": 10,
"step": 0.01,
"text": "Speed",
"type": "slider",
"value": 1
},
"mute": {
"type": "checkbox",
"value": false,
"text": "Mute"
}
}
Uses official vlc player build.
(Still under development.)
Download latest release and extract the files to <Lively install location>\plugins\wmf
folder.
In Settings select Wallpaper -> Video player -> wmf
- Home
- Getting Started
- Video Wallpaper
- Streaming Wallpaper
- Application Wallpaper
- GIF Wallpaper
- Web Wallpaper
- Machine Learning
- Screen Saver
- Performance
- Command Line Controls
- Taskbar Customization
- Theme
- Differences Between Distributions
- Common Problems
- Building
- Contributing Guidelines
- Wallpaper Tutorials