ADVERTISEMENT

Gillian Vicencio hopeful her edgy look will bring her more success in showbiz

Published Sep 7, 2024 02:32 pm

At A Glance

  • "Talahib" is one of the official entries to the 2024 Sinag Maynila Film Festival from Sept. 4-10. The awards night will be held at the Metropolitan Theater on Sept. 8.
Screenshot 2024-09-07 at 10.18.36 PM.png
Gillian Vicencio (Instagram)

Gillian Vicencio opted for an edgy look as she attended the screening of the slasher film "Talahid," in which she played her first lead role.

During an interview at Gateway 2 Cinema in Araneta City on Sept. 5, Gillian decided to cut her hair short to get noticed with her new look finally.

"Feeling ko kapag naka-long hair ako, hindi ako nag-stand out. So I try to do the other na usually hindi ginagawa ng mga tao. So baka doon mag-standout ako," Gillian said.

Screenshot 2024-09-07 at 10.19.55 PM.png

Gillian added: "Sana magustuhan ng mga tao yung movie kasi every movie has a deeper meaning and message."

The actress expressed her belief that each project presents an opportunity for personal and professional growth.

"Hindi ko masasabi na comfortable ako sa kahit na anong project kasi bawat project is a challenge na hindi siya ganon kadali gawin talaga, kinikilala mo pa rin yung character," she added.

Screenshot 2024-09-07 at 10.25.30 PM.png

"Talahib" is one of the official entries to the 2024 Sinag Maynila Film Festival from Sept. 4-10. The awards night will be held at the Metropolitan Theater on Sept. 8.

Directed by Alvin Yapan, the movie also stars Kristoff Garcia, Joem Bascon, Jess Mendoza, Kate Alejandrino, Dax Alejandro, Angellie Sanoy, Timothy Castillo, Yam Mercado, Iyo Canlas, Mercedes Cabral, Sue Prado and Johnny Revilla. "Talahib' is produced by Feast Foundation and Est N8.

Synopsis

"Talahib" is a slasher film, in the tradition of the franchise A Nightmare on Elm Street (1984), and other local massacre films. A ghost killer preys upon hapless victims who happen to pass by this talahiban (large weeds with razor-sharp edges) in an abandoned subdivision. 

Their bodies are always found asphyxiated before being disposed of in the same talahiban. The story is told from the point of view of PO2 Bong, the police investigator.

Copy of FINAL GILLIAN KRISTOFF .jpg
Gillian Vicencio and Kristoff Garcia

He does not believe in ghost killers; even though at one point he will have a close encounter with the killer, shooting him at close range, and slashing through the wild grass that bleeds. 

However, Bong begins to reassess his belief when he encounters a band of friends, all in their 20s or early 30s, conducting a spirit quest at the talahiban, or so they say.

The leader of the group is Mario. He is joined by Vernie, Paul, Patrick, Ria, and Joyce. As it turns out, this band of friends are children of a group of parents who killed the ghost killer (who used to be a hired assassin) and buried his body in the talahiban of that subdivision. 

Now, to stop the violence, the band of friends is trying to exhume the body. But the ghost killer, intent on continuing his killings even in the afterlife, will not let them. He enjoys killing too much. The band of friends will be killed off by the ghost killer one by one, leaving only Joyce behind. 

Copy of FINAL ALL CAST (1).jpg
The cast of 'Talahib'

The movie will be mostly chase scenes among the bleeding grasses of the talahiban which seems to have a mind of its own.

To keep Joyce alive, Bong together with his police partner, PInsp. Roman, will encounter a mysterious character in Stephen, caught loitering in the talahiban. Bong thinks Stephen is only pretending to be mentally deranged to avoid suspicion. 

But as it turns out, Stephen is the son of a real estate mogul who used to hire the killer to do assassination jobs for him. Stephen will become the key to the origin story of the ghost killer.
The movie will be about the problem of forgiveness and the legacy of violence being passed on from parents to their children.

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.