by Alt » Tue Sep 02, 2014 10:27 am
Looks like the file type description should look like:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<FileTypeList>
<FileType id="228" group="ARRI Video" description="ARRI Video Frames" extension="ari">
<Signature from="begin">ARRI\x124Vx</Signature>
</FileType>
</FileTypeList>
Unfortunately, this file type has no file signature for its end, thus there may be some garbage at the file end. Read more in our article
File Recovery Basics: How Data Recovery Works.
Looks like the file type description should look like:
[code]
<?xml version="1.0" encoding="utf-8"?>
<FileTypeList>
<FileType id="228" group="ARRI Video" description="ARRI Video Frames" extension="ari">
<Signature from="begin">ARRI\x124Vx</Signature>
</FileType>
</FileTypeList>
[/code]
Unfortunately, this file type has no file signature for its end, thus there may be some garbage at the file end. Read more in our article [url=http://www.r-tt.com/Articles/File_Recovery_Basics/]File Recovery Basics: How Data Recovery Works[/url].