imbcmdth / remoover

A tool to (poorly) attempt to fix corrupted/missing MOOV atoms in MP4 files!
ISC License
6 stars 1 forks source link

Request of repair mp4 by manual #4

Open HanalogInstruments opened 1 year ago

HanalogInstruments commented 1 year ago

Hi,

I have some fragmented mp4 missing "moov"

From this sample the mdat lenght is before "mdat"

https://drive.google.com/file/d/1OMaDjbqsVBssfPyK8hY800-2s_EVELLA/view?usp=drivesdk

Could you tell my how to generator new "moov" by hex method so i can made a batch tool in C#

I know how to recalcute the "mdat" lenght but i don't know how to get mdat info of frames

Best regards,