Also, the formats that you have specified, are already compressed formats. Do 
you mean to say you want to transcode? If you are transcoding videos, there are 
various other factors on which your output video file size will depend.

Thanks and Regards
Pankaj Misra

From: Pankaj Misra
Sent: Friday, August 17, 2012 11:30 AM
To: user@hadoop.apache.org
Subject: RE: video compression

Hi Mallik,

This is a good wish list, but there are challenges around running compressions 
across a hadoop cluster. Not all compression algorithms are suited for running 
through map-reduce, since most of the compression algorithms are very much 
context driven and tree based, so its hard to break them across various 
map-reduce tasks. LZO compression is however a parallel compression algorithm 
and has can be run in a map-reduce paradigm. The video compression however are 
different, and whether they can be achieved via map-reduce is something that 
will depend on, as to how much parallel compression the specific video 
compression algorithm supports.

Thanks and Regards
Pankaj Misra

From: mallik arjun [mailto:mallik.cl...@gmail.com]
Sent: Friday, August 17, 2012 11:23 AM
To: user@hadoop.apache.org<mailto:user@hadoop.apache.org>
Subject: video compression

how to compress the video using hadoop

input : any type of video file (.flv,.mp4,.3gp,etc....)
output : compressed video file with customized format having less size than 
input video file.


is there any api.

________________________________

Impetus Ranked in the Top 50 India's Best Companies to Work For 2012.

Impetus webcast 'Designing a Test Automation Framework for Multi-vendor 
Interoperable Systems' available at http://lf1.me/0E/.


NOTE: This message may contain information that is confidential, proprietary, 
privileged or otherwise protected by law. The message is intended solely for 
the named addressee. If received in error, please destroy and notify the 
sender. Any use of this email is prohibited when received in error. Impetus 
does not represent, warrant and/or guarantee, that the integrity of this 
communication has been maintained nor that the communication is free of errors, 
virus, interception or interference.

________________________________

Impetus Ranked in the Top 50 India's Best Companies to Work For 2012.

Impetus webcast 'Designing a Test Automation Framework for Multi-vendor 
Interoperable Systems' available at http://lf1.me/0E/.


NOTE: This message may contain information that is confidential, proprietary, 
privileged or otherwise protected by law. The message is intended solely for 
the named addressee. If received in error, please destroy and notify the 
sender. Any use of this email is prohibited when received in error. Impetus 
does not represent, warrant and/or guarantee, that the integrity of this 
communication has been maintained nor that the communication is free of errors, 
virus, interception or interference.

Reply via email to