Code Monkey home page Code Monkey logo

avi-guardian's Introduction

AVI-Guardian

Cet outil est conçu pour détecter la corruption dans les fichiers vidéo. Il peut analyser divers formats vidéo et identifier les problèmes ou erreurs qui peuvent s'être produits lors de l'encodage, de la transmission ou du stockage.

Fonctionnalités

  • Prend en charge plusieurs formats vidéo (MP4, AVI, MKV, etc. Se référer à formats.txt)
  • Utilise ffmpeg comme outil vidéo pour détecter les problèmes de corruption
  • Vérifie les problèmes de corruption courants comme la perte de données, les erreurs de bits et les problèmes de synchronisation

Installation

Mac OS

Téléchargez l'application ici.

Windows

Téléchargez l'application ici.

Linux

À venir

Utilisation

  1. Lancez l'application et choisissez un dossier vidéo.

  2. Lancez l'analyse.

Exemple

Démo Mac OS

Installation manuelle

  1. Clonez le dépôt :

    git clone https://github.com/ngarantBeauvoir/AVI-Guardian

  2. Créez un environnement virtuel Python :

    python3 -m venv .venv

    source .venv/bin/activate

  3. Installez les dépendances requises :

    pip install -r requirements.txt

Mac OS

  1. Créez l'exécutable avec py2app :

    python setup.py py2app

  2. Lancez l'application :

    open -a dist/AVI-Guardian.app

    Ou

    ./dist/AVI-Guardian.app/Contents/MacOS/AVI-Guardian

    Ou

    Double-clic sur l'application dans Finder.

Contribution

Les contributions sont les bienvenues ! Veuillez ouvrir un problème ou soumettre une demande d'extraction si vous avez des améliorations ou des corrections de bogues.

avi-guardian's People

Contributors

nhershy avatar rakly3 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.