Tornadocraver / GoPro-Video-Recovery

.NET GUI application for the recover_mp4.exe tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoPro Video Recovery

This repository contains a GUI application which can be used to recover corrupt MP4 (.mp4) videos. It is based on the freeware versions of recover_mp4.exe and ffmpeg.exe. Both of these programs are command line tools, so this project combines, automates, and simpifies the process of using them.

Latest Build

Windows (32-bit)

Usage

  1. Download the zip file and extract its contents

  2. Run the executable file (as an Administrator if you don't have read/write permissions)

  3. Click the BROWSE button

  4. Select the corrupt video(s) you would like to recover and click Open

  5. Select a working sample video (from the same camera) and click Open

  6. Click the RECOVER button and wait until the process has finished*

  7. Test the recovered video(s) by opening them in a media player

Things to Note

  • Errors that occur during the recovery process will be logged and displayed at the end.

  • Testing has only been conducted on videos from the GoPro Hero 4, but, as the recover_mp4 documentation states, it should work with any corrupt MP4.

  • The recover_mp4 tool may not be able to recover some videos (i.e. if they are filled with empty [00] bytes)

  • This project may have undiscovered flaws, so I strongly recommend backing up your video files to prevent data loss. If you run into a problem, please open an issue on the Issues page.

About

.NET GUI application for the recover_mp4.exe tool.

License:GNU General Public License v3.0


Languages

Language:C# 100.0%