Back

Video Repair Tool - A New Project to Fix Your Videos (DE - EN)

November 15, 2024

3 min read

Neues Projekt: Video-Reparatur-Tool – Jetzt auf GitHub verfügbar

Ich freue mich, ein neues Projekt vorzustellen, das jetzt auf GitHub verfügbar ist. Es handelt sich um ein Video-Reparatur-Tool, das beschädigte oder fehlerhafte Videodateien reparieren kann. Das Tool nutzt FFmpeg und wurde von mir entwickelt, um Videos, die in Browsern (wie Chrome) nicht abgespielt wurden, wieder funktionstüchtig zu machen.

Das Problem begann, als ich versuchte, ein Video über einen Browser-Player in Chrome anzusehen. Das Video ließ sich jedoch nicht abspielen. Nach einigen Recherchen und Tests kam ich auf die Idee, ein eigenes Tool zu entwickeln, das diese beschädigten Videos automatisch reparieren kann. Mithilfe von ChatGPT und FFmpeg konnte ich das Tool so konfigurieren, dass es gängige Videodateiformate wie .mp4 repariert.

Was kann das Tool?

  • Repariert beschädigte Videos: Das Tool prüft und repariert Videoformate wie .mp4, .avi, .mov und andere. Ich habe es selbst nur mit .mp4 getestet, es sollte jedoch auch mit anderen Formaten funktionieren.
  • Automatische Reparaturversuche: Das Tool probiert verschiedene Reparaturmethoden aus, bis das Video wieder fehlerfrei abgespielt werden kann.
  • Erstellte Logdateien: Es wird eine Logdatei erstellt, die alle Reparaturversuche und Ergebnisse dokumentiert.
  • Einfache Bedienung: Über eine einfache Shell-Skript-Datei lässt sich das Tool schnell auf dem eigenen System ausführen.

Es ist ein einfaches, aber sehr effektives Tool, das ich bereits selbst benutze, da es mir bei der Reparatur meiner eigenen Videos geholfen hat.

Du findest das Projekt auf GitHub. Schau dir die README-Datei an, um alle Details zu erfahren und das Tool selbst auszuprobieren!


(EN Version)

New Project: Video Repair Tool - Now Available on GitHub

I’m excited to introduce a new project now available on GitHub. It’s a Video Repair Tool that can fix broken or corrupted video files. The tool uses FFmpeg and was developed by me to fix videos that wouldn’t play in browsers (like Chrome).

The issue started when I tried to play a video through a browser player in Chrome, but it wouldn’t load. After some research and testing, I came up with the idea to develop my own tool that could automatically repair these broken videos. With the help of ChatGPT and FFmpeg, I was able to configure the tool to fix common video formats like .mp4.

What does the tool do?

  • Repairs corrupted videos: The tool checks and repairs video formats like .mp4, .avi, .mov, and others. I have only tested it with .mp4, but it should work with other formats as well.
  • Multiple repair attempts: The tool tries various repair methods until the video can be played without issues.
  • Log file creation: A log file is created that documents all repair attempts and results.
  • Easy to use: The tool can be easily executed on your system via a simple shell script.

It’s a simple but very effective tool that I personally use, as it helped me repair my own videos.

You can find the project on GitHub. Check out the README file for all the details and try the tool yourself!