Description


This EnScript is designed to carve MP4, MOV, M4A and HEIC files.

The structure of these files is defined by the ISO base media file format, ISO/IEC 14496-12.

These files consist of a sequence of 'boxes' and 'sub-boxes' each having a type and size. The type is a 4-character code, e.g., ftyp, moov, mdat, etc. Boxes are sometimes referred to as 'atoms'.

The script locates files by searching for the ftyp (file-type) box, which it expects to be at the start of each file. As the name suggests, this box will contain a 4-character code specifying the file's type.

ISO base media files do not have a footer. In addition, other than the ftyp box at the beginning, the top-level boxes are not guaranteed to be in the same order and may differ from file-to-file depending on type.

Accordingly, to find the end of a file, the script parses each box one after another until it reaches data that it can't identify, i.e., data that doesn't match a valid box code. It then checks to see that the minimum number of boxes deemed necessary for the file-type in question have been located.

For MOV (QuickTime video) and M4A (AAC audio) file-types, it will expect a file to have the fytp, moov and mdat boxes; for the HEIC (HEIF) file-type, it will expect a file to have the fytp, meta and mdat boxes. Any other ISO base media files will be treated as generic MP4 files, in which case the script will expect to locate fytp, moov and mdat boxes as per MOV and M4A files.

Whilst this methodology works reasonably well, the examiner should note that the script does not validate the content of each box; also, that it cannot locate fragmented files in their entirety. Accordingly, even though a file may have the required minimum number of boxes, those boxes may be corrupt, incomplete and/or other boxes may be missing.

The script writes recovered files to a designated output folder rather than a logical evidence file in order to make it easier to preview video content in Windows thumbnail view. Note that viewing HEIC files in Windows Explorer will require installation of the HEVC Video Extensions, which are available to purchase from the Microsoft Store at a nominal cost.

The script does not distinguish between M4A files and M4P files. Accordingly, any M4A file that does not play may be a copyright-protected M4P file.

For additional information, please see the following Twitter post:This script was developed for use in EnCase training. For more details, please click the following link:

Releases

Release
Size
Date
MP4, MOV, M4A and HEIC File Carver 1.2.0
  |  
Aug 1, 2024
More info Less info
Product compatibility
Release notes

Tested with:
EnCase Forensic 21.01.00.68.

Languages
English

Unsubscribe from notifications

You are receiving release updates for this item because you have subscribed to the following products:
If you unsubscribe, you will no longer receive any notifications for these products.
Tip: to update your subscription preferences, go to Manage Subscriptions from your Dashboard, uncheck the products you no longer want to receive notifications for, and click 'Save'.

Marketplace Terms of Service

In order to continue, you must accept the updated Marketplace Terms of Service.
Since you are downloading an app from the OpenText Marketplace, you need to accept the updated Marketplace Terms of Service before you can continue. Use the link to review the Marketplace Terms of Service. Once complete check the, "I accept the Marketplace Terms of Service" box below and click accept to continue your download.


Your download has begun...

Your download has begun

Related content and resources

Your browser is not supported!

Please upgrade to one of the following broswers: Internet Explorer 11 (or greater) or the latest version of Chrome or Firefox

release-rel-2025-2-1-6322 | Wed Feb 5 16:30:41 PST 2025