Skip to content
/ untrunc Public
forked from ponchio/untrunc

Restore a damaged (truncated) mp4, m4v, mov, 3gp video. Provided you have a similar not broken video.

License

Notifications You must be signed in to change notification settings

NFAcz/untrunc

 
 

Repository files navigation

Untrunc

Restore a damaged (truncated) mp4, m4v, mov, 3gp video. Provided you have a similar not broken video. And some luck.

This is a fork of https://github.com/ponchio/untrunc , with changes regarding to compatibility with recent FFmpeg releases, and 4GB+ support.

Build requirements:

  • Nasm
  • clang/gcc >= 4.9
  • glibc-static
  • libstdc++-static
  • xz-static

How to build it:

git clone --recurse-submodule
./static.sh

This will build FFmpeg, and then untrunc static binary. Use provided Dockerfile to build a bare-bones container with only untrunc binary inside.

Tested on Fedora 28.

About

Restore a damaged (truncated) mp4, m4v, mov, 3gp video. Provided you have a similar not broken video.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.1%
  • C 21.3%
  • QMake 1.1%
  • Shell 0.5%