Git Product home page Git Product logo

video-logo's Introduction

About

This project uses FFMPEG to take a video uploaded by the user, and overlay a logo on top of it The UI/UX might not be extremely pretty but this is just a proof of concept to show the power of using FFMPEG with PHP/Laravel by testing one of the many many things that it can do.

Try it out here.

Just open the site, upload any video, and then voila! the logo is added to it automatically. (Although it might be pending for a few moments if the file is too big);

Requirements:

You'll need a fully configured and working web server for this: It is recommended to edit your php.ini file and change the following values accordingly:

post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

Or you could use even larger values, it's up to you.

You'll also need to have ffmpeg installed on your machine, if you don't have it already, just run:

$ apt install ffmpeg

Installation:

$ git clone https://github.com/FareedAlBandar/video-logo.git
$ cd video-logo
$ composer install
$ cp -R public/logo storage/app/public/
$ cp .env.example .env
$ php artisan key:generate
$ php artisan storage:link
$ nano .env

And in the .env file, edit the database section to use your own details and credentials.

And then:

$ php artisan migrate

Next steps:

I'm working on making the logo dynamic by giving the user the ability to use their own logo.

video-logo's People

Watchers

 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.