by Alt » Tue Sep 04, 2012 9:11 am
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.
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.