@nodaro/shared 1.24.0 → 1.24.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs
CHANGED
|
@@ -1742,11 +1742,11 @@ var VIDEO_MODELS = {
|
|
|
1742
1742
|
description: "Highest-accuracy analysis \u2014 a single deep pass that reads the footage frame by frame, finds its own shot boundaries, and identifies the cast by appearance. Best choice when the shot list will drive regeneration. Billed per duration bucket.",
|
|
1743
1743
|
useCases: ["video-analysis", "shot-list", "premium", "most-accurate"],
|
|
1744
1744
|
pricing: [
|
|
1745
|
-
{ identifier: "video-analysis:smart", credits:
|
|
1746
|
-
{ identifier: "video-analysis:smart:60s", credits:
|
|
1747
|
-
{ identifier: "video-analysis:smart:180s", credits:
|
|
1748
|
-
{ identifier: "video-analysis:smart:360s", credits:
|
|
1749
|
-
{ identifier: "video-analysis:smart:600s", credits:
|
|
1745
|
+
{ identifier: "video-analysis:smart", credits: 350, note: "10-min ceiling (no duration given)" },
|
|
1746
|
+
{ identifier: "video-analysis:smart:60s", credits: 46 },
|
|
1747
|
+
{ identifier: "video-analysis:smart:180s", credits: 98 },
|
|
1748
|
+
{ identifier: "video-analysis:smart:360s", credits: 211 },
|
|
1749
|
+
{ identifier: "video-analysis:smart:600s", credits: 350, note: "10-min ceiling" }
|
|
1750
1750
|
]
|
|
1751
1751
|
}
|
|
1752
1752
|
};
|
|
@@ -12620,10 +12620,10 @@ var VIDEO_ANALYSIS_BUCKET_CREDITS = {
|
|
|
12620
12620
|
// frame sampling turned all the way up. Priced well above the economy tiers
|
|
12621
12621
|
// because it genuinely costs more to run, and it is the only tier whose
|
|
12622
12622
|
// accuracy was measured against a hand-counted edit list.
|
|
12623
|
-
"video-analysis:smart:60s":
|
|
12624
|
-
"video-analysis:smart:180s":
|
|
12625
|
-
"video-analysis:smart:360s":
|
|
12626
|
-
"video-analysis:smart:600s":
|
|
12623
|
+
"video-analysis:smart:60s": 46,
|
|
12624
|
+
"video-analysis:smart:180s": 98,
|
|
12625
|
+
"video-analysis:smart:360s": 211,
|
|
12626
|
+
"video-analysis:smart:600s": 350
|
|
12627
12627
|
};
|
|
12628
12628
|
function videoAnalysisCreditSegment(modelOrSentinel) {
|
|
12629
12629
|
return modelOrSentinel === "mixed-fast" ? "mixed" : modelOrSentinel;
|