A Qt-based(Qt5) video editing software. Using FFmpeg as the backend.
- Import and export video
- Cut video
- Add material to video
- Preview video
- Manage videos and materials
You can read the detailed Chinese version of document here, for content like the design. If you want to know more about the project, don't hesitate to contact me.
Dependencies: Qt5, FFmpeg.
This project is built with CMake. You can build it in vscode by extension CMake Tools
. Or you can build it in command line:
mkdir build
cd build
cmake ..
cmake --build . # default build type is Debug. You can use `cmake --build . --config Release` to build in Release mode
Because it depends on FFmpeg, you need to copy the FFmpeg files to directory of the executable file. It uses ffmpeg
and ffprobe
.