Anthon Lockwood
Anthon Lockwood
In case you are using ffmpeg instead of avlib, your issue might got fixed with '[support using ffmpeg > 3.3](https://github.com/anthwlock/untrunc/commit/42079449)'. Otherwise, in order to help you, the files are needed....
@suuuehgi could you please test my [fork](https://github.com/anthwlock/untrunc)? I think i fixed this issue with [this](https://github.com/anthwlock/untrunc/commit/42079449ba6) commit.
The current master requires private libav headers. Try [this](https://github.com/anthwlock/untrunc).
Public headers expose the API to the library user, while private headers are part of the implementation. This [line](https://github.com/ponchio/untrunc/blob/bd512b123bd681ea2daed1715501afba8e4ed252/track.cpp#L67) includes a private header. That's the reason you have to download...
Hi, you might want to try my [fork](https://github.com/anthwlock/untrunc). If it does not work please provide an example file.
Hey, you should try my [fork](https://github.com/anthwlock/untrunc), it supports >2gb files.
compiling libav on windows => getting a headache.. Normally one uses a prebuild services like the one on [zeranoe.com](https://ffmpeg.zeranoe.com/builds/). However, untrunc still needs access to the source code, which makes...
I am waiting for my [35+ commits ahead branch](https://github.com/anthwlock/untrunc) to be [merged](https://github.com/ponchio/untrunc/pull/116) for more than 6 months now. So I doubt ponchio will reply to this in the near future..
To be honest I thought when you saw how many lines I changed, you lost all motivation to look through them. So I did not pestered you because I can...
MP4s consist out of atoms. Atoms have fixed names and positions. If at such a position no ascii string is found, it is can't be a valid name. Have you...