Re: video stream as input to sequence files

2015-03-10 Thread tesm...@gmail.com
Thanks. Is there some example of this process. Regards, On Sat, Feb 28, 2015 at 7:11 AM, daemeon reiydelle daeme...@gmail.com wrote: My thinking ... in your map step take each frame and tag it with an appropriate unique key. Your reducers (if used) then do the frame analysis, If doing

Re: video stream as input to sequence files

2015-02-27 Thread daemeon reiydelle
My thinking ... in your map step take each frame and tag it with an appropriate unique key. Your reducers (if used) then do the frame analysis, If doing frame sequences, then you need to decide the granularity vs. time each node spends executing. Same sort of process that is done for e.g.

Re: video stream as input to sequence files

2015-02-25 Thread daemeon reiydelle
Can you explain your use case? *...* *“Life should not be a journey to the grave with the intention of arriving safely in apretty and well preserved body, but rather to skid in broadside in a cloud of smoke,thoroughly used up, totally worn out, and loudly proclaiming “Wow! What a

video stream as input to sequence files

2015-02-25 Thread tesm...@gmail.com
Hi, How can I make my video data files as input for sequence file or to HDFS directly. Regards, Tariq

Re: video stream as input to sequence files

2015-02-25 Thread tesm...@gmail.com
Dear Daemeon, Thanks for your rpely. Here is my flow. I am processing video frames using MapReduce. Presently, I convert the video files to individual framess, make a sequence file out of them and transfer the sequence file to HDFS. This flow is not optimized and I need to optimize it. On Thu,