Cleric-K
Cleric-K
Yes, if you can, upload a problematic .mp4 somewhere and I'll see if I can figure something out. I'm no expert in mp4 also. My first encounter with mp4 internals...
Yes, I've just pushed a test gui_temp branch. Can you take a look? This is not a complete solution however. It should _read_ 64bit `mdat` OK but if the data...
The atom `stco` stores the sample offsets. These offsets are from the beginning of the file. As such, if some sample is positioned beyond the 4GB mark, atom `co64` is...
Oops. Looks like this is actually the case. This file uses `co64` instead of `stco`. It'll need to be implemented.
You may change this in `process.py` ```python for stco in moov.find(b'co64'): count = struct.unpack('>I', stco.data[4:8])[0] offset_format = '>{}Q'.format(count) offsets = struct.unpack(offset_format, stco.data[8:]) # translate offsets to new origin offsets =...
Yeah, I can do it if you want. The generation of offsets for the GPMF should also be touched.
I've just pushed. Haven't tested anything though. But it should be clear from the code what the goal is. Thank you for paypal suggestion! Not needed. I'm happy that this...
Great! You can delete the temp branch when you merge it to yours. Good luck!
>Which development environment do you use on which platform (WIN/Linux)? Depends on what you need. For the compilation of the patch I used Notepad++ to write the code and the...
>Thank you, Cleric, for the kind explications. Do you work on Linux or Windows? Primarily Windows. >I have a ST-LINK V2 adapter. How do you connect it to the i6X?...