Trd (TRID)
From Just Solve the File Format Problem
(Difference between revisions)
(TRID TRD database) |
m (→Identification) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
| − | |extensions={{ext| | + | |subcat=Schema formats |
| + | |extensions={{ext|trd}} | ||
|mimetypes=<!-- {{mimetype|application/x-trid-trd}} --> | |mimetypes=<!-- {{mimetype|application/x-trid-trd}} --> | ||
|released=~2003 | |released=~2003 | ||
}} | }} | ||
| − | A <code>TRD</code> file is a [[RIFF]] like container that hold a | + | A <code>TRD</code> file is a [[RIFF]] like container that hold a series of [[TrID]]'s definitions. |
<code>TrIDDefs.TRD</code> is the default databases used by [[TrID]] file identification tool, if no other <code>TRD</code> database is given by <code>-d</code> option. | <code>TrIDDefs.TRD</code> is the default databases used by [[TrID]] file identification tool, if no other <code>TRD</code> database is given by <code>-d</code> option. | ||
== Identification == | == Identification == | ||
| − | . | + | .TRD files start with ASCII "{{magic|RIFF}}", have "{{magic|TRID}}" at offset 8, and {{magic|DEFN}} at offset 12. |
<ref>http://mark0.net/download/triddefs_xml.7z → t → trd.trid.xml</ref> | <ref>http://mark0.net/download/triddefs_xml.7z → t → trd.trid.xml</ref> | ||
Latest revision as of 17:00, 5 January 2022
A TRD file is a RIFF like container that hold a series of TrID's definitions.
TrIDDefs.TRD is the default databases used by TrID file identification tool, if no other TRD database is given by -d option.
Contents |
[edit] Identification
.TRD files start with ASCII "RIFF", have "TRID" at offset 8, and DEFN at offset 12.
[1]
[edit] Software
[edit] Sample files
- https://mark0.net/download/triddefs.zip → TrIDDefs.TRD
[edit] Links
[edit] References
- ↑ http://mark0.net/download/triddefs_xml.7z → t → trd.trid.xml