Skip to content

Video Guide

Dani John edited this page Mar 11, 2023 · 101 revisions

Lively can play any video files as system wallpaper.

Windows N/KN/Education systems require installation of additional codecs for video playback.

Video Player Setup

Currently lively supports these video players:

In settings player can be changed.

Mpv

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"
  }
}

Vlc

Uses official vlc player build.

Setup instructions

(Still under development.)

Windows Media Foundation (wmf)

Download latest release and copy to <Lively install location>\plugins\wmf folder.

In Settings select Wallpaper -> Video player -> wmf