UNTRUNC Version git-e3d988e (Last modified: June 9th, 2021) An open source program for repairing corrupt video files provided you have a similar intact video (eg. from the same camera). Useful for reconstructing incompletely written videos, for example when your phone or camera crashes or switches off during capture. Original repository: https://github.com/ponchio/untrunc 1. Usage A simple GUI application is included which allows you to select a damaged file and an intact file without using the command line. If you prefer not to use it, you can always just run the untrunc directly from the command line. Run the program without arguments to get usage help. Usually, it's enough to type: untrunc.exe [intact file] [corrupt file] Fixed file will be saved as [corrupt file]_fixed 2. Contact Built by DDS Central, dds[alpha]ddscentral.org If you would like to build your own version and need build instructions, feel free contact me. Please note that this is not as trivial as running "configure" and "make". For support, please contact the original developer. I did not write this program and will not provide support for it. For the original README file, check out README.md.txt. In case you need help with the GUI, feel free to contact me. 3. Technical info Originally written for *NIX OS'es, built for Windows using Cygwin 3.2.0 64-bit. Includes statically linked latest masters (as of build date) of libav and libx264, libx265 is provided as a dll. GUI built using Delphi.