ADVERTISEMENT

'Katips' wins big at FAMAS 2022

Published Jul 31, 2022 11:57 am
Lawyer Vince M. Tañada accepts the best picture trophy for the movie 'Katips.' (Facebook)

Musical drama “Katips” won seven awards, including best picture, at the 70th FAMAS Awards held at Metropolitan Theater last Saturday, July 30.

"Katips: The Movie" follows the story of Greg (Jerome Ponce), a medical student and the leader of the National Union of Students in the Philippines (NUSP), along with other freedom fighting groups, who stood their ground and began a vigil.

Lawyer Vince M. Tañada, actor, writer, and director of the film, shared how thankful and happy he is to finally produce it.

“Kaya masaya po tayo dahil, nadala po natin sa pelikula yung nakasanayang kong gawin sa teatro, in short hindi yung pelikula yung nagadjust sa teatro, kumbaga dinala ko yung teatro at in a way na hindi na tayo nahirapan kasi ganun lang din pala yun, but bagong experience din siguro sa akin yun," said Tanada in a recent interview.

"Katips" garnered 17 nominations in this year's ceremony.

Originally made in 2016 as a stage play, "Katips: Mga Bagong Katipunero" won the award for ALIW Awards for Best Musical Performance the same year.

The full list of winners and awardees:

BEST PICTURE
“Katips” – Philstagers Films

BEST ACTRESS
Charo Santos-Concio – “Kun Maupay Man It Panahon”

BEST ACTOR
Vince Tañada – “Katips”

BEST SCREENPLAY
Jun Lana – “Big Night”

BEST SUPPORTING ACTOR
Johnrey Rivas – “Katips”

BEST SUPPORTING ACTRESS
Janice De Belen – “Big Night”

BEST DIRECTOR
Vince Tañada – “Katips”

BEST CINEMATOGRAPHY
Manuel Abanto – “Katips”

BEST ORIGINAL SONG
“Sa Gitna Ng Gulo” (“Katips”) – Music By Pipo Cifra, Lyrics By Vince Tañada

BEST MUSICAL SCORE
Pipo Cifra – “Katips”

BEST SOUND
Albert Michael Idioma, Alex J. Tomboc, Pietro Marco S. Javier – “A Hard Day”

BEST VISUAL EFFECTS
Santelmo Studio – “My Amanda”

BEST EDITING
Law Fajardo – “A Hard Day”

BEST PRODUCTION DESIGN
Whammy Alcazaren – “Kun Maupay Man It Panahon”

BEST SHORT FILM
“See You George!” – Mark Moneda

SPECIAL AWARDS
Lifetime Achievement Awardee: Tessie Agana
Exemplary Awardee for Public Service: Senator Imee Marcos
Hall of Fame for Best Actor: Allen Dizon
Hall of Fame for Best Editing: Jess Navarro
FPJ Memorial Awardee: Senator Jinggoy Estrada
Susan Roces Celebrity Awardee: Nora Aunor
Don Jose R Perez Memorial Award: Moira Lang
1st Outstanding Public Service Award: Pangasinan Representative Christopher de Venecia
2nd Outstanding Public Service Award: Dr. Edinell Calvario
German Moreno Youth Achievement Award: Ranz Kyle and Niana Guerrero
FAMAS Presidential Award: Congressman PM Vargas
Angelo “Eloy” Padua Award for Journalism: Renz Spangler

Related Tags

famas2022 katips AttyVinceTanada
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.