A cross platform video editing tool written in C++ designed to feel as close to Sony Vegas as possible
- SDL2
- OpenGL
- FFmpeg
- libpng
- zenity
- Install dependencies
- For Debian based:
sudo apt install ffmpeg git build-essential libglew-dev libsdl2-dev libpng-dev libsdl2-image-dev zenity -y
- For Arch based:
sudo pacman -S ffmpeg git make gcc glew sdl2 libpng zenity
- For Debian based:
- Clone the repository
git clone https://github.com/jackiesogi/GTK-video-editor.git cd TitanVideoEditor
- Compile
make
- When it finishes building, you can find the executable at
build/titan
- Install MSYS2
- Run the MINGW shell. You can find it in the start menu. Do not run UCRT!
- Install dependencies
pacman -S git make pkg-config mingw-w64-x86_64-gcc mingw-w64-x86_64-glew mingw-w64-x86_64-SDL2 mingw-w64-x86_64-libpng
- Clone the repository
git clone https://github.com/Dominicentek/TitanVideoEditor cd TitanVideoEditor
- Compile
make
- The executable should be located at
build/titan.exe
- Currently no build instructions. Pull requests are welcome!