{"id":751,"date":"2026-04-13T08:43:58","date_gmt":"2026-04-13T08:43:58","guid":{"rendered":"https:\/\/fluxxvp.com\/?page_id=751"},"modified":"2026-04-13T08:43:59","modified_gmt":"2026-04-13T08:43:59","slug":"fluxx-home","status":"publish","type":"page","link":"https:\/\/fluxxvp.com\/","title":{"rendered":"Fluxx Home"},"content":{"rendered":"\n<style>\n:root{--body:#0b0d18;--card:#121422;--card-alt:#0e1020;--blue:#00C4FF;--blue-dim:#0090B8;--border:#1e2134;--text-pri:#eaedf5;--text-sec:#8b90a8;--text-mut:#555a72;--light-bg:#f5f6fa;--purple:#7d40ff;--green:#5eff5a;--radius:16px;--radius-sm:10px}\n*{margin:0;padding:0;box-sizing:border-box}\nhtml{scroll-behavior:smooth}\nbody{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;background:var(--body);color:var(--text-pri);line-height:1.6;overflow-x:hidden}\nnav{position:fixed;top:0;left:0;right:0;z-index:100;padding:20px 48px;display:flex;align-items:center;justify-content:space-between;background:rgba(11,13,24,0.85);backdrop-filter:blur(20px);border-bottom:1px solid rgba(30,33,52,0.5)}\n.nav-logo svg{height:28px;width:auto}\n.nav-links{display:flex;gap:32px;align-items:center}\n.nav-links a{color:var(--text-sec);text-decoration:none;font-size:14px;font-weight:500;letter-spacing:0.02em;transition:color 0.2s}\n.nav-links a:hover{color:var(--blue)}\n.nav-contact{color:var(--blue)!important;border:1px solid rgba(0,196,255,0.3);padding:8px 20px;border-radius:8px;transition:all 0.2s!important}\n.nav-contact:hover{background:rgba(0,196,255,0.1);border-color:var(--blue)!important}\n.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 48px 80px;position:relative}\n.hero::before{content:'';position:absolute;top:-20%;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(ellipse,rgba(0,196,255,0.06) 0%,transparent 70%);pointer-events:none}\n.hero-logo{margin-bottom:24px;opacity:0;animation:fadeUp 0.8s ease forwards 0.2s}\n.hero-logo svg{height:140px;width:auto}\n.hero-tagline{font-size:15px;font-weight:500;color:var(--blue);letter-spacing:0.12em;text-transform:uppercase;margin-bottom:48px;opacity:0;animation:fadeUp 0.8s ease forwards 0.5s}\n.hero-headline{font-size:clamp(28px,4vw,44px);font-weight:600;line-height:1.2;max-width:680px;margin-bottom:24px;opacity:0;animation:fadeUp 0.8s ease forwards 0.6s}\n.hero-headline em{font-style:normal;color:var(--blue)}\n.hero-sub{font-size:17px;color:var(--text-sec);max-width:520px;font-weight:400;opacity:0;animation:fadeUp 0.8s ease forwards 0.8s}\n.scroll-hint{position:absolute;bottom:40px;opacity:0;animation:fadeUp 0.8s ease forwards 1s}\n.scroll-hint span{display:block;width:1px;height:48px;background:linear-gradient(to bottom,var(--blue),transparent);margin:0 auto}\nsection{padding:100px 48px;max-width:1200px;margin:0 auto}\n.section-label{font-size:12px;font-weight:600;color:var(--blue);letter-spacing:0.15em;text-transform:uppercase;margin-bottom:12px}\n.section-title{font-size:clamp(24px,3vw,36px);font-weight:600;margin-bottom:16px;line-height:1.2}\n.section-desc{font-size:16px;color:var(--text-sec);max-width:560px;margin-bottom:56px}\n.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}\n.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:36px 32px;transition:border-color 0.3s,transform 0.3s;position:relative;overflow:hidden}\n.product-card:hover{border-color:rgba(0,196,255,0.3);transform:translateY(-2px)}\n.product-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--blue),transparent);opacity:0;transition:opacity 0.3s}\n.product-card:hover::before{opacity:1}\n.product-name{font-size:18px;font-weight:600;margin-bottom:4px}\n.product-type{font-size:12px;color:var(--blue);font-weight:500;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:16px}\n.product-desc{font-size:14px;color:var(--text-sec);line-height:1.7}\n.cta-section{padding:80px 48px;max-width:1200px;margin:0 auto;text-align:center}\n.cta-section .section-title{margin-bottom:24px}\n.cta-email{color:var(--blue);text-decoration:none;font-size:20px;font-weight:500;border:1px solid rgba(0,196,255,0.3);padding:14px 36px;border-radius:10px;display:inline-block;transition:all 0.3s}\n.cta-email:hover{background:rgba(0,196,255,0.1);border-color:var(--blue)}\nfooter{padding:60px 48px 40px;max-width:1200px;margin:0 auto;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:24px}\n.footer-left svg{height:22px;margin-bottom:12px}\n.footer-copy{font-size:13px;color:var(--text-mut)}\n.footer-right{text-align:right}\n.footer-email{color:var(--blue);text-decoration:none;font-size:15px;font-weight:500}\n.footer-email:hover{text-decoration:underline}\n.footer-location{font-size:13px;color:var(--text-mut);margin-top:4px}\n@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}\n@media(max-width:768px){nav{padding:16px 24px}.hero{padding:100px 24px 60px}section,.cta-section{padding:60px 24px}footer{padding:40px 24px 32px}.nav-links{gap:16px}}\n<\/style>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"><link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<nav><a href=\"#\" class=\"nav-logo\"><svg viewBox=\"0 0 1093 1024\" fill=\"#00C4FF\"><path d=\"M219.308 799.324H111.38V819.72H219.308V872.126H111.38V945.211H45.0938V746.919H219.308V799.324ZM312.844 899.32H406.324V945.211H254.772V773.83H312.844V899.32ZM520.223 948.044C468.1 948.044 430.425 923.965 430.425 857.113V773.83H488.496V861.362C488.496 886.29 501.527 899.32 521.639 899.32C542.602 899.32 553.933 886.29 553.933 861.362V773.83H612.004V857.113C612.004 923.965 573.195 948.044 520.223 948.044ZM835.634 773.83L773.03 859.379L835.634 945.211H767.931L740.453 909.235H736.488L710.143 945.211H637.625L702.778 859.379L637.625 773.83H710.143L736.771 810.089H740.453L767.931 773.83H835.634ZM1047.8 773.83L985.198 859.379L1047.8 945.211H980.099L952.622 909.235H948.656L922.311 945.211H849.793L914.946 859.379L849.793 773.83H922.311L948.939 810.089H952.622L980.099 773.83H1047.8Z\"\/><path d=\"M452.673 80.4804C399.887 63.1897 347.353 41.659 295.499 15.2702C294.175 14.5911 293.096 15.4095 293.096 17.0898V213.983C293.096 215.663 294.175 217.221 295.499 217.456C347.353 226.763 399.887 234.364 452.673 240.467C454.023 240.624 455.12 239.675 455.12 238.352V83.6581C455.12 82.3348 454.023 80.9157 452.673 80.4717V80.4804Z\"\/><path d=\"M623.595 122.346C570.774 113.492 517.735 101.059 464.914 84.4212C463.556 83.9946 462.468 84.6998 462.468 86.0145V239.228C462.468 240.542 463.565 241.718 464.914 241.875C517.735 247.743 570.774 252.131 623.595 255.256C624.945 255.334 626.042 254.507 626.042 253.41V124.749C626.042 123.652 624.945 122.581 623.595 122.346Z\"\/><path d=\"M793.02 139.229C741.165 137.392 688.631 132.638 635.854 124.333C634.504 124.115 633.407 124.829 633.407 125.926V253.839C633.407 254.927 634.504 255.876 635.854 255.954C688.64 258.888 741.174 260.56 793.02 261.213C794.343 261.23 795.423 260.421 795.423 259.411V141.136C795.423 140.126 794.343 139.273 793.02 139.22V139.229Z\"\/><path d=\"M452.673 247.676C399.887 242.078 347.353 235.113 295.499 226.563C294.175 226.346 293.096 227.53 293.096 229.21V426.112C293.096 427.792 294.175 428.976 295.499 428.758C347.353 420.226 399.887 413.27 452.673 407.672C454.023 407.524 455.12 406.34 455.12 405.025V250.332C455.12 249.008 454.023 247.824 452.673 247.676Z\"\/><path d=\"M623.595 261.23C570.774 258.366 517.735 254.335 464.914 248.954C463.556 248.815 462.468 249.764 462.468 251.07V404.283C462.468 405.589 463.565 406.538 464.914 406.399C517.735 401.019 570.774 396.996 623.595 394.132C624.945 394.062 626.042 393.105 626.042 392.008V263.346C626.042 262.249 624.945 261.3 623.595 261.222V261.23Z\"\/><path d=\"M452.386 414.959C399.6 421.062 347.066 428.662 295.22 437.969C293.897 438.204 292.817 439.763 292.817 441.443V638.44C292.817 640.121 293.897 640.939 295.22 640.26C347.075 613.863 399.609 592.323 452.386 575.015C453.736 574.571 454.833 573.143 454.833 571.82V417.066C454.833 415.742 453.736 414.802 452.386 414.95V414.959Z\"\/><\/svg><\/a><div class=\"nav-links\"><a href=\"#technology\">Technology<\/a><a href=\"mailto:info@fluxxvp.com\" class=\"nav-contact\">Contact<\/a><\/div><\/nav>\n<div class=\"hero\"><div class=\"hero-logo\"><svg viewBox=\"0 0 1093 1024\" fill=\"#00C4FF\"><path d=\"M219.308 799.324H111.38V819.72H219.308V872.126H111.38V945.211H45.0938V746.919H219.308V799.324ZM312.844 899.32H406.324V945.211H254.772V773.83H312.844V899.32ZM520.223 948.044C468.1 948.044 430.425 923.965 430.425 857.113V773.83H488.496V861.362C488.496 886.29 501.527 899.32 521.639 899.32C542.602 899.32 553.933 886.29 553.933 861.362V773.83H612.004V857.113C612.004 923.965 573.195 948.044 520.223 948.044ZM835.634 773.83L773.03 859.379L835.634 945.211H767.931L740.453 909.235H736.488L710.143 945.211H637.625L702.778 859.379L637.625 773.83H710.143L736.771 810.089H740.453L767.931 773.83H835.634ZM1047.8 773.83L985.198 859.379L1047.8 945.211H980.099L952.622 909.235H948.656L922.311 945.211H849.793L914.946 859.379L849.793 773.83H922.311L948.939 810.089H952.622L980.099 773.83H1047.8Z\"\/><path d=\"M452.673 80.4804C399.887 63.1897 347.353 41.659 295.499 15.2702C294.175 14.5911 293.096 15.4095 293.096 17.0898V213.983C293.096 215.663 294.175 217.221 295.499 217.456C347.353 226.763 399.887 234.364 452.673 240.467C454.023 240.624 455.12 239.675 455.12 238.352V83.6581C455.12 82.3348 454.023 80.9157 452.673 80.4717V80.4804Z\"\/><path d=\"M623.595 122.346C570.774 113.492 517.735 101.059 464.914 84.4212C463.556 83.9946 462.468 84.6998 462.468 86.0145V239.228C462.468 240.542 463.565 241.718 464.914 241.875C517.735 247.743 570.774 252.131 623.595 255.256C624.945 255.334 626.042 254.507 626.042 253.41V124.749C626.042 123.652 624.945 122.581 623.595 122.346Z\"\/><path d=\"M793.02 139.229C741.165 137.392 688.631 132.638 635.854 124.333C634.504 124.115 633.407 124.829 633.407 125.926V253.839C633.407 254.927 634.504 255.876 635.854 255.954C688.64 258.888 741.174 260.56 793.02 261.213C794.343 261.23 795.423 260.421 795.423 259.411V141.136C795.423 140.126 794.343 139.273 793.02 139.22V139.229Z\"\/><path d=\"M452.673 247.676C399.887 242.078 347.353 235.113 295.499 226.563C294.175 226.346 293.096 227.53 293.096 229.21V426.112C293.096 427.792 294.175 428.976 295.499 428.758C347.353 420.226 399.887 413.27 452.673 407.672C454.023 407.524 455.12 406.34 455.12 405.025V250.332C455.12 249.008 454.023 247.824 452.673 247.676Z\"\/><path d=\"M623.595 261.23C570.774 258.366 517.735 254.335 464.914 248.954C463.556 248.815 462.468 249.764 462.468 251.07V404.283C462.468 405.589 463.565 406.538 464.914 406.399C517.735 401.019 570.774 396.996 623.595 394.132C624.945 394.062 626.042 393.105 626.042 392.008V263.346C626.042 262.249 624.945 261.3 623.595 261.222V261.23Z\"\/><path d=\"M452.386 414.959C399.6 421.062 347.066 428.662 295.22 437.969C293.897 438.204 292.817 439.763 292.817 441.443V638.44C292.817 640.121 293.897 640.939 295.22 640.26C347.075 613.863 399.609 592.323 452.386 575.015C453.736 574.571 454.833 573.143 454.833 571.82V417.066C454.833 415.742 453.736 414.802 452.386 414.95V414.959Z\"\/><\/svg><\/div><div class=\"hero-tagline\">Near-Time VFX<\/div><h1 class=\"hero-headline\">A New Golden Age for<br><em>Modern Filmmaking<\/em><\/h1><p class=\"hero-sub\">Near-time VFX. Delivered minutes after the cut, not months after the wrap.<\/p><div class=\"scroll-hint\"><span><\/span><\/div><\/div><section id=\"technology\"><div class=\"section-label\">What We Build<\/div><h2 class=\"section-title\">The tools productions actually need<\/h2><p class=\"section-desc\">End-to-end VFX infrastructure. Hardware, rendering, pipeline, and IP designed to work together from set to screen.<\/p><div class=\"products-grid\"><div class=\"product-card\"><div class=\"product-name\">Fusion<\/div><div class=\"product-type\">Pipeline &amp; Hardware<\/div><p class=\"product-desc\">Near-time VFX processing system. Purpose-built hardware and pipeline delivering cinema-grade visual effects, on set, on schedule.<\/p><\/div><div class=\"product-card\"><div class=\"product-name\">ComposiTrack<\/div><div class=\"product-type\">Proprietary IP<\/div><p class=\"product-desc\">Patented capture technology. Camera-agnostic, renderer-agnostic, no tracking markers. The core innovation that makes near-time VFX possible.<\/p><\/div><div class=\"product-card\"><div class=\"product-name\">Warp Rendering<\/div><div class=\"product-type\">Rendering Hardware<\/div><p class=\"product-desc\">Mobile rendering infrastructure. Liquid-cooled, flight-case deployable to any LED stage. VFX-grade frames, fast enough for on-set decisions.<\/p><\/div><div class=\"product-card\"><div class=\"product-name\">FluxxAutomate<\/div><div class=\"product-type\">Workflow<\/div><p class=\"product-desc\">Pipeline automation and orchestration. Task routing, asset versioning, and render scheduling across the entire production lifecycle.<\/p><\/div><\/div><\/section>\n<div class=\"cta-section\"><h2 class=\"section-title\">Want to learn more?<\/h2><a href=\"mailto:info@fluxxvp.com\" class=\"cta-email\">info@fluxxvp.com<\/a><\/div>\n<footer><div class=\"footer-left\"><svg viewBox=\"0 0 1093 1024\" fill=\"#00C4FF\" height=\"22\"><path d=\"M219.308 799.324H111.38V819.72H219.308V872.126H111.38V945.211H45.0938V746.919H219.308V799.324ZM312.844 899.32H406.324V945.211H254.772V773.83H312.844V899.32ZM520.223 948.044C468.1 948.044 430.425 923.965 430.425 857.113V773.83H488.496V861.362C488.496 886.29 501.527 899.32 521.639 899.32C542.602 899.32 553.933 886.29 553.933 861.362V773.83H612.004V857.113C612.004 923.965 573.195 948.044 520.223 948.044ZM835.634 773.83L773.03 859.379L835.634 945.211H767.931L740.453 909.235H736.488L710.143 945.211H637.625L702.778 859.379L637.625 773.83H710.143L736.771 810.089H740.453L767.931 773.83H835.634ZM1047.8 773.83L985.198 859.379L1047.8 945.211H980.099L952.622 909.235H948.656L922.311 945.211H849.793L914.946 859.379L849.793 773.83H922.311L948.939 810.089H952.622L980.099 773.83H1047.8Z\"\/><path d=\"M452.673 80.4804C399.887 63.1897 347.353 41.659 295.499 15.2702C294.175 14.5911 293.096 15.4095 293.096 17.0898V213.983C293.096 215.663 294.175 217.221 295.499 217.456C347.353 226.763 399.887 234.364 452.673 240.467C454.023 240.624 455.12 239.675 455.12 238.352V83.6581C455.12 82.3348 454.023 80.9157 452.673 80.4717V80.4804Z\"\/><path d=\"M623.595 122.346C570.774 113.492 517.735 101.059 464.914 84.4212C463.556 83.9946 462.468 84.6998 462.468 86.0145V239.228C462.468 240.542 463.565 241.718 464.914 241.875C517.735 247.743 570.774 252.131 623.595 255.256C624.945 255.334 626.042 254.507 626.042 253.41V124.749C626.042 123.652 624.945 122.581 623.595 122.346Z\"\/><path d=\"M793.02 139.229C741.165 137.392 688.631 132.638 635.854 124.333C634.504 124.115 633.407 124.829 633.407 125.926V253.839C633.407 254.927 634.504 255.876 635.854 255.954C688.64 258.888 741.174 260.56 793.02 261.213C794.343 261.23 795.423 260.421 795.423 259.411V141.136C795.423 140.126 794.343 139.273 793.02 139.22V139.229Z\"\/><path d=\"M452.673 247.676C399.887 242.078 347.353 235.113 295.499 226.563C294.175 226.346 293.096 227.53 293.096 229.21V426.112C293.096 427.792 294.175 428.976 295.499 428.758C347.353 420.226 399.887 413.27 452.673 407.672C454.023 407.524 455.12 406.34 455.12 405.025V250.332C455.12 249.008 454.023 247.824 452.673 247.676Z\"\/><path d=\"M623.595 261.23C570.774 258.366 517.735 254.335 464.914 248.954C463.556 248.815 462.468 249.764 462.468 251.07V404.283C462.468 405.589 463.565 406.538 464.914 406.399C517.735 401.019 570.774 396.996 623.595 394.132C624.945 394.062 626.042 393.105 626.042 392.008V263.346C626.042 262.249 624.945 261.3 623.595 261.222V261.23Z\"\/><path d=\"M452.386 414.959C399.6 421.062 347.066 428.662 295.22 437.969C293.897 438.204 292.817 439.763 292.817 441.443V638.44C292.817 640.121 293.897 640.939 295.22 640.26C347.075 613.863 399.609 592.323 452.386 575.015C453.736 574.571 454.833 573.143 454.833 571.82V417.066C454.833 415.742 453.736 414.802 452.386 414.95V414.959Z\"\/><\/svg><div class=\"footer-copy\">&copy; 2026 Fluxx Inc.<\/div><\/div><div class=\"footer-right\"><a href=\"mailto:info@fluxxvp.com\" class=\"footer-email\">info@fluxxvp.com<\/a><div class=\"footer-location\">Vancouver, BC<\/div><\/div><\/footer>\n","protected":false},"excerpt":{"rendered":"<p>TechnologyContact Near-Time VFX A New Golden Age forModern Filmmaking Near-time VFX. Delivered minutes after the cut, not months after the wrap. What We Build The tools productions actually need End-to-end VFX infrastructure. Hardware, rendering, pipeline, and IP designed to work together from set to screen. Fusion Pipeline &amp; Hardware Near-time VFX processing system. Purpose-built hardware [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-751","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Fluxx Home - Fluxx Virtual Production<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fluxx Home - Fluxx Virtual Production\" \/>\n<meta property=\"og:description\" content=\"TechnologyContact Near-Time VFX A New Golden Age forModern Filmmaking Near-time VFX. Delivered minutes after the cut, not months after the wrap. What We Build The tools productions actually need End-to-end VFX infrastructure. Hardware, rendering, pipeline, and IP designed to work together from set to screen. Fusion Pipeline &amp; Hardware Near-time VFX processing system. Purpose-built hardware [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fluxxvp.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Fluxx Virtual Production\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-13T08:43:59+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/\",\"url\":\"https:\\\/\\\/fluxxvp.com\\\/\",\"name\":\"Fluxx Home - Fluxx Virtual Production\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#website\"},\"datePublished\":\"2026-04-13T08:43:58+00:00\",\"dateModified\":\"2026-04-13T08:43:59+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fluxxvp.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/fluxxvp.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fluxx Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#website\",\"url\":\"https:\\\/\\\/fluxxvp.com\\\/\",\"name\":\"Fluxx Virtual Production\",\"description\":\"Making Virtual Production Simply Production\",\"publisher\":{\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fluxxvp.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#organization\",\"name\":\"Fluxx Virtual Production\",\"url\":\"https:\\\/\\\/fluxxvp.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/fluxxvp.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Fluxx_Text_Logo.svg\",\"contentUrl\":\"https:\\\/\\\/fluxxvp.com\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Fluxx_Text_Logo.svg\",\"width\":510,\"height\":468,\"caption\":\"Fluxx Virtual Production\"},\"image\":{\"@id\":\"https:\\\/\\\/fluxxvp.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Fluxx Home - Fluxx Virtual Production","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Fluxx Home - Fluxx Virtual Production","og_description":"TechnologyContact Near-Time VFX A New Golden Age forModern Filmmaking Near-time VFX. Delivered minutes after the cut, not months after the wrap. What We Build The tools productions actually need End-to-end VFX infrastructure. Hardware, rendering, pipeline, and IP designed to work together from set to screen. Fusion Pipeline &amp; Hardware Near-time VFX processing system. Purpose-built hardware [&hellip;]","og_url":"https:\/\/fluxxvp.com\/","og_site_name":"Fluxx Virtual Production","article_modified_time":"2026-04-13T08:43:59+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fluxxvp.com\/","url":"https:\/\/fluxxvp.com\/","name":"Fluxx Home - Fluxx Virtual Production","isPartOf":{"@id":"https:\/\/fluxxvp.com\/#website"},"datePublished":"2026-04-13T08:43:58+00:00","dateModified":"2026-04-13T08:43:59+00:00","breadcrumb":{"@id":"https:\/\/fluxxvp.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fluxxvp.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fluxxvp.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/fluxxvp.com\/"},{"@type":"ListItem","position":2,"name":"Fluxx Home"}]},{"@type":"WebSite","@id":"https:\/\/fluxxvp.com\/#website","url":"https:\/\/fluxxvp.com\/","name":"Fluxx Virtual Production","description":"Making Virtual Production Simply Production","publisher":{"@id":"https:\/\/fluxxvp.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fluxxvp.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/fluxxvp.com\/#organization","name":"Fluxx Virtual Production","url":"https:\/\/fluxxvp.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/fluxxvp.com\/#\/schema\/logo\/image\/","url":"https:\/\/fluxxvp.com\/wp-content\/uploads\/2024\/08\/Fluxx_Text_Logo.svg","contentUrl":"https:\/\/fluxxvp.com\/wp-content\/uploads\/2024\/08\/Fluxx_Text_Logo.svg","width":510,"height":468,"caption":"Fluxx Virtual Production"},"image":{"@id":"https:\/\/fluxxvp.com\/#\/schema\/logo\/image\/"}}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/fluxxvp.com\/index.php?rest_route=\/wp\/v2\/pages\/751","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fluxxvp.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fluxxvp.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fluxxvp.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fluxxvp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=751"}],"version-history":[{"count":1,"href":"https:\/\/fluxxvp.com\/index.php?rest_route=\/wp\/v2\/pages\/751\/revisions"}],"predecessor-version":[{"id":752,"href":"https:\/\/fluxxvp.com\/index.php?rest_route=\/wp\/v2\/pages\/751\/revisions\/752"}],"wp:attachment":[{"href":"https:\/\/fluxxvp.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=751"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}