<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://coptr.digipres.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BeMattmann</id>
	<title>COPTR - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://coptr.digipres.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=BeMattmann"/>
	<link rel="alternate" type="text/html" href="https://coptr.digipres.org/Special:Contributions/BeMattmann"/>
	<updated>2026-04-04T01:45:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://coptr.digipres.org/index.php?title=TrID_File_Identifier&amp;diff=3735</id>
		<title>TrID File Identifier</title>
		<link rel="alternate" type="text/html" href="https://coptr.digipres.org/index.php?title=TrID_File_Identifier&amp;diff=3735"/>
		<updated>2020-08-28T13:49:00Z</updated>

		<summary type="html">&lt;p&gt;BeMattmann: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox_tool&lt;br /&gt;
|purpose=TrID is a utility designed to identify file types from their binary signatures.&lt;br /&gt;
|image=&lt;br /&gt;
|homepage=http://mark0.net/soft-trid-e.html&lt;br /&gt;
|license=Free for personal / non commercial use&lt;br /&gt;
|platforms=Windows, Linux&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Delete the Categories that do not apply --&amp;gt;&lt;br /&gt;
[[Category:File Format Identification]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Description =&lt;br /&gt;
TrID is a utility designed to identify file types from their binary signatures. While there are similar utilities with hard coded rules,  TriID has no such rules. Instead, it is extensible and can be trained to recognize new formats in a fast and automatic way. &lt;br /&gt;
&lt;br /&gt;
It was first released in 2003. Currently, its library contains of 8408 entries.&lt;br /&gt;
&lt;br /&gt;
= User Experiences =&lt;br /&gt;
It's a command line tool, which can be scripted pretty easily, e. g.:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
  echo off &amp;lt;br /&amp;gt;&lt;br /&gt;
  echo Please paste folder with files to identify: &amp;lt;br /&amp;gt;&lt;br /&gt;
  echo ************************** &amp;lt;br /&amp;gt;&lt;br /&gt;
  set /p inputfolder= folder : &amp;lt;br /&amp;gt;&lt;br /&gt;
  for /r &amp;quot;%inputfolder%\&amp;quot; %%X in (*.*) do ( &amp;lt;br /&amp;gt;&lt;br /&gt;
                echo new File &amp;gt;&amp;gt; gfindings.txt &amp;lt;br /&amp;gt;		&lt;br /&gt;
                echo TRId Findings &amp;gt;&amp;gt; govDocs.txt &amp;lt;br /&amp;gt; &lt;br /&gt;
                trid &amp;quot;%%X&amp;quot; &amp;gt;&amp;gt; govDocs.txt &amp;lt;br /&amp;gt;&lt;br /&gt;
  ) &amp;lt;br /&amp;gt;&lt;br /&gt;
  Pause &amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TrID works best for binary files, plain text files are just identified as &amp;quot;test/ASCII&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Findings are output in %, a file format, so typical TrID findings can be:&lt;br /&gt;
&lt;br /&gt;
* 50.0% (.BMP) Windows Bitmap (v3) (2004/2)&lt;br /&gt;
* 100.0% (.FM) FrameMaker document (11000/1)&lt;br /&gt;
* 53.8% (.WRI) Windows Write Document (7000/1)&lt;br /&gt;
&lt;br /&gt;
It is also possible that several file formats are output, e. g. 50% JPEG, 50% something else.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Development Activity =&lt;br /&gt;
&lt;br /&gt;
{{Infobox_tool_details&lt;br /&gt;
|ohloh_id=TrID File Identifier&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>BeMattmann</name></author>
	</entry>
</feed>