What are the basic concepts for video data structure and processing

0 votes
The video file is a lot of images compressed and played at some predefined rate. Of course,  this is a simple and brief description. I need to make a distributed application to process a video in a Hadoop cluster to apply video filters. My question is: Is it necessary to uncompress the video in all images and apply the filter to ALL the images or have a method more intelligent to do this to reduce the time to process it?
Sep 7, 2018 in Big Data Hadoop by Neha
• 6,300 points
403 views

1 answer to this question.

0 votes

1.  Make use of hadoop storm framework. ( It provides to stream the data in real time).

2. The data that is processed through workflow which is called as topology consists of set of sources called spouts and logic of units called bolts.

3. So in this case, you can stream the video through spout and then filter the video using bolts.

4. This unit can encapsulate some video processing logic using OpenCV library for example. 

5.You can use FrameGrabber to parse your video or chunks of video and perform certain filtering steps.

answered Sep 7, 2018 by Frankie
• 9,830 points

Related Questions In Big Data Hadoop

0 votes
1 answer

What are the hardware requirements for installing Hadoop on my Laptop?

You can either install Apache Hadoop on ...READ MORE

answered Apr 10, 2018 in Big Data Hadoop by Shubham
• 13,490 points
7,564 views
0 votes
1 answer

What are the different ways to load data from Hadoop to Azure Data Lake?

I would recommend you to go through ...READ MORE

answered Apr 18, 2018 in Big Data Hadoop by coldcode
• 2,080 points
892 views
0 votes
2 answers

What is the difference between the Smart Data Access of SAP HANA and SAP HANA Vora?

Hadoop: Used to store Big Data in ...READ MORE

answered Jun 21, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
1,099 views
0 votes
1 answer

What are the security guidelines for Impala?

Security Guidelines for Impala: The following are the ...READ MORE

answered Aug 6, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
482 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,558 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,208 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,260 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

What is the difference between a Big Data Warehouse and a traditional Data Warehouse?

Hadoop is similar in architecture to MPP data ...READ MORE

answered Aug 10, 2018 in Big Data Hadoop by Frankie
• 9,830 points
1,156 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP