Hey,

On Sat, 2003-07-05 at 09:44, Abhijeet Mhatre wrote:
> 1) Do I have to pay licensing fees ( eg: to any company which developed mpeg
> standards) for doing encoding / decoding of mpeg, divx, mp3

MPEG: likely. MPEG LA owns patents on the compression modes. divx is the
same story, since it's essentially MPEG LA's MPEG-4 with some custom
divx specialities. You might have to pay to divx.com, too, I'm not very
familiar with how divx.com handles this.
mp3 is patented and owned by Fraunhofer, and they require license fees,
too.

Note that all that goes only if you want to distribute your commercial
application publically. If you plan on using it internally, they won't
go after you that quickly, afaik, even though its use officially still
requires such fees.

> 2) Can I use Mpegtools to develop my application (my application being
> closed source) 

Since we're GPL, no (as in: you cannot copy our code into your
application). You can call mjpegtools applications via unix pipes for
data interchange (stdin/stdout, frames, etc.). That's allowed by the
GPL.

> 3) Can I use    system ("lav2yuv ... etc..") in my code. Here I wont be
> linkng my program to any code of mpgegtools.

That's allowed, just like unix pipes, since there's no binary linking
going on and they run as separate programs (independently).

Ronald

-- 
Ronald Bultje <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to