Federico Ponchio

Results 168 comments of Federico Ponchio

I think the problem are the data streams. (and lack of error reporting, sorry!). To rebuild the index untrunc needs to determine start and length of all packets, and has...

You are right, most probably though untrunc, failed and got stuck in a loop. I am working on the logging (apt name, it seems) branch that has better error reporting...

It's stuck in a loop, most probably, here are the modified instructions (differences are clone, checkout logging and some more files to be compiled). mkdir logging logging/ wget https://libav.org/releases/libav-12.3.tar.xz git...

Hi, wireframe rendering is way more complicated than it looks. Note: do we really want to use wireframe? Nexus is split in blocks using different resolution and swaps betwenn resolutions...

Hi, I'm trying to use your library in a research project but I'm having some problems, I will try to hunt down the bugs and provide you with the simplest...

Hi Virgile, sorry I lost track of this issue... I had a look at the model, and I got no problem using 3dhop (wrong path in 3dhop configuration?), if you...

There is a problem with the nxz model: the one of the textures has 0 byte size, and the code fails to retrieve a zero length range request (you can't...

Hi, the mdat starting point is not really the problem: untrunc first looks for the mdat string, and if missing will try to start from the same byte index, (in...

I am trying to solve the problem, which is improve packet boundary detection, if I have success untrunc would fix the video without any additional steps.

Hi, you are using a different fork, but the problem looks the same: 1) twos is a raw audio codec: there is no header to help guessing where the packet...