You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply place the full path to the user created config *directory* in place of 'QCT_PARSE_CONFIG_DIRECTORY'
136
+
137
+
## Thumbnails
138
+
139
+
Thumbnails of failed frames will be exported if the `-te` flag is invoked.
119
140
120
141
In order to export thumbnails, the QCTools report must be in the same directory as the video file it is describing, and must have the same file name as the report (excluding the `qctools.xml.gz`).
121
142
143
+
If you would like to provide a path for exporting thumbnails, you can do so using the `-tep` flag.
144
+
Otherwise, thumbnails will automatically be created in the same directory as the video file and QCTools report, in a new directory.
145
+
146
+
When running qct-parse with a profile, the thumbnails will be placed in a directory named `ThumbExports`.
147
+
When run against single tags the directory will be named [TAG NAME].[THRESHOLD]
148
+
122
149
## Logging
123
150
124
-
A log file is created with the same name as the input file but with a '.log' extension.
151
+
A log file is created with the same name as the input file but with a '.log' extension.
125
152
For example: `some_video_file.mkv.qctools.xml.gz.log`
126
153
127
-
Log files contain every instance of values over the specified threshold. For example:
154
+
Log files contain every instance of values over the specified threshold. For example:
128
155
`2024-10-03 17:02:35,737 SATMAX is over 181.02 with a value of 698.0 at duration 00:00:16.4500`
129
156
130
157
---
@@ -133,20 +160,20 @@ Log files contain every instance of values over the specified threshold. For exa
133
160
134
161
Not in active development. Please file an issue if you are interested in using these.
135
162
136
-
-**`makeqctoolsreport`**
163
+
#### `makeqctoolsreport`
137
164
138
165
A Python port of Morgan’s [makeqctoolsreport.as](https://github.com/iamdamosuzuki/QCToolsReport), this script generates QCTools `.xml.gz` reports from input video files.
139
166
140
-
## Example Usage
167
+
Example Usage:
141
168
```bash
142
169
makeqctoolsreport /path/to/input.mxf
143
170
```
144
171
145
-
-**`overcatch`**
172
+
#### `overcatch`
146
173
147
174
A script from the original qct-parse development for running a report against multiple profiles.
0 commit comments