Skip to content

Commit a772459

Browse files
authored
Merge pull request #33 from aeschweik/develop
Add tag definitions to README
2 parents 99a0c0b + 751d8e5 commit a772459

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Run a single tag against a supplied value or multiple tags using a config file (
4949
|-----------------------------|-------------------------------------------------------------------------------------------------------|
5050
| `-h`, `--help` | Show this help message and exit |
5151
| `-i`, `--input` | Path to the input `qctools.xml.gz` or `qctools.mkv` file |
52-
| `-t`, `--tagname` | The tag name you want to test (e.g., `SATMAX`) |
52+
| `-t`, `--tagname` | The tag name you want to test (e.g., `SATMAX`); see table of tag names below for list |
5353
| `-o`, `--over` | Threshold overage number |
5454
| `-u`, `--under` | Threshold under number |
5555
| `-p`, `--profile` | Compare frame data against tag values from `config.txt`. Use `-p default` for QCTools default values |
@@ -64,6 +64,20 @@ Run a single tag against a supplied value or multiple tags using a config file (
6464
| `-pr`, `--print` | Print over/under frame data to console (default: off) |
6565
| `-q`, `--quiet` | Suppress ffmpeg output in console (default: off) |
6666

67+
## Tags
68+
69+
| Tag category | Tag names |
70+
|-----------------------------|-------------------------------------------------------------------------------------------------------|
71+
| [YUV values](https://bavc.github.io/qctools/filter_descriptions.html#yuv) | `YMIN,YLOW,YAVG,YHIGH,YMAX`<br>`UMIN,ULOW,UAVG,UHIGH,UMAX`<br>`VMIN,VLOW,VAVG,VHIGH,VMAX` |
72+
| [YUV values (difference)](https://bavc.github.io/qctools/filter_descriptions.html#diff) | `YDIF,UDIF,VDIF` |
73+
| [Saturation values](https://bavc.github.io/qctools/filter_descriptions.html#saturation) | `SATMIN,SATLOW,SATAVG,SATHIGH,SATMAX` |
74+
| [Hue values](https://bavc.github.io/qctools/filter_descriptions.html#hue) | `HUEMED,HUEAVG` |
75+
| [Temporal outliers](https://bavc.github.io/qctools/filter_descriptions.html#tout) | `TOUT` |
76+
| [Vertical line repetitions](https://bavc.github.io/qctools/filter_descriptions.html#vrep) | `VREP` |
77+
| [Broadcast range](https://bavc.github.io/qctools/filter_descriptions.html#brng) | `BRNG` |
78+
| [Mean square error fields](https://bavc.github.io/qctools/filter_descriptions.html#msef) | `mse_y,mse_u,mse_v,mse_avg` |
79+
| [Peak signal to noise ratio fields](https://bavc.github.io/qctools/filter_descriptions.html#psnrf) | `psnr_y,psnr_u,psnr_v,psnr_avg` |
80+
6781
## Examples
6882

6983
### Run single tag tests

0 commit comments

Comments
 (0)