I have a security camera DVR that i need to recover some video from. The file extension is .264 I have tried to use the GUI based tool to add the file type as well as follow the instructions posted on this forum. I cant seem to figure out what I am doing wrong. Any help would be appreciated.
Links to files:
http://freakshare.com/files/ctx4ihji/ch ... 0.264.html
http://freakshare.com/files/ij9w47g4/ch ... 0.264.html
http://freakshare.com/files/z0bc1t45/ch ... 0.264.html
custom file recovery
Re: custom file recovery
I downloaded one file, then that file hosting ask me to wait app. half an hour to download another one. So, maybe next day I'll be able to look at those files.
Re: custom file recovery
Thanks, let me know if you would like me to post the files somewhere else.
Re: custom file recovery
Try this one:
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="2.0">
<FileType id="50001" group="DVR Video" description="DVR files" features="" extension="264">
<Begin combine="OR">
<Signature offset="80">MDVR96NT\x5f2\x5fR</Signature>
</Begin>
<End combine="OR"/>
</FileType>
</FileTypeList>
Unfortunately, I couldn't find a signature for the file end. So, it would be not easy to find file ends.
<?xml version="1.0" encoding="UTF-8"?>
<FileTypeList version="2.0">
<FileType id="50001" group="DVR Video" description="DVR files" features="" extension="264">
<Begin combine="OR">
<Signature offset="80">MDVR96NT\x5f2\x5fR</Signature>
</Begin>
<End combine="OR"/>
</FileType>
</FileTypeList>
Unfortunately, I couldn't find a signature for the file end. So, it would be not easy to find file ends.