Difference between revisions of "ContactSheet"
Jump to navigation
Jump to search
| Line 75: | Line 75: | ||
| [[Type_WTV]] | | [[Type_WTV]] | ||
|} | |} | ||
| + | |||
| + | =Remarks= | ||
| + | This ETL is incredibly affected by the performance of the temporary folder (<code>[[Loader Configuration#Temporary Folder|tempdir]]</code>). | ||
| + | When possible, have the temporary file folder hosted on an SSD local to the machine itself. | ||
| + | |||
| + | You can override the <code>tempdir</code> value in the <code>TruxtonSettings.xml</code> file by adding a command line option to the ETL's section in the <code>TruxtonService.xml</code> file. | ||
| + | A command line settings takes [[Configuration System#Sources|precedence]] over anything in <code>TruxtonSettings.xml</code> | ||
Revision as of 07:49, 15 March 2021
| Executable | ContactSheet.exe
|
| Stage | 6 |
| Percent Complete | 48% |
| Message Queue | contactsheet
|
The contact sheet generator is responsible for making the summary image of videos. It does so by taking one frame from the video every 1% of the way through the video and arranging these frames into a 10x10 grid.
Capabilities
File Types
ContactSheet processes the following types of files.
Remarks
This ETL is incredibly affected by the performance of the temporary folder (tempdir).
When possible, have the temporary file folder hosted on an SSD local to the machine itself.
You can override the tempdir value in the TruxtonSettings.xml file by adding a command line option to the ETL's section in the TruxtonService.xml file.
A command line settings takes precedence over anything in TruxtonSettings.xml