ADVERTISEMENT

Predicting Oscar 2025

Then, let's see, come March 2 (morning of March 3, Manila time), how many I got right!

Published Feb 23, 2025 02:54 pm
image5.jpeg
 

It’s that time of the year when I do a little crystal ball-gazing, and offer up my predictions on the upcoming Academy Awards. As is my custom, I go through most of the Oscars that are up for grabs on the night and distinguish between Who Will Win and my personal take on Who Should Win. Then, let’s see come March 2 (morning of March 3, Manila time), how many I got right!

Best Picture: 

Who Will Win - Anora

Who Should Win - Conclave

I actually loved both these films, but think Conclave is the one that years from now, will age better, like good wine. 

Best Director:

Who Will Win - Sean Baker, Anora

Who Should Win - James Mangold, A Complete Unknown

I’ll be happy to watch Baker accept the statue, but have to hand it to Mangold for making singers out of the cast he assembled for the Bob Dylan biopic.

Best Actress:

Who Will Win - Demi Moore, The Substance

Who Should Win - Mikey Madison, Anora

The prosthetics and make-up, plus being such a sentimental choice, tip the scales for Demi; but for raw acting in her first lead role, I’ll pick Mikey, which the BAFTA and Spirit Awards recognized.

Best Actor:

Who Will Win - Adrien Brody, The Brutalist

Who Should Win - Timothée Chalamet, A Complete Unknown

Never easy to slip into a character when that person is still around. And add to that having to sing and play guitar in the film, when you’re not known for doing either.

image2 (1).jpeg
 

Best Supporting Actress:

Who Will Win - Zoe Saldaña, Emilia Perez

Who Should Win - Zoe Saldaña 

Zoe knocks it out of the ballpark with this one. 

Best Supporting Actor:

Who Will Win - Kieran Culkin, A Real Pain

Who Should Win - Kieran Culkin

While Jesse Eisenberg directing and acting in A Real Pain is impressive, Culkin outshines him in the film, and has deserved every Win this season. 

Adapted Screenplay:

Who Will Win - Conclave

Who Should Win - The Nickel Boys

Watch Nickel Boys and be astounded by the transition from Colson Whitehead's novel to RaMell Ross's screenplay. But I will be happy if Conclave wins.

Original Screenplay:

Who Will Win - The Brutalist

Who Should Win - Anora

Brady Corbet, thank you for the research and depth of this co-written screenplay. 

image6.jpeg
 

Film Editing:

Who Will Win - The Brutalist

Who Should Win - Conclave

Cinematography:

Who Will Win - Nosferatu

Who Should Win - The Brutalist… or The Nickel Boys, but Boys wasn’t even nominated.

Production Design:

Who Will Win - Wicked Part 1

Who Should Win - Nosferatu or Conclave

Costume Design:

Who Will Win - Wicked Part 1

Who Should Win - still Wicked!

Original Score:

Who Will Win - Wicked Part 1

Who Should Win - The Wild Robot

Original Song:

Who Will Win - The Journey from The Six Triple Eight

Who Should Win - The Journey!

Diane Warren composed the song, but it’s performed by H.E.R., who’s half-Filipina! So yes, my ‘Wild Card’ prediction, and I'm crossing my fingers on this one so that H.E.R. can add to her Oscar collection. 

image7.jpeg
Diane Warren (left) and H.E.R. (who’s proud to say she’s half-Filipina)

Sound:

Who Will Win - Wicked Part 1

Who Should Win - A Complete Unknown

Make-up and Hair-styling:

Who Will Win - The Substance

Who Should Win - The Substance

Visual Effects:

Who Will Win - Dune Part Two

Who Should Win - Alien: Romulus

Animated Feature:

Who Will Win - The Wild Robot

Who Should Win - Flow

It’s Hollywood, so forget about the Golden Globes Flow win - a different set of people voting. 

International Feature Film:

Who Will Win - Emilia Perez (France)

Who Should Win - The Seed of the Sacred Fig (Germany)

This will be the one Award that Emilia Perez can still pick up after the severe fallout of its trans- lead star. 

The last four categories - Documentary Feature, Documentary Short, Animated Short, and Live Action Short, I have no basis for stating a choice, as I’ve not had the chance to watch the nominees. So that’s 19 awards out of the 23 that I’ve predicted. See you on March 3; as I tally my score. 

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.