Skip to content

A GIF maker as part as the final project in year one of the "Magshimim-Cyber" program.

License

Notifications You must be signed in to change notification settings

Ofek-Carpassi/GIF-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magshimim Movie Maker

A simple, command-line video editing tool for creating and editing video projects.

Features

  • Create new video projects
  • Load existing projects
  • Add or remove frames
  • Save projects for future editing

Getting Started

Prerequisites

  • GCC (GNU Compiler Collection)

Installation

  1. Clone the repository:
    git clone https://github.com/Ofek-Carpassi/GIF-maker.git
    
  2. Navigate to the project directory:
    cd GIF-maker
    
  3. Compile the project:
    gcc -o GIFMaker source/main.c source/creatingProject.c source/loadingProject.c source/functions.c source/video.c
    
  4. Run the project:
    ./GIFMaker
    

Project Structure

  • source/main.c: Main program logic
  • source/creatingProject.c: The main function for the project creation process
  • source/loadingProject.c: Functions for loading existing projects
  • source/functions.c: Utility functions
  • source/video.c: Video manipulation functions

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A GIF maker as part as the final project in year one of the "Magshimim-Cyber" program.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages