CINXE.COM
Gladiator II Star on the Impactful Return of Connie Nielsen
<!doctype html><html lang='en' class='optml_no_js' prefix='og: https://ogp.me/ns#'><head> <meta charset='utf-8'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://mlpnk72yciwc.i.optimole.com" rel="preconnect"> <style> #sidebar, #test_sidebar {min-height:1750px;} #breadcrumbs {min-height:24px;} section.main-content {min-height:3000px;} #article {min-height:1500px;} @media only screen and (min-width: 64em) { #sidebar, #test_sidebar {min-height:3000px;} } .bc-author-box{ min-height: 250px; } #bc_sharing_is_caring{ min-height: 144px; } #read_more section { min-height: 1445px;} @media only screen and (min-width: 64em) { #read_more section {min-height:712px;} } nav#keywords_banner { height: 19px;} /* #header-wrapper { height: 47px; }*/ .latest-headline { color: black; font-size: 1em; margin: 0 2px 5px 2px; } /* [data-spotim-module=spotlight] { min-height: 375px; overflow: hidden; } .main-menu, .main-menu li{ background-color: #060606; z-index: 3000; opacity: 1; }*/ #top_spacer, #bottom_spacer { height: 100px; background-color: #DDDDDD; overflow: hidden; } .sidebar_spacer { height: 250px; background-color: #DDDDDD; overflow:hidden; } .post_content_spacer { height: 400px; overflow: clip; } @media only screen and (max-width: 64em) { /* #search_box { width: 95% !important; height: 30px !important; box-sizing: border-box; margin: auto; display: block; margin-bottom: 5px; }*/ } @media only screen and (min-width: 64em) { #top_spacer, #bottom_spacer { height: 250px; } .sidebar_spacer { height: 600px; } } </style> <link rel='stylesheet' href='/pure-min.css' /> <link rel='stylesheet' href='/grids-responsive-min.css' /> <link rel='stylesheet' href='/theme.css?version=22' /> <script> // Initialize a variable to hold the timeout ID var timeoutId; function loadScripts() { // Clear the timeout to prevent multiple executions clearTimeout(timeoutId); // Initialize window.ramp object and queue window.ramp = window.ramp || {}; window.ramp.que = window.ramp.que || []; // Load the first script var pw_main1 = document.createElement('script'); pw_main1.type = 'text/javascript'; pw_main1.async = true; pw_main1.src = '//cdn.intergient.com/1002214/46776/ramp_config.js'; document.getElementsByTagName('head')[0].appendChild(pw_main1); // Add tags to the ramp queue window.ramp.que.push(function() { window.ramp.addTag("bottom_medium_rectangle"); window.ramp.addTag("bottom_medium_rectangle1"); window.ramp.addTag("bottom_leaderboard"); window.ramp.addTag("bottom_leaderboard2"); }); // Load the second script var pw_main2 = document.createElement('script'); pw_main2.type = 'text/javascript'; pw_main2.async = true; pw_main2.src = '//cdn.intergient.com/ramp_core.js'; document.getElementsByTagName('footer')[0].appendChild(pw_main2); // Remove event listeners since the scripts have been loaded window.removeEventListener('scroll', cancelTimeout); window.removeEventListener('click', cancelTimeout); } function cancelTimeout() { // Clear the timeout to prevent the scripts from loading clearTimeout(timeoutId); // Load the scripts immediately upon user interaction loadScripts(); // Remove these event listeners as they are no longer needed window.removeEventListener('scroll', cancelTimeout); window.removeEventListener('click', cancelTimeout); } // Attach the function to both 'scroll' and 'click' events // These will cancel the timeout if triggered window.addEventListener('scroll', cancelTimeout); window.addEventListener('click', cancelTimeout); // Add a 3-second timeout to load the scripts if no user interaction occurs timeoutId = setTimeout(loadScripts, 3000); </script> <style> #test_sidebar, #sidebar { display: flex; flex-direction: column; } .med_rect_wrapper { height: 600px; background-color: #DDDDDD; } body:has(.flex-skin-docked) .pw-sticky { top:100px; } body { padding-bottom: 100px } </style> <script> document.addEventListener('scroll', init_ga4_on_event); document.addEventListener('mousemove', init_ga4_on_event); document.addEventListener('touchstart', init_ga4_on_event); document.addEventListener('DOMContentLoaded', () => { setTimeout(init_ga4, 5000); }); function init_ga4_on_event(event) { event.currentTarget.removeEventListener(event.type, init_ga4_on_event); init_ga4(); } function init_ga4() { if (window.ga4_did_init) { return false; } window.ga4_did_init = true; const ga_script = document.createElement('script'); ga_script.type = 'text/javascript'; ga_script.id = 'bc_ga4_script'; ga_script.onload = () => { console.log('Starting custom GA4.'); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('set', { "permalink" : "https://bleedingcool.com/movies/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen/", "is_article" : "1", "post_id" : "2115338", "page_title" : "Gladiator II Star on the Impactful Return of Connie Nielsen | 2115338", "author": "Aedan Juvet", "categories": "Movies,Paramount Pictures", "tags": "connie nielsen,Gladiator,gladiator ii,Paramount Pictures,paul mescal,ridley scott", "publish_time": "1731196028", "publish_day": "20241109", "publish_hour": "17", "primary_category": "Movies", }); gtag('config', 'G-F25QJ8TZYF'); console.log('Done custom GA4.'); (function () { var script = document.createElement('script'); script.src = 'https://unpkg.com/web-vitals@3/dist/web-vitals.attribution.iife.js'; script.onload = function () { // When loading `web-vitals` using a classic script, all the public // methods can be found on the `webVitals` global namespace. function sendToGoogleAnalytics({name, delta, value, id, attribution}) { const eventParams = { // Built-in params: value: delta, // Use 'delta' so the value can be summed. // Custom params: metric_id: id, // Needed to aggregate events. }; switch (name) { case 'CLS': eventParams.debug_target = attribution.largestShiftTarget; break; case 'INP': eventParams.debug_target = attribution.eventTarget; break; case 'LCP': eventParams.debug_target = attribution.element; break; } // Assumes the global `gtag()` function exists, see: // https://developers.google.com/analytics/devguides/collection/ga4 console.log(eventParams); gtag('event', name, eventParams); } webVitals.onCLS(sendToGoogleAnalytics); webVitals.onCLS(console.log); webVitals.onINP(sendToGoogleAnalytics); webVitals.onFID(console.log); webVitals.onLCP(sendToGoogleAnalytics); webVitals.onLCP(console.log); console.log("Web vitals loaded."); }; document.head.appendChild(script); })();; console.log('Done web_vitals attribution.'); console.log('Now sending Playwire GA4.'); window._pwGA4PageviewId = ''.concat(Date.now()); gtag('js', new Date()); gtag('config', 'G-QRMCX9VK2M', { 'send_page_view': false }); gtag( 'event', 'ramp_js', { 'send_to': 'G-QRMCX9VK2M', 'pageview_id': window._pwGA4PageviewId } ); ; } ga_script.src = 'https://www.googletagmanager.com/gtag/js?id=G-F25QJ8TZYF'; ga_script.async = true; document.body.appendChild(ga_script); } </script> <link rel="alternate" type="application/rss+xml" href="https://bleedingcool.com/feed/" /> <link rel="alternate" type="application/rss+xml" href="https://bleedingcool.com/movies/feed/" /> <script type="application/ld+json">{ "@context": "http://schema.org", "@type": "VideoObject", "name": "Gladiator II | New Trailer (2024 Movie) - Paul Mescal, Pedro Pascal, Denzel Washington, Ridley Scott", "description": "From director Ridley Scott, watch the New Trailer for #GladiatorII starring Paul Mescal, Pedro Pascal, Denzel Washington, Connie Nielsen, Joseph Quinn, and Fred Hechinger - Only in theatres November 22.\n\nConnect with #GladiatorII\nOfficial Site: gladiator.movie\nInstagram: https://www.instagram.com/GladiatorMovie/\nX: https://x.com/GladiatorMovie\nFacebook: https://www.facebook.com/GladiatorMovie\nTikTok: https://www.tiktok.com/@gladiatormovie\nThreads: https://www.threads.net/@gladiatormovie\n\nParamount Pictures Corporation (PPC), a major global producer and distributor of filmed entertainment, is a unit of Viacom (NASDAQ: VIAB, VIA), home to premier global media brands that create compelling television programs, motion pictures, short-form content, apps, games, consumer products, social media experiences, and other entertainment content for audiences in more than 180 countries.\n \nConnect with Paramount Pictures Online:\nOfficial Site: http://www.paramount.com/\nTikTok: https://www.tiktok.com/@paramountpics\nInstagram: http://www.instagram.com/ParamountPics\nTwitter: https://twitter.com/paramountpics\nYouTube: https://www.youtube.com/user/Paramount\nFacebook: https://www.facebook.com/Paramount", "thumbnailUrl": "https://i.ytimg.com/vi/Ts0N8swyWFI/default.jpg", "uploadDate": "2024-09-23T13:00:20Z", "duration": "PT2M33S", "embedUrl": "https://www.youtube.com/embed/Ts0N8swyWFI" }</script> <meta property="og:video" content="https://www.youtube.com/embed/Ts0N8swyWFI" /><meta property="video:duration" content="PT2M33S" /> <meta name='generator' content='Optimole 2.3.1'> <script type='application/javascript'> document.documentElement.className += ' optimole_has_js'; (function(w, d){ var b = d.getElementsByTagName('head')[0]; var s = d.createElement('script'); var v = ('IntersectionObserver' in w && 'isIntersecting' in w.IntersectionObserverEntry.prototype) ? '_no_poly' : ''; s.async = true; s.src = 'https://bleedingcool.com/optimole_lib' + v + '.min.js'; b.appendChild(s); w.optimoleData = { lazyloadOnly: 'optimole-lazy-only', backgroundReplaceClasses: [], watchClasses: [], backgroundLazySelectors: '', network_optimizations: true, ignoreDpr: true, quality: 75 } }(window, document)); document.addEventListener( 'DOMContentLoaded', function() { document.body.className = document.body.className.replace('optimole-no-script',''); } ); </script> <!-- This site is optimized with the Yoast SEO Premium plugin v15.5 - https://yoast.com/wordpress/plugins/seo/ --><title>Gladiator II Star on the Impactful Return of Connie Nielsen</title> <meta name="description" content="Gladiator II star Paul Mescal praises Connie Nielsen's return and says that both she and Denzel Washington are the soul of the film."> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"> <link rel="canonical" href="https://bleedingcool.com/movies/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen/"> <meta property="og:locale" content="en_US"> <meta property="og:type" content="article"> <meta property="og:title" content="Gladiator II Star on the Impactful Return of Connie Nielsen"> <meta property="og:description" content="Gladiator II star Paul Mescal praises Connie Nielsen's return and says that both she and Denzel Washington are the soul of the film."> <meta property="og:url" content="https://bleedingcool.com/movies/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen/"> <meta property="og:site_name" content="Bleeding Cool News"> <meta property="article:publisher" content="https://www.facebook.com/bleedingcoolnews"> <meta property="article:published_time" content="2024-11-09T17:47:08-06:00"> <meta property="article:modified_time" content="2024-11-09T17:47:08-06:00"> <meta property="og:image" content="https://bleedingcool.com/wp-content/uploads/2024/09/GL2_08150R-2000x1125.jpg"> <meta property="og:image:width" content="2000"> <meta property="og:image:height" content="1125"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:creator" content="@AedanJuvet"> <meta name="twitter:site" content="@bleedingcool"> <meta name="twitter:label1" content="Est. reading time"> <meta name="twitter:data1" content="2 minutes"> <!-- / Yoast SEO Premium plugin. --> <script type='application/ld+json'>{ "publisher": { "url": "https:\/\/bleedingcool.com", "name": "Bleeding Cool News", "@type": "Organization", "logo": { "url": "https:\/\/www.bleedingcool.com\/wp-content\/uploads\/2019\/05\/cropped-bccircle.jpg", "@context": "http:\/\/schema.org", "@type": "ImageObject" } }, "datePublished": "2024-11-09T17:47:08-06:00", "author": { "name": "Aedan Juvet", "url": "https:\/\/bleedingcool.com\/authorajuvet\/", "@context": "http:\/\/schema.org", "@type": "Person" }, "mainEntityOfPage": "https:\/\/bleedingcool.com\/movies\/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen\/", "description": "In a recent interview with Collider, director Ridley Scott and actor Paul Mescal shared insightful details about the emotional depth and character-driven focus of their upcoming film, Gladiator II. Mescal, who plays the film's protagonist, emphasized the significance of his scenes with co-stars Connie Nielsen and Denzel Washington, highlighting their irreplicable contribution to the film. […]\n", "dateModified": "2024-11-09T17:47:08-06:00", "headline": "Gladiator II Star on the Impactful Return of Connie Nielsen", "keywords": "connie nielsen,Gladiator,gladiator ii,Paramount Pictures,paul mescal,ridley scott", "speakable": { "cssSelector": ".headline", "xpath": "html\/head\/meta[@name='description']\/@content", "@context": "http:\/\/schema.org", "@type": "SpeakableSpecification" }, "inLanguage": "en-US", "isAccessibleForFree": "http:\/\/schema.org\/True", "image": [ "https:\/\/bleedingcool.com\/wp-content\/uploads\/2024\/09\/GL2_08150R-1200x675.jpg", "https:\/\/bleedingcool.com\/wp-content\/uploads\/2024\/09\/GL2_08150R-1200x900.jpg", "https:\/\/bleedingcool.com\/wp-content\/uploads\/2024\/09\/GL2_08150R-900x900.jpg" ], "articleBody": "\n\nIn a recent interview with Collider, director Ridley Scott and actor Paul Mescal shared insightful details about the emotional depth and character-driven focus of their upcoming film, Gladiator II. Mescal, who plays the film's protagonist, emphasized the significance of his scenes with co-stars Connie Nielsen and Denzel Washington, highlighting their irreplicable contribution to the film.\nConnie Nielsen plays Lucilla and Joseph Quinn plays Emperor Geta in Gladiator II from Paramount Pictures. ©2024 Paramount Pictures. All Right Reserved.\nGladiator II Star Praises Connie Nielsen's Scenes\nMescal tells the site, \"Scenes with Connie in the cell are, I think, the most important fundamentally to the soul of the film, and the scenes with Denzel at the tail end of the film. You can have all the action sequences in the world, but if you don't have an audience understanding where these characters are at that junction, there's no film — I don't think so. Those are the most challenging. There are pretty creative, robust conversations around that, which I'm really proud of.\"\nNielsen's performance as Lucilla, the sole returning character who navigates the treacherous political landscape of ancient Rome, was clearly designed to add compelling emotional gravitas to the story. From what we've seen and heard, interactions with Mescal's character are fraught with tension and poignancy, setting the stage for an epic sequel. In addition to the powerful performances, Gladiator II trailers promise to deliver the visual grandeur and epic scale that fans of the original film have come to expect (as well as longtime Scott fans).\nFrom legendary director Scott, Gladiator II continues the epic saga of power, intrigue, and vengeance set in Ancient Rome. Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius (Mescal) is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. Gladiator II is helmed by Scott and stars Mescal, Pedro Pascal, Joseph Quinn, Fred Hechinger, Lior Raz, Derek Jacobi, Nielsen, and Washington.\nThe Paramount Pictures film Gladiator II will be released in theaters on November 22, 2024.\n\n", "dateCreated": "2024-11-09T17:47:08-06:00", "copyrightYear": "2024", "articleSection": "Movies", "url": "https:\/\/bleedingcool.com\/movies\/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen\/", "@context": "http:\/\/schema.org", "@type": "NewsArticle" }</script> <script>setTimeout(function(){var wps=document.createElement('script');wps.type='text/javascript';wps.async=true;wps.src='//web.webpushs.com/js/push/582fca4f3d20490e714a8a2ce06da6b8_1.js';var s=document.getElementsByTagName('script')[0];s.parentNode.insertBefore(wps,s);}, 4250);</script> </head> <body><div id='wrapper' style='min-height: 1000px; max-width:1024px !important;'><nav id="keywords_banner"> <span>Breaking:</span> <a href="https://bleedingcool.com/games/funko-fusion-releases-all-new-wicked-dlc-content/" rel="bookmark">Funko Fusion</a> | <a href="https://bleedingcool.com/comics/hank-howard-bad-idea-collection-includes-unseen-hero-trade-crossover/" rel="bookmark">Bad Idea</a> | <a href="https://bleedingcool.com/movies/the-lord-of-the-rings-the-war-of-the-rohirrim-extended-sneak-preview/" rel="bookmark">The Lord of the Rings: The War of the Rohirrim</a> | <a href="https://bleedingcool.com/tv/revival-tim-seeley-is-checking-out-syfy-series-adapts-sets-this-week/" rel="bookmark">Revival</a> | <a href="https://bleedingcool.com/comics/who-thinks-james-gordon-is-guilty-of-murder-batman-155-spoilers/" rel="bookmark">Batman #155</a> | <a href="https://bleedingcool.com/collectibles/keep-the-change-as-rsvlts-debuts-new-home-alone-collection/" rel="bookmark">Home Alone</a> | <a href="https://bleedingcool.com/tv/dc-studios-launching-new-podcast-check-out-the-official-trailer/" rel="bookmark">DC Studios</a> | <a href="https://bleedingcool.com/comics/todd-mcfarlane-to-write-spawn-solo-again-in-2025-with-spawn-360/" rel="bookmark">Spawn</a> | <a href="https://bleedingcool.com/movies/disneys-snow-white-new-trailer-poster-and-8-hq-images-released/" rel="bookmark">Disney's Snow White</a> | <a href="https://bleedingcool.com/tv/the-great-when-set-for-series-alan-moore-excited-and-enthusiastic/" rel="bookmark">the great when</a> | <a href="https://bleedingcool.com/tv/secret-level-ep-trailer-spotlights-archetype-entertainments-exodus/" rel="bookmark">secret level</a> | <a href="https://bleedingcool.com/comics/scooby-doo-where-are-you-131-preview-toy-fair-terror/" rel="bookmark">Scooby-Doo Where Are You? #131</a> | <a href="https://bleedingcool.com/comics/sunset-of-the-sabertooth-graphic-novel-gets-125000-print-run/" rel="bookmark">Sabertooth</a> | <a href="https://bleedingcool.com/tv/wwe-raw-review-new-day-betrayal-drew-mcintyres-return-more/" rel="bookmark">WWE Raw</a> | <a href="https://bleedingcool.com/comics/sean-murphy-afraid-of-his-own-batman-hush-2-wraparound-cover-art/" rel="bookmark">Hush 2</a></nav> <div id="header-wrapper"> <header id="bc-masthead" class="pure-g" role="banner"> <div class="pure-u-1-5 pure-u-md-1-6 pure-u-lg-3-24"> <a href="https://bleedingcool.com/"> <img class="pure-img bc-logos" src="/bc-logo-headless-white-min.png" alt="Bleeding Cool News and Rumors" width='76px' height='32px'> </a> </div> <div class="pure-u-3-5 pure-u-md-4-6 pure-u-lg-18-24"> <nav id="menu" class="pure-u-1-1"> <label for="tm" id="toggle-menu"> <div class='hamburger'></div> <div class='hamburger'></div> <div class='hamburger'></div> <span class="drop-icon menu-top-level">▾</span></label> <input type="checkbox" id="tm"> <ul class="main-menu clearfix"> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm1">Comics <span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm1"> <ul class="sub-menu"> <li><a href="/comics/">Comics</a></li> <li><a href="/comics/vintage-paper/">Vintage Paper</a></li> <li><a href="/sponsored/heritage-sponsored/">Heritage Auctions</a></li> <li><a href="/sponsored/comic-connect-sponsored/">ComicConnect Auctions</a></li> <li><a href="/comics/comics-publishers/marvel-comics/">Marvel</a></li> <li><a href="/comics/comics-publishers/dc-comics/">DC Comics</a></li> <li><a href="/comics/comics-publishers/image/">Image</a></li> <li><a href="/comics/comics-publishers/dark-horse-comics/">Dark Horse Comics</a></li> <li><a href="/comics/comics-publishers/idw/">IDW</a></li> <li><a href="/comics/comics-publishers/boom/">Boom! Studios</a></li> <li><a href="/comics/comics-publishers/dynamite/">Dynamite</a></li> <li><a href="/tag/penguin-random-house/">Penguin Random House</a></li> </ul> </li> <li><a href="#" ><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm2">Film<span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm2"> <ul class="sub-menu"> <li><a href="/movies/">Movies</a></li> <li><a href="/movies/blumhouse/">Blumhouse</a></li> <li><a href="/movies/disney-film/">Disney</a></li> <li><a href="/movies/fox-film/">Fox</a></li> <li><a href="/movies/hbo-film/">HBO</a></li> <li><a href="/movies/marvel-studios/">Marvel Studios</a></li> <li><a href="/movies/netflix-film/">Netflix</a></li> <li><a href="/movies/paramount-pictures/">Paramount Pictures</a></li> <li><a href="/movies/sony/">Sony</a></li> <li><a href="/movies/star-wars/">Star Wars</a></li> <li><a href="/movies/universal/">Universal</a></li> <li><a href="/movies/warner-bros/">Warner Bros</a></li> </ul> </li> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm3">TV <span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm3"> <ul class="sub-menu"> <li><a href="/tv/">TV</a></li> <li><a href="/tv/abc/">ABC</a></li> <li><a href="/tv/comedy-central/">Adult Swim</a></li> <li><a href="/tv/amazon/">Amazon Prime</a></li> <li><a href="/tv/amc/">AMC</a></li> <li><a href="/tv/apple/">Apple</a></li> <li><a href="/tv/cbs/">CBS</a></li> <li><a href="/tv/cw/">The CW</a></li> <li><a href="/tv/disney-tv/">Disney+</a></li> <li><a href="/tv/fox/">Fox</a></li> <li><a href="/tv/hbo/">HBO/HBO Max</a></li> <li><a href="/tv/hulu/">Hulu</a></li> <li><a href="/tv/nbc/">NBC</a></li> <li><a href="/tv/netflix/">Netflix</a></li> </ul> </li> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm4">Games <span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm4"> <ul class="sub-menu"> <li><a href="https://bleedingcool.com/games/">Video Games</a></li> <li><a href="https://bleedingcool.com/games/tabletop/">Tabletop</a></li> <li><a href="https://bleedingcool.com/games/mobile-games/">Mobile</a></li> <li><a href="https://bleedingcool.com/games/review-games/">Reviews</a></li> <li><a href="https://bleedingcool.com/games/video-games-2/esports/">Esports</a></li> <li><a href="https://bleedingcool.com/games/video-games-2/arcade/">Arcade</a></li> </ul> </li> <!--<li><a href="/collectibles/">Collectibles</a></li>--> <li><a href="#"><label class='menu-dropdown-label' title="Toggle Dropdown" for="sm5">Collect<span class="drop-icon">▾</span></label></a> <input type="checkbox" id="sm5"> <ul class="sub-menu"> <li><a href="/collectibles/">Collectibles</a></li> <li><a href="/collectibles/lego/">LEGO</a></li> <li><a href="/collectibles/hasbro/">Hasbro</a></li> <li><a href="/collectibles/funko/">Funko</a></li> <li><a href="/collectibles/mattel/">Mattel</a></li> </ul> </li> <li><a href="/tag/wrestling/">Wrestling</a></li> <li><a href="/trends/">Trends</a></li> <li><a href="/contact/">Contact</a></li> <li><form method='GET' action='/search/' target='_self'><input id='search_box' name='s' placeholder='Search...' type='text'/></form></li> </ul> </nav> </div> <div class="pure-u-1-5 pure-u-md-1-6 pure-u-lg-3-24"> <a rel="nofollow" style="float:right" href="https://www.cgccomics.com"> <img class="pure-img bc-logos" src="/cgc-logo-headless-min.png" alt="CGC" width='72px' height='32px'> </a> </div> </header> </div> <div id='main' class='pure-g'><ol id="breadcrumbs" class="breadcrumbs" style="padding:0;" itemscope itemtype="http://schema.org/BreadcrumbList"> <li style="display:inline-block;" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" itemscope itemtype="http://schema.org/WebPage" href="https://bleedingcool.com/" itemid="https://bleedingcool.com/"> <span itemprop="name">Home</span> </a> <meta itemprop="position" content="1" /> </li> <li class="breadcrumb-spacer" style="margin: 0 9px 0 5px;">»</li> <li style="display:inline-block;" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <a itemprop="item" itemscope itemtype="http://schema.org/WebPage" href="https://bleedingcool.com/movies/" itemid="https://bleedingcool.com/movies/"> <span itemprop="name">Movies</span> </a> <meta itemprop="position" content="2" /> </li> <li class="breadcrumb-spacer" style="margin: 0 9px 0 5px;">»</li> <li style="display: inline-block" itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"> <span itemprop="item" itemscope itemtype="http://schema.org/WebPage" itemid="https://bleedingcool.com/movies/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen/"> <span itemprop="name">Gladiator II Star on the Impactful Return of Connie Nielsen</span> </span> <meta itemprop="position" content="3" /> </li> </ol> <section class='main-content pure-u-1-2'><article id='article' data-post-id='2115338' itemscope itemtype='http://schema.org/Article'><p class="taxonomy">Posted in: <a href='/movies/' rel='category'>Movies</a>, <a href='/movies/paramount-pictures/' rel='category'>Paramount Pictures</a> | Tagged: <a href='/tag/connie-nielsen/' rel='tag'>connie nielsen</a>, <a href='/tag/gladiator/' rel='tag'>Gladiator</a>, <a href='/tag/gladiator-ii/' rel='tag'>gladiator ii</a>, <a href='/tag/paramount-pictures/' rel='tag'>Paramount Pictures</a>, <a href='/tag/paul-mescal/' rel='tag'>paul mescal</a>, <a href='/tag/ridley-scott/' rel='tag'>ridley scott</a></p><hr><h1 class='headline' style='margin-top: 0;' itemprop='headline'>Gladiator II Star on the Impactful Return of Connie Nielsen</h1><p class='excerpt' style='font-weight:lighter;margin:6px 0;font-size:1.1em;clear:both;'>Gladiator II star Paul Mescal praises Connie Nielsen's return and says that both she and Denzel Washington are the soul of the film.</p><hr><div class="byline">Published <time itemprop="datePublished" datetime="2024-11-09T17:47:08-06:00" title="Sat, 09 Nov 2024 17:47:08 -0600">Sat, 09 Nov 2024 17:47:08 -0600</time> <address class="author">by <a rel='author' href='https://bleedingcool.com/author/ajuvet/'>Aedan Juvet</a></address><div class="byline-separator"> | </div><div class="comments-link"><a id="jump_to_comments" href="#comments-placeholder">Comments</a></div></div></header><hr><div id='post_summary' style='margin:6px 0;clear:both;'><h2 style='margin-top: 0;font-size:1.1em;'>Article Summary</h2><ul> <li>Paul Mescal lauds Connie Nielsen's return, calling her and Denzel Washington the soul of Gladiator II.</li> <li>Nielsen reprises Lucilla, adding emotional depth and tension to her scenes with Mescal's character.</li> <li>Director Ridley Scott promises the epic scale and visual grandeur expected by Gladiator fans.</li> <li>Gladiator II releases on November 22, 2024, continuing the saga of power and vengeance in ancient Rome.</li> </ul></div><hr><p><div class="responsive-iframe"><iframe width="1170" height="658" srcdoc='<style>*{padding:0;margin:0;overflow:hidden}html,body{height:100%}img,span{position:absolute;width:100%;top:0;bottom:0;margin:auto}span{height:1.5em;text-align:center;font:48px/1.5 sans-serif;color:white;text-shadow:0 0 0.5em black}</style><a href=https://www.youtube.com/embed/Ts0N8swyWFI?feature=oembed?autoplay=1><img src=https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:auto/h:auto/q:75/https://img.youtube.com/vi/Ts0N8swyWFI/hqdefault.jpg loading="lazy" alt="Link to play video."><span>▶</span></a>' style="border: 0px;" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; fullscreen;" loading="lazy" src="https://www.youtube.com/embed/Ts0N8swyWFI?feature=oembed" title="Youtube Video"></iframe></div></p> <p>In a recent interview with <em>Collider</em>, director<strong> Ridley Scott</strong> and actor <strong>Paul Mescal</strong> shared insightful details about the emotional depth and character-driven focus of their upcoming film, <em>Gladiator II</em>. Mescal, who plays the film's protagonist, emphasized the significance of his scenes with co-stars <strong>Connie Nielsen</strong> and <strong>Denzel Washington</strong>, highlighting their irreplicable contribution to the film.</p> <figure id="attachment_2091581" aria-describedby="caption-attachment-2091581" style="width: 600px" class="wp-caption aligncenter"><img data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:600/h:338/q:75/https://bleedingcool.com/wp-content/uploads/2024/09/GL2_08150R.jpg" class="size-large wp-image-2091581" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20600%20338%22%20width%3D%22600%22%20height%3D%22338%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Gladiator II Star on the Impactful Return of Connie Nielsen" width="600" height="338"><noscript><img class="size-large wp-image-2091581" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:600/h:338/q:75/https://bleedingcool.com/wp-content/uploads/2024/09/GL2_08150R.jpg" alt="Gladiator II Star on the Impactful Return of Connie Nielsen" width="600" height="338"></noscript><figcaption id="caption-attachment-2091581" class="wp-caption-text">Connie Nielsen plays Lucilla and Joseph Quinn plays Emperor Geta in Gladiator II from Paramount Pictures. ©2024 Paramount Pictures. All Right Reserved.</figcaption></figure> <h2><em>Gladiator II</em> Star Praises Connie Nielsen's Scenes</h2> <p>Mescal <a href="https://collider.com/ridley-scott-gladiator-2-stanley-kubric-2001-space-odyssey/">tells</a> the site, "Scenes with Connie in the cell are, I think, the most important fundamentally to the soul of the film, and the scenes with Denzel at the tail end of the film. You can have all the action sequences in the world, but if you don't have an audience understanding where these characters are at that junction, there's no film — I don't think so. Those are the most challenging. There are pretty creative, robust conversations around that, which I'm really proud of."</p> <p>Nielsen's performance as Lucilla, the sole returning character who navigates the treacherous political landscape of ancient Rome, was clearly designed to add compelling emotional gravitas to the story. From what we've seen and heard, interactions with Mescal's character are fraught with tension and poignancy, setting the stage for an epic sequel. In addition to the powerful performances, <em>Gladiator II</em> trailers promise to deliver the visual grandeur and epic scale that fans of the original film have come to expect (as well as longtime Scott fans).</p> <p>From legendary director Scott, <em>Gladiator II</em> continues the epic saga of power, intrigue, and vengeance set in Ancient Rome. Years after witnessing the death of the revered hero Maximus at the hands of his uncle, Lucius (Mescal) is forced to enter the Colosseum after his home is conquered by the tyrannical Emperors who now lead Rome with an iron fist. With rage in his heart and the future of the Empire at stake, Lucius must look to his past to find strength and honor to return the glory of Rome to its people. <em>Gladiator II</em> is helmed by Scott and stars Mescal, <strong>Pedro Pascal</strong>,<strong> Joseph Quinn, Fred Hechinger, Lior Raz, Derek Jacobi, </strong>Nielsen, and Washington.</p> <p>The Paramount Pictures film <a href="https://bleedingcool.com/movies/gladiator-ii-new-behind-the-scenes-featurette-spotlights-the-training/"><em>Gladiator II</em></a> will be released in theaters on November 22, 2024.</p> <hr><div style="margin-bottom: 10px" id="bc_sharing_is_caring"><center><p><strong>Enjoyed this? Please share on social media!</strong></p><a class='social_link' style='margin: 0 10px;' href='https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fbleedingcool.com%2Fmovies%2Fgladiator-ii-star-on-the-impactful-return-of-connie-nielsen%2F' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='facebook' src='/social_icons/social-1_square-facebook.svg' width='100' height='100'/></a><a class='social_link' style='margin: 0 10px;' href='https://twitter.com/share?url=https%3A%2F%2Fbleedingcool.com%2Fmovies%2Fgladiator-ii-star-on-the-impactful-return-of-connie-nielsen%2F&text=Gladiator+II+Star+on+the+Impactful+Return+of+Connie+Nielsen&via=bleedingcool' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='twitter' src='/social_icons/social-1_square-twitter.svg' width='100' height='100'/></a><a class='social_link' style='margin: 0 10px;' href='http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fbleedingcool.com%2Fmovies%2Fgladiator-ii-star-on-the-impactful-return-of-connie-nielsen%2F&description=Gladiator+II+Star+on+the+Impactful+Return+of+Connie+Nielsen' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='pinterest' src='/social_icons/social-1_square-pinterest.svg' width='100' height='100'/></a><a class='social_link' style='margin: 0 10px;' href='https://reddit.com/submit?url=https%3A%2F%2Fbleedingcool.com%2Fmovies%2Fgladiator-ii-star-on-the-impactful-return-of-connie-nielsen%2F&title=Gladiator+II+Star+on+the+Impactful+Return+of+Connie+Nielsen' target='_blank' onClick='open_social_link(this);return false;'><img class='social_icon' style='width:100px;height:100px;' loading='lazy' alt='reddit' src='/social_icons/social-1_square-reddit.svg' width='100' height='100'/></a></center></div><script type='text/javascript'> function open_social_link(e) { var href = e.getAttribute('href'); window.open(href, 'Share the Joy of Bleeding Cool', 'height=450, width=550, top=' + (window.innerHeight / 2 - 275) + ', left=' + (window.innerWidth / 2 - 225) + ', toolbar=0, location=0, menubar=0, directories=0, scrollbars=0'); return false; } </script> <a style=" display: flex; margin-top: 15px; margin-bottom: 10px; text-decoration: none; " id="google_follow" href="https://news.google.com/publications/CAAqBwgKMPHflgsw1IauAw?hl=en-US&gl=US&ceid=US:en"> <div class="pure-u-1-4 align-center" > <img width=100 height=81" src="/Google_News_icon.png"/> </div> <div class="pure-u-3-4" style=" text-align: center; font-size: 1.5em; vertical-align: text-top; color: #24292e; text-decoration: none; " > Stay up-to-date and support the site by following Bleeding Cool on Google News today! </div> </a></article><section class='bc-author-box'><h2 class='bc-author-name'><img class='bc-author-avatar' data-opt-src='https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:150/h:150/q:75/https://www.gravatar.com/avatar/2500221ce21a38e3e1ae0062dba07dbc?s=150' src='data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20150%20150%22%20width%3D%22150%22%20height%3D%22150%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E' width='150px' height='150px' alt='Aedan Juvet' />About <a href='/author/ajuvet/'>Aedan Juvet</a></h2>A self-proclaimed pop culture aficionado with a passion for all things horror. Words for Cosmopolitan, Screen Rant, MTV News, NME, etc. For pitches, please email aedanjuvet@gmail.com<div class="bc-author-socials"><a class='bc-author-social' href='https://twitter.com/AedanJuvet'><img src='/social_twitter.png' loading='lazy' alt='twitter' width='64px' height='64px' /></a><a class='bc-author-social' href='https://www.instagram.com/aedanjuvet/'><img src='/social_instagram.png' loading='lazy' alt='instagram' width='64px' height='64px' /></a></div></section><div id="comments-placeholder" style="height:758px;overflow:scroll;"><div id="comments-message"><em>Comments will load 20 seconds after page.</em> <a id="load_spot" href="#comments-section">Click here</a> to load them now.</div><div id="comments-section" style="display:none;"></div></div><script type='text/javascript' defer> document.addEventListener('DOMContentLoaded', function(){ function makecommentsvisible() { var commentssection = document.querySelector('#comments-section'); commentssection.setAttribute('style', 'display:block;'); console.log('DEBUG: making comments visible.'); } function nogtmloadspot() { var commentssection = document.querySelector('#comments-section'); if (commentssection) var loaded = commentssection.getAttribute('data-loaded'); if (!loaded) { commentssection.innerHTML = ''; commentssection.setAttribute('data-loaded', true); console.log('DEBUG: Injecting Spot.IM script in no GTM mode.'); var s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('src', 'https://launcher.spot.im/spot/sp_2NZshbIg'); s.setAttribute('data-spotim-module', 'spotim-launcher'); s.setAttribute('data-messages-count', '1'); s.setAttribute('data-post-url', 'https://bleedingcool.com/movies/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen/'); s.setAttribute('data-article-tags', 'connie nielsen,Gladiator,gladiator ii,Paramount Pictures,paul mescal,ridley scott'); s.setAttribute('data-post-id', '2115338'); s.setAttribute('data-disqus-url', 'https://bleedingcool.com/movies/gladiator-ii-star-on-the-impactful-return-of-connie-nielsen/'); s.setAttribute('data-disqus-identifier', '2115338 https://www.bleedingcool.com/?p=2115338'); document.getElementById('comments-section').appendChild(s); console.log('DEBUG: Injected Spot.IM script.'); setTimeout(makecommentsvisible, 12000); } } var loadspotlink = document.getElementById('load_spot'); loadspotlink.addEventListener('click',function(e){ e.preventDefault(); nogtmloadspot(); },false); var jumptocomments = document.getElementById('jump_to_comments'); jumptocomments.addEventListener('click',function(e){ nogtmloadspot(); },false); setTimeout(nogtmloadspot, 8000); }); </script></section><aside id='test_sidebar' class='sidebar pure-u-1-2' role='complementary'><div class="med_rect_wrapper"><div class="med_rect_unit"><div id="bottom_medium_rectangle" data-pw-desk="med_rect_atf" data-pw-mobi="med_rect_atf"></div></div></div><h2 class='sidebar-header'>Popular Now</h2><ol id="popular_now"> <li class='trending_article'><a href='https://bleedingcool.com/movies/the-lord-of-the-rings-the-war-of-the-rohirrim-extended-sneak-preview/' rel='bookmark'><span>The Lord of the Rings: The War of the Rohirrim: Extended Sneak Preview</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/how-pamela-anderson-connected-with-her-character-in-the-last-showgirl/' rel='bookmark'><span>How Pamela Anderson Connected with Her Character in The Last Showgirl</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/margot-robbie-is-right-babylon-is-awesome-podcast-interview/' rel='bookmark'><span>Margot Robbie Is Right: Babylon Is Awesome</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/disneys-snow-white-new-trailer-poster-and-8-hq-images-released/' rel='bookmark'><span>Disney's Snow White: New Trailer, Poster, and 8 HQ Images Released</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/kraven-the-hunter-opening-8-minutes-have-been-released/' rel='bookmark'><span>Kraven the Hunter: Opening 8 Minutes Have Been Released</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/donny-cates-let-kevin-feige-know-about-appropriate-galactus-credits/' rel='bookmark'><span>Donny Cates Let Kevin Feige Know About Appropriate Galactus Credits</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/highlander-reboot-gets-new-plot-details-from-its-director/' rel='bookmark'><span>Highlander Reboot Gets New Plot Details from its Director</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/twilight-of-the-warriors-walled-in-action-movie-about-lost-hong-kong/' rel='bookmark'><span>Twilight of the Warriors: Walled In: Action Movie About Lost Hong Kong</span></a></li></ol><div class="med_rect_wrapper"><div class="med_rect_unit"><div id="bottom_medium_rectangle1" data-pw-desk="med_rect_btf" data-pw-mobi="med_rect_btf"></div></div></div><h2 class='sidebar-header'>Popular Now</h2><ol id="popular_next"> <li class='trending_article'><a href='https://bleedingcool.com/movies/longlegs-director-osgood-perkins-shares-details-about-the-monkey/' rel='bookmark'><span>Longlegs Director Osgood Perkins Shares Details About The Monkey</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/nightbitch-how-everyone-can-relate-to-nightbitch-bts-featurette/' rel='bookmark'><span>Nightbitch: How Everyone Can Relate To Nightbitch BTS Featurette</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/a-highlander-reboot-in-the-daily-litg-1st-december-2024/' rel='bookmark'><span>A Highlander Reboot in the Daily LITG, 1st December 2024</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/kraven-the-hunter-6-new-posters-and-1-international-poster/' rel='bookmark'><span>Kraven the Hunter: 6 New Posters And 1 International Poster</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/lilo-stitch-live-action-stitch-is-already-crashing-other-movies/' rel='bookmark'><span>Lilo & Stitch: Live-Action Stitch Is Already Crashing Other Movies</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/moana-2-special-look-and-new-poster-have-been-released/' rel='bookmark'><span>Moana 2: Special Look And New Poster Have Been Released</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/mufasa-the-lion-king-new-tv-spot-focuses-on-sibling-rivalry/' rel='bookmark'><span>Mufasa: The Lion King – New TV Spot Focuses On Sibling Rivalry</span></a></li> <li class='trending_article'><a href='https://bleedingcool.com/movies/robert-pattinson-has-joined-the-cast-of-christopher-nolans-new-film/' rel='bookmark'><span>Robert Pattinson Has Joined The Cast Of Christopher Nolan's New Film</span></a></li></ol></aside><div id="read_more"><section><div class='hub_section pure-u-1'><h2 class="hub_section_title"><a href="https://bleedingcool.com/author/ajuvet/" rel="bookmark">Latest by Aedan Juvet</a></h2><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/wicked-part-two-director-says-the-film-is-about-consequences/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/2551_D064_00144_0190R_COMP-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Wicked:" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/2551_D064_00144_0190R_COMP-350x350.jpg" alt="Wicked:" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/wicked-part-two-director-says-the-film-is-about-consequences/"><h3 class="latest-headline" rel="bookmark">Wicked Part Two Director Says the Film is About "Consequences"</h3></a></div><div class="latest-article-excerpt">Wicked director John M. Chu elaborates on what themes fans can expect from the upcoming sequel, Wicked Part Two.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/how-pamela-anderson-connected-with-her-character-in-the-last-showgirl/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/the-last-showgirl-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="How Pamela Anderson Connected with Her Character in The Last Showgirl" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/the-last-showgirl-350x350.jpg" alt="How Pamela Anderson Connected with Her Character in The Last Showgirl" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/how-pamela-anderson-connected-with-her-character-in-the-last-showgirl/"><h3 class="latest-headline" rel="bookmark">How Pamela Anderson Connected with Her Character in The Last Showgirl</h3></a></div><div class="latest-article-excerpt">Pamela Anderson opens up about how her own life led to her celebrated role in Gia Coppola's upcoming film The Last Showgirl.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/wicked-filmmaker-elaborates-on-the-films-major-broadway-cameos/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/10/2551_D067_00334R-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Wicked" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/10/2551_D067_00334R-350x350.jpg" alt="Wicked" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/wicked-filmmaker-elaborates-on-the-films-major-broadway-cameos/"><h3 class="latest-headline" rel="bookmark">Wicked Filmmaker Elaborates on the Film's Major Broadway Cameos</h3></a></div><div class="latest-article-excerpt">Wicked filmmaker John M. Chu reveals details behind the film's exciting Broadway cameos and the energy they brought to the set.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/how-to-train-your-dragon-star-on-the-directors-collaborative-process/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/2569_TP_00038-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="How to Train Your Dragon: First Trailer, Poster, Summary, And Images" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/2569_TP_00038-350x350.jpg" alt="How to Train Your Dragon: First Trailer, Poster, Summary, And Images" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/how-to-train-your-dragon-star-on-the-directors-collaborative-process/"><h3 class="latest-headline" rel="bookmark">How to Train Your Dragon Star on the Director's Collaborative Process</h3></a></div><div class="latest-article-excerpt">Nick Frost details what it was like to work with filmmaker Dean DeBlois for the live-action version of How to Train Your Dragon.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/wicked-director-on-dorothy-and-her-potential-role-in-part-two/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/10/2551_D011_00030R-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Wicked:" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/10/2551_D011_00030R-350x350.jpg" alt="Wicked:" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/wicked-director-on-dorothy-and-her-potential-role-in-part-two/"><h3 class="latest-headline" rel="bookmark">Wicked Director on Dorothy and Her Potential Role in Part Two</h3></a></div><div class="latest-article-excerpt">Wicked filmmaker John M. Chu discusses Dorothy's exciting inclusion in the franchise and teases details about Wicked Part Two.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/kraven-the-hunter-reimagines-the-kravens-last-hunt-storyline/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/DF-10087_2000x1333_thumbnail-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Kraven the Hunter Snags A Mainland China Release Date" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/11/DF-10087_2000x1333_thumbnail-350x350.jpg" alt="Kraven the Hunter Snags A Mainland China Release Date" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/kraven-the-hunter-reimagines-the-kravens-last-hunt-storyline/"><h3 class="latest-headline" rel="bookmark">Kraven the Hunter Reimagines the 'Kraven's Last Hunt' Storyline</h3></a></div><div class="latest-article-excerpt">The director of Kraven the Hunter opens up about the film's comic book influence and if there are any Spider-Man inclusions.</div></div></a></article></div></section><div id="bottom_leaderboard2" class="center" data-pw-desk="leaderboard_btf" data-pw-mobi="leaderboard_btf"></div><section><div class='hub_section pure-u-1'><h2 class="hub_section_title"><a href="https://bleedingcool.com/movies/" rel="bookmark">Latest in Movies</a></h2><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/the-lord-of-the-rings-the-war-of-the-rohirrim-extended-sneak-preview/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/08/rev-1-LOTR-WOTR-T1-049_High_Res_JPEG-350x350.jpeg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="The Lord of the Rings: The War of the Rohirrim" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/08/rev-1-LOTR-WOTR-T1-049_High_Res_JPEG-350x350.jpeg" alt="The Lord of the Rings: The War of the Rohirrim" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/the-lord-of-the-rings-the-war-of-the-rohirrim-extended-sneak-preview/"><h3 class="latest-headline" rel="bookmark">The Lord of the Rings: The War of the Rohirrim: Extended Sneak Preview</h3></a></div><div class="latest-article-excerpt">Warner Bros. has released an extended sneak preview for the upcoming animated film, The Lord of the Rings: The War of the Rohirrim.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/tv/dc-studios-launching-new-podcast-check-out-the-official-trailer/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/12/MixCollage-03-Dec-2024-03-12-PM-8147-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="DC Studios" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/12/MixCollage-03-Dec-2024-03-12-PM-8147-350x350.jpg" alt="DC Studios" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/tv/dc-studios-launching-new-podcast-check-out-the-official-trailer/"><h3 class="latest-headline" rel="bookmark">DC Studios Launching New Podcast: Check Out The Official Trailer</h3></a></div><div class="latest-article-excerpt">Check out the official trailer for DC Studios Showcase: The Official Podcast, with Frankey Smith, Tyler Coates, and Coy Jandreau.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/disneys-snow-white-new-trailer-poster-and-8-hq-images-released/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/12/SNOW_WHITE_dtrl2_uhd_r709f_stills_241030.088045-350x350.jpeg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Snow White" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/12/SNOW_WHITE_dtrl2_uhd_r709f_stills_241030.088045-350x350.jpeg" alt="Snow White" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/disneys-snow-white-new-trailer-poster-and-8-hq-images-released/"><h3 class="latest-headline" rel="bookmark">Disney's Snow White: New Trailer, Poster, and 8 HQ Images Released</h3></a></div><div class="latest-article-excerpt">There's a new trailer, poster, and 8 HQ images from Disney's Snow White, the live-action remake of the animated film, and it's certainly a thing that exists.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/margot-robbie-is-right-babylon-is-awesome-podcast-interview/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2022/09/bab-ff-001-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Babylon: New Images From Damien Chazelle's New Film Are Here" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2022/09/bab-ff-001-350x350.jpg" alt="Babylon: New Images From Damien Chazelle's New Film Are Here" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/margot-robbie-is-right-babylon-is-awesome-podcast-interview/"><h3 class="latest-headline" rel="bookmark">Margot Robbie Is Right: Babylon Is Awesome</h3></a></div><div class="latest-article-excerpt">Margot Robbie has no idea why Babylon failed to catch on with audiences a couple of years ago. Personally, this writer agrees with her.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/nightbitch-how-everyone-can-relate-to-nightbitch-bts-featurette/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/09/01_Nightbitch_230629_clip.00_00_41_14.Still013_w2.1-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Nightbitch:" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2024/09/01_Nightbitch_230629_clip.00_00_41_14.Still013_w2.1-350x350.jpg" alt="Nightbitch:" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/nightbitch-how-everyone-can-relate-to-nightbitch-bts-featurette/"><h3 class="latest-headline" rel="bookmark">Nightbitch: How Everyone Can Relate To Nightbitch BTS Featurette</h3></a></div><div class="latest-article-excerpt">Searchlight Pictures has released a new behind-the-scenes featurette about the upcoming Nightbitch and how everyone can relate to the concept.</div></div></a></article><article class="latest-article-container pure-u-1 pure-u-lg-8-24"><div class="latest-article-image-container pure-u-2-5 pure-u-lg-1"><a href="https://bleedingcool.com/movies/eli-roth-details-for-thanksgiving-2-script-done-filming-march/"><img class="pure-img" data-opt-src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2023/11/DF-23444_rv2_2000x1331_thumbnail-350x350.jpg" src="data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20225%20225%22%20width%3D%22225%22%20height%3D%22225%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3C%2Fsvg%3E" alt="Thanksgiving 2 Starts Filming In March, Eli Roth Says It Is "Epic"" width="225" height="225"/><noscript><img itemprop="image" class="pure-img" src="https://mlpnk72yciwc.i.optimole.com/cqhiHLc.IIZS~2ef73/w:350/h:350/q:75/rt:fill/g:ce/https://bleedingcool.com/wp-content/uploads/2023/11/DF-23444_rv2_2000x1331_thumbnail-350x350.jpg" alt="Thanksgiving 2 Starts Filming In March, Eli Roth Says It Is "Epic"" width="225" height="225" /></noscript></a></div><div class="latest-article-text pure-u-3-5 pure-u-lg-1"><div class="pure-u-1"><a href="https://bleedingcool.com/movies/eli-roth-details-for-thanksgiving-2-script-done-filming-march/"><h3 class="latest-headline" rel="bookmark">Thanksgiving 2 Starts Filming In March, Eli Roth Says It Is "Epic"</h3></a></div><div class="latest-article-excerpt">Eli Roth revealed some details about Thanksgiving 2, including that the script is complete and filming should start in March.</div></div></a></article></div></section></div><div id="bottom_spacer"><div id="bottom_leaderboard" class="center" data-pw-desk="leaderboard_btf" data-pw-mobi="leaderboard_btf"></div></div> </div><div id="footer-wrapper"> <footer id="colophon" class="pure-u-1-1 align-center" role="contentinfo"> <div id="ownership_statement">Bleeding Cool is owned and operated by Avatar Press, Inc. For more information, visit our <a href='/contact/'>contact page</a>.</div> © 2021 <a href ="/">Bleeding Cool</a> | <a href='/contact/'>Contact Us</a> | <a href='/about/'>About Us</a> | <a href='/privacy-policy/'>Privacy Policy</a> </footer> </div> </div><script> setTimeout(function() { if (document.querySelector('.gallery')) { var css = document.createElement("link"); css.rel = "stylesheet"; css.type = "text/css"; css.href = "/simpleLightbox.min.css"; document.getElementsByTagName("head")[0].appendChild(css); var js = document.createElement("script"); js.src = "/simpleLightbox.min.js"; document.getElementsByTagName("head")[0].appendChild(js); setTimeout(function() { new SimpleLightbox({elements: '.gallery a'}); console.log("Loaded gallery."); }, 2000); } }, 5000); </script> </body></html>