ADVERTISEMENT

DiCaprio and Scorsese talk 'Killers' as Rihanna hits CinemaCon

Published Apr 30, 2023 03:30 am

Martin Scorsese and Leonardo DiCaprio (AFP)

LAS VEGAS (AFP) - Martin Scorsese unveiled the first footage from his film "Killers of the Flower Moon" Thursday at CinemaCon, where his lead actor Leonardo DiCaprio and pop superstar Rihanna were among the surprise guests. Dark Western "Killers" is Scorsese's sixth movie with DiCaprio, and his tenth with Robert De Niro -- but the first time the legendary director has ever brought his go-to A-listers together. A true story of greed, love and murder set in the 1920s, when members of the newly oil-rich Osage Nation in Oklahoma began dying and disappearing in mysterious circumstances, the twisty crime drama hits theaters in October. Footage played at the movie industry summit in Las Vegas showed DiCaprio's Ernest Burkhart in a romantic relationship with a Native American woman (Lily Gladstone) while seemingly caught in the middle of brutal conflict between the Osage and encircling oil-hungry white capitalists. De Niro plays William Hale, who is seen conspiring with Burkhart, while Jesse Plemons appears as lawman Tom White, sent from the newly formed Federal Bureau of Investigation (FBI) to investigate the murders. Originally, DiCaprio was set to play White, but after spending time with the Osage, he and Scorsese decided to make a "big change" to the script, and center the movie less on the FBI and instead on Burkhart. Scorsese said they were interested in exploring how "some of these people could have done what they did" to the Osage, and how they could rationalize violence -- even against those they loved -- by simply claiming: "It's civilization. One group comes in, and another goes out." DiCaprio, hosting a Q&A with Scorsese, described the movie's events as a "forgotten part of our past." \- 'Do right' \- The film was shot at the true, real-life locations where grisly events took place, and Scorsese said the script was reworked until the last day of shooting, as he spent time with the Osage people and was anxious to "do right by them." "It was about immersing ourselves in that world," said the New Yorker, despite the "110-degree heat" and the unsettling presence on the surrounding prairies of coyotes and wild horses. The film is adapted from David Grann's acclaimed 2017 non-fiction book of the same name, and will premiere at next month's Cannes film festival. "Killers" will be Apple's highest profile big-screen release yet, as the tech giant launches the film in theaters -- a splashy launch that it hopes can consequently drum up interest in its Apple TV+ streaming platform. "I'm really thrilled to have a wide theatrical release before it becomes available at home," said Scorsese, joking that small-screen viewing is only "ok" by comparison. Apple bought the film from Hollywood studio Paramount after the cost of the lavish, nearly three-and-a-half-hour production began to spiral to a reported $200 million, and the two companies struck a deal to distribute the film to theaters. \- Rihanna \- Scorsese, director of "Taxi Driver," "Raging Bull" and "Goodfellas," was awarded CinemaCon's inaugural "Legend of Cinema" award. DiCaprio said Scorsese's work "will be revered for centuries and generations to come," and that the 80-year-old director continues to "create vital cinematic experiences that are at the very pinnacle of artistic ambition and achievement." Scorsese used the occasion to call on owners of multiplexes to play "truly independent films" alongside more mainstream fare. Earlier Thursday, Paramount presented footage from other upcoming films, including "Mission: Impossible -- Dead Reckoning Part One" and "Transformers: Rise of the Beasts." Star Dominique Fishback told AFP the presence of more "Black and brown people" and voices in "Transformers" would open up the seven-movie, billions-grossing franchise to "more and more hearts and households." "It almost feels like we're starting the franchise over," said co-star Anthony Ramos. The presentation featured a surprise appearance from pop superstar Rihanna, who joked that her newly announced role in "The Smurf Movie" would earn her "cool points" with her children. The Barbados-born artist will voice the role of Smurfette, as well as write and sing original music and produce the film, out February 2025. "I tried to get the Papa Smurf part but it didn't work out," she joked on stage at Caesars Palace. Animation means "I get to show up in my pajamas in my third trimester and play a little boo badass," said Rihanna, who is pregnant with her second child. "I hope this gives me a little bit of cool points with my kids one day. I'm just hoping."

Related Tags

Rihanna Leonardo DiCaprio
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.