ADVERTISEMENT

Online pirates join COVID-19 in ruining film venture of actor Alfred Vargas; other MMFF producers

Published Feb 15, 2021 09:35 pm

Successful as an actor and a politician, Quezon City Rep. Alfred Vargas  dabbled in a third occupation as a film producer but this time,  financial success has  been thwarted by the novel coronavirus disease (COVID-19) and cyber-pirates.

Rep. Alfred Vargas

In a privilege speech on Monday, February 15, Vargas decried the rampant incidence of movie piracy in the Philippines as he admitted that cases of copyright violations and outright online theft have victimized producers of films that participated in the recently-concluded 2020 Metro Manila Film Festival.

Vargas produced the film “Tagpuan”, a romance drama, in which he starred in as leading man. The movie won third best film among ten entries to the MMFF.

Speaking based on his experience, the three-term lawmaker lamented that movie piracy in the country had gone “from bad to worse”, adding that the crime has endangered “the survival of the industry and the livelihood of thousands of movie workers.”

"It is for this reason that I am asking Congress, through the Special Committee on Creative Industry and Performing Arts, and other concerned committees, to look into the piracy that occurred during the last film festival, and draft the necessary legislation to curb the proliferation of movie piracy,” Vargas said.

Instantly, Vargas’ call for a congressional inquiry received the support of at least 30 solons led by  Pangasinan Rep. Christopher V.P. De Venecia, chairperson of the special House panel.

De  Venecia warned that unless swift and decisive action is taken to address the worsening incidence of online piracy, consumers will ultimately suffer because affected producers might lost interest in doing films.

Vargas, vice chairman of the Committee on Public Information and member of the Special Committee, lamented the high piracy incidence in the Philippines, citing a 2020 survey commissioned by the Coalition Against Piracy, a unit under the  Asia Video Industry Association, showing that the incidence of movie piracy online in the country at a high 49 percent. 

Vargas noted that in contrast, online piracy had dropped significantly in Malaysia and Indonesia. The report said that online piracy in Malaysia is at 22 per cent, representing a 64 percent decrease from the previous year. Meanwhile, the piracy rate for Indonesia dropped to 28 percent in 2020 from 63 percent in 2019.

"These countries were able to bring down the incidence of online movie piracy significantly because of effective, determined, and pro-active measures put in place by their governments to stop the proliferation of online piracy sites,” Vargas said.

"Mahigpit ang kanilang mga batas. Gumagamit sila ng technology. Maraming nahuhuli. Maraming nakukulong na mga pirata, (Their laws are strict.  They use technology.  Many are caught. Many pirates are jailed)” he stated.

Citing data from the Philippine Statistics Authority, Vargas said the entertainment and recreation industry had tallied a 38.2% drop in employment, or some 132,000 jobs as of October 2020.

According to Vargas the recently-concluded generated only P19 million in online ticket sales for the ten entries which is a mere 1.9 percent of the 2019 MMFF revenue of over P995 million.

Records show that movie producers of usual top-grossing films have avoid the 2020 MMFF, apparently aware that with the closure of cinema houses due to the COVID-19 pandemic, the likelihood of a huge return of investment is minimal, if not nil. 

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.