[algogeeks] Re: video transcoding

2008-06-12 Thread Vasant
You can use FFMPEG http://sourceforge.net/projects/ffmpeg Best, VM On Jun 11, 11:54 am, mirchi [EMAIL PROTECTED] wrote: i need help urgently ! i want to know if there are any libraries available in c++ for manipulating mpeg streams or in any other language. i want to extract header

[algogeeks] Re: Area of Intersection between Oriented Rectangles

2008-06-04 Thread Vasant Manohar
Thanks much for all the responses. I have a good idea now as to how to go about this. Best, Vasant On Mon, Jun 2, 2008 at 4:59 PM, Vasant [EMAIL PROTECTED] wrote: Greetings! As the subject line specifies, am trying to compute the area of overlap between two rectangles that can have any

[algogeeks] Area of Intersection between Oriented Rectangles

2008-06-02 Thread Vasant
Greetings! As the subject line specifies, am trying to compute the area of overlap between two rectangles that can have any arbitrary orientation. I plan to go about this by finding vertices of Rectangle1 contained in Rectangle2 and vice versa. Then, I will find the points of intersection