-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error (ubuntu 13.04 x64) #1
Comments
Ciao, Just install the latest one (even locally in a subdirectory) and be sure to Good luck, Federico On Fri, Jul 19, 2013 at 6:46 PM, PhMetzger notifications@github.com wrote:
|
Hi Federico, Thanks a lot for your help, you are absolutely right ! Compilation is The untrunc code is working perfectly with smaller clips (I made some
I was expecting that a 64 bits version could allocate enough memory I will try to split the damaged clip in smaller parts tomorrow, but i'm Thanks again for your help Philippe Le 21/07/2013 16:57, Federico Ponchio a écrit :
|
I'm working on an out-of-core version, I will commit it shortly, I just need to test it a bit. Splitting the damage clip will do you no good, unless you split it at the boundary of a packet and insert the appropriate mdat at the beginning. |
I'm trying to recover some fairly large corrupt GoPro files and I'm seeing the same 'std::bad_alloc' error as PhMetzger. No compilation issues, except maybe a couple of warnings.
The compilation errors, if you care
|
+1'ing this. I recently got this up and running and I get the Reading: /nas/Javaw 2014-11-05 22-46-15-065(fixed Audio)-2.m4v |
Thank you for writing and offering this software. I had problems and I thought I'd share if you have time / energy. Begin: 2 9100000avc1: no match beacuse of nal type: 9Compilation errors: |
Same thing for me, untrunc compiled with libav-0.8.7 on archlinux x86_64 :
I have 8GB RAM and the file is 2GB |
Ubuntu 13.04 is EOL |
Without linking, the following error happens: ``` /usr/bin/ld: ./libav/libavformat/libavformat.a(matroskadec.o): in function `matroska_decode_buffer': /home/dmelo/proj3/untrunc/libav/libavformat/matroskadec.c:1163: undefined reference to `BZ2_bzDecompressInit' /usr/bin/ld: /home/dmelo/proj3/untrunc/libav/libavformat/matroskadec.c:1177: undefined reference to `BZ2_bzDecompress' /usr/bin/ld: /home/dmelo/proj3/untrunc/libav/libavformat/matroskadec.c:1171: undefined reference to `BZ2_bzDecompressEnd' /usr/bin/ld: /home/dmelo/proj3/untrunc/libav/libavformat/matroskadec.c:1180: undefined reference to `BZ2_bzDecompressEnd' ``` Running on Fedora 35: ``` ❯ uname -a Linux solomon 5.19.16-100.fc35.x86_64 ponchio#1 SMP PREEMPT_DYNAMIC Sun Oct 16 21:50:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux ```
Thank for the amazing work.
Just try to compile the master version and got the following error : track.cpp:108:78: erreur: ‘avcodec_decode_audio4’ was not declared in this scope
I don't see any reason but maybe you can help ?
Thanks a lot again.
The text was updated successfully, but these errors were encountered: