- = [O] = -

Thu Jun 17

gopro

I downloaded the last version of mp4creator 1.5 and it works. (http://mp4creator.sourceforge.net/)
I advise you to download AtomicParsley-win32-0.9.0 to see if the atoms are ok.
I only recover video stream but no audio stream. (http://atomicparsley.sourceforge.net/)

An atom is : http://atomicparsley…peg-4files.html
4 bytes for Size, 4 bytes for atom name, any bytes for optional information

To recover your file (with an hexadecimal editor like WinHex for example) :
- copy the atom “esds” from a good file created by your record device (find the esds string in the file)
- In your corrupted file, copy this atom after the atom “ftyp” and before the atom “mdat”.
- check your file by running AtomicParsley on it : “AtomicParsley video.mp4 -T”
- change the extension of your file by mp4v -> video.mp4v
- run the command “mp4creator -create=video.mp4v —variable-frame-rate out.mp4”
=> out.mp4 should be playable