Code Monkey home page Code Monkey logo

multi-delogo's Introduction

multi-delogo

multi-delogo is an application that helps you remove logos or other watermarks from videos. Even if the position of the logo changes from time to time, multi-delogo allows you to mark all the positions and generate a video without the logos.

There's an automatic logo detection feature that can identify automatically the logos and their positions, especially text logos.

For more details and usage instructions, see here.

Para informações em português, clique aqui.

Installation on Windows

Download the latest release from the releases page and unzip the file. Then run the multi-delogo.exe file to start the application.

Installation on Linux

To compile the software on Linux, you'll need development files for the following libraries:

  • gtkmm
  • goocanvasmm
  • opencv
  • boost

You'll also need a C++11 compiler and make.

Download the latest release from the releases page, extract it, and run

./configure
make
make install

Then run multi-delogo to start the application.

Installation on Mac OS

There's a Homebrew formula that installs multi-delogo automatically.

Installation from github

This is very similar to installing on Linux as described above. You'll need some additional dependencies:

  • autoconf
  • automake
  • autopoint
  • gettext

Clone the project with

git clone https://github.com/wernerturing/multi-delogo.git

Enter the multi-delogo directory, run autogen.sh to generate the configure script and the Makefiles, and finally run

./configure
make
make install

Then run multi-delogo to start the application.

Bugs, suggestions, etc.

You can use issues to report bugs and suggestions.

Pull requests are welcome; please try to follow the style of the code.

You can also send me an email at [email protected].

Copyright

multi-delogo is Copyright (C) 2018-2019 Werner Turing [email protected]

multi-delogo is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

multi-delogo is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

multi-delogo's People

Contributors

wernerturing 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.