Skip to content

spel987/WallpaperEngineSpace-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WallpaperEngineSpace-downloader

Download wallpapers directly from wallpaperengine.space

Use

- Use on the web

Go to https://wallpaperenginespace-downloader.vercel.app and paste the URL of a wallpaper from wallpaperengine.space

- Use locally

git clone https://github.com/spel987/WallpaperEngineSpace-downloader.git
  • Install dependencies:
npm i
  • Start the Express server:
node index.js

Known bug

I'm currently using Mux.js to transmux the MPEG-TS stream into MP4 on the frontend. But this causes a bug in the metadata. The length of the video file is not correct and is far too long. Don't worry, this doesn't affect the use of the video file in WallpaperEngine or even playback with VLC, for example. It's just that the duration displayed is not the real duration.

How it works

Credits

Developer:

Backend

Frontend

Suggestions

If you have any questions or suggestions, please open an issue.