We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a637a commit d51086bCopy full SHA for d51086b
assets/js/release.js
@@ -37,13 +37,14 @@ function normalizeTokens(tokens) {
37
38
if (/^multi$/i.test(t)) return "MULTi";
39
if (/^vostfr$/i.test(t)) return "VOSTFR";
40
- if (/^vf$/i.test(t)) return "VF";
+ if (/^vff?2?$/i.test(t)) return "VF";
41
+ if (/^vfi$/i.test(t)) return "VFi";
42
if (/^vo$/i.test(t)) return "VO";
43
44
if (/^hdr$/i.test(t)) return "HDR";
45
if (/^dv$/i.test(t)) return "DV";
46
- if (/^10[- ]?Bit$/i.test(t)) return "10bit";
47
+ if (/^10[\s-]?Bit$/i.test(t)) return "10bit";
48
if (/^hevc$/i.test(t)) return "HEVC";
49
50
return t;
0 commit comments