https://github.com/chiryaki/chiaki
Wallpaper Engine made with SDL2
https://github.com/chiryaki/chiaki
ffmpeg sdl2 wallpaper-engine
Last synced: 7 months ago
JSON representation
Wallpaper Engine made with SDL2
- Host: GitHub
- URL: https://github.com/chiryaki/chiaki
- Owner: chiryaki
- License: mit
- Created: 2024-06-12T15:20:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-13T04:13:33.000Z (over 1 year ago)
- Last Synced: 2025-01-20T06:14:39.580Z (9 months ago)
- Topics: ffmpeg, sdl2, wallpaper-engine
- Language: C
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Wallpaper Engine made with SDL2
To run this software, you need the DLLs for FFmpeg and SDL2. Make sure to have these DLLs available in the system before executing the program.
Required DLLs
-
SDL2.dll: A cross-platform development library providing low-level access to audio, keyboard, mouse, and display functions. -
avcodec-xx.dll (part of FFmpeg): Handles audio and video encoding and decoding. -
avformat-xx.dll (part of FFmpeg): Deals with multimedia container formats. -
avutil-xx.dll (part of FFmpeg): Provides various utility functions used by other components of the library, including common multimedia processing tasks.