A simple, command-line video editing tool for creating and editing video projects.
- Create new video projects
- Load existing projects
- Add or remove frames
- Save projects for future editing
- GCC (GNU Compiler Collection)
- Clone the repository:
git clone https://github.com/Ofek-Carpassi/GIF-maker.git
- Navigate to the project directory:
cd GIF-maker
- Compile the project:
gcc -o GIFMaker source/main.c source/creatingProject.c source/loadingProject.c source/functions.c source/video.c
- Run the project:
./GIFMaker
source/main.c
: Main program logicsource/creatingProject.c
: The main function for the project creation processsource/loadingProject.c
: Functions for loading existing projectssource/functions.c
: Utility functionssource/video.c
: Video manipulation functions
- Ofek Carpassi - Project Creator - Ofek-Carpassi
This project is licensed under the MIT License - see the LICENSE file for details.