Analysis updated 2026-05-18
Play a looping video as an animated Windows desktop wallpaper.
Assign a different video wallpaper to each monitor in a multi-monitor setup.
Automatically switch wallpaper profiles on a daily schedule using Task Scheduler.
Let an AI model suggest a wallpaper based on the active window or time of day.
| 6hourt9/push-video-wallpaper-engine | abhirammandula-boop/nooklink-pc-emulator-toolkit | ahmadalalibz2006-stack/calibr-zoom | |
|---|---|---|---|
| Stars | 184 | 184 | 184 |
| Setup difficulty | easy | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | vibe coder | general | general |
Figures from each repo's GitHub metadata at analysis time.
Windows only, requires downloading and running a signed installer from the linked site.
Push-Video-Wallpaper-Key is a Windows utility that turns a video file into an animated desktop wallpaper. Instead of a static background image, the app plays a looping video behind your desktop icons, and the README pitches it as a lightweight, ad-free alternative to subscription wallpaper services. The README describes a three-layer setup: a kernel service that decodes video and renders frames through DirectX, a configuration engine that reads user profiles and handles multi-monitor setups, and a transparent overlay window that displays the video behind the icons. Video decoding goes through FFmpeg, with hardware acceleration on supported GPUs and a software fallback for other formats. Configuration is stored as JSON profile files, where a user sets the video source, playback speed, volume, visual effects like blur and saturation, and a daily schedule for switching between profiles automatically. A command line interface lets advanced users load a named profile, target a specific monitor, start minimized to the tray, or export the current settings, which the README suggests pairing with Windows Task Scheduler for automatic profile switching by time of day. There is also an experimental, opt-in integration with OpenAI and Claude APIs. Enabling it lets the app call an AI model to suggest a wallpaper based on the active window or time of day, or to adjust profile settings through natural language commands. Both integrations require the user to supply their own API key in a configuration file and are turned off by default. Other listed features include per-monitor wallpaper assignment, hardware acceleration on NVIDIA, AMD, and Intel graphics, an audio toggle for wallpapers that include sound, playlist and loop support, a mouse through mode so desktop icons stay clickable, an interface translated into twelve languages, and a license key system with an offline grace period. The README also states the software is provided with no warranty of any kind. This project would interest someone on Windows who wants a customizable animated desktop background and does not mind installing a downloaded executable to get it, more than someone looking for a cross-platform or open build-from-source tool.
A Windows utility that plays a looping video as an animated desktop wallpaper, with optional AI powered profile suggestions.
Provided as is, with no warranty of any kind.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.