Pix3lFrames
Pix3lFrames is a high-performance video frame extractor built with C++ and Qt. It extracts individual frames from video files with precision and speed, useful for analysis, editing, or AI training datasets.
Repository: github.com/Pix3ltools-lab/pix3lframes
Tech Stack
- Language: C++
- UI Framework: Qt
- Platform: Windows, macOS, Linux
Building from Source
Prerequisites
- Qt 6 or later
- CMake 3.16 or later
- C++17 compatible compiler
Build
git clone https://github.com/Pix3ltools-lab/pix3lframes.git
cd pix3lframes
mkdir build && cd build
cmake ..
cmake --build . --config Release
For more details, refer to the README in the repository.