Skip to content

jackiesogi/TitanVideoEditor

Repository files navigation

TitanVideoEditor

A cross platform video editing tool written in C++ designed to feel as close to Sony Vegas as possible

Dependencies

  • SDL2
  • OpenGL
  • FFmpeg
  • libpng
  • zenity

Build Instructions

Linux (Tested with Ubuntu 22.04, 23.04) - Recommended

  1. 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
      
  2. Clone the repository

    git clone https://github.com/jackiesogi/GTK-video-editor.git 
    cd TitanVideoEditor
    
  3. Compile

    make
    
  4. When it finishes building, you can find the executable at build/titan

Windows

  1. Install MSYS2
  2. Run the MINGW shell. You can find it in the start menu. Do not run UCRT!
  3. 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
    
  4. Clone the repository

    git clone https://github.com/Dominicentek/TitanVideoEditor
    cd TitanVideoEditor
    
  5. Compile

    make
    
  6. The executable should be located at build/titan.exe

Mac OS X

  • Currently no build instructions. Pull requests are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages