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.
- 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.
