Skip to main content
10 events
when toggle format what by license comment
Feb 22, 2019 at 11:53 comment added Tobia I had to add -lX11 -lvdpau too, to make it compile.
Dec 29, 2017 at 23:03 comment added Mark Berry Finally got this to work on Ubuntu 14.04.5 LTS. Had to run sudo apt-get install yasm, sudo apt-get install libbz2-dev and, to overcome an undefined reference to 'clock_gettime', add -lrt to the end of the g++ command line (see stackoverflow.com/a/2418175/550712). It converted about 2/3 of my video.
Nov 20, 2017 at 18:45 history edited Giulio Genovese CC BY-SA 3.0
added 35 characters in body
Nov 20, 2017 at 17:00 comment added Giulio Genovese That dependency was added with commit github.com/ponchio/untrunc/commit/… on October 10th, 2017. I believe now you have to donwload libav-12.2 rather than libav-0.8.7
Nov 17, 2017 at 22:39 comment added x29a Does your libav containt a h264dec.h? because track.cpp is trying to include it and i cant find it anywhere :/
Aug 16, 2017 at 20:13 review Low quality posts
Aug 16, 2017 at 20:45
Apr 15, 2017 at 21:01 comment added Ken Sharp It can't handle large files. Just gives up.
Mar 11, 2017 at 8:28 comment added Andrew Smart Thank you! On the untrunc compilation line I had a few errors along the lines of "undefined reference to `BZ2_bzDecompressInit'", I had to add -lbz2
Feb 5, 2017 at 17:01 review First posts
Feb 8, 2017 at 1:06
Feb 5, 2017 at 16:59 history answered Giulio Genovese CC BY-SA 3.0