stream-render-farm/render-farm-capacity-planner.json
2026-07-18 19:32:55 +00:00

30 lines
769 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Capacity Planner",
"version": "1.0",
"grounded_in": {
"wikidata": "Q5020214",
"entity": "2026-fifa-world-cup",
"venue_count": 16,
"countries": ["United States", "Mexico", "Canada"]
},
"formula": {
"capacity": "V × M × A × R ÷ S",
"variables": {
"V": "venues (default 16)",
"M": "matches per venue avg (default 6.5)",
"A": "assets per match frames×cameras (default 25600)",
"R": "resolution multiplier 8K vs 1080p (default 15.8)",
"S": "GPU render speed frames/sec (default 120)"
}
},
"constraints": {
"deadline_hours": 1440,
"buffer_percent": 15
},
"related_pages": [
"render-farm-theory.html",
"render-farm-calculator.html",
"fifa-2026-venues.html"
]
}