Giter Club home page Giter Club logo

gameflix's Introduction

Gameflix

A tool that generates short videos by blending game play footage with scenes from popular movies and shows, perfect for sharing on social media platforms like TikTok

Prerequisites

To run this program, you will need to have the FFmpeg library installed on your system. Here's how to install it for various platforms:

Ubuntu / Debian

sudo apt-get install ffmpeg

Arch

sudo pacman -S ffmpeg

Mac

brew install ffmpeg

Windows

Download the latest version of FFmpeg from the official website: https://ffmpeg.org/download.html

Building

To build the program, you will need to use CMake. Here are the steps:

Open a terminal and navigate to the root directory of the project.

  • Create a build directory: mkdir ./build && cd ./build
  • Run CMake to generate the build files: cmake ..
  • Build the program: make

Running

To run the program, you will need to provide a video file as input. Here's how to do it:

  • Navigate to the binary directory: cd bin
  • Run the program with a video file: ./program path/to/video/file.mp4 The program will process the video file and output the result to the console.

Troubleshooting

If you encounter any issues while building or running the program, please refer to the documentation for FFmpeg or the CMake documentation. You can also check the issues section of this repository to see if anyone else has encountered similar issues.

License

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

gameflix's People

Contributors

bsikar avatar

Stargazers

 avatar

Watchers

Kostas Georgiou avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.