Hi, On Fri, Jan 23, 2009 at 11:17 AM, Marcelo Celta <[email protected]> wrote: > Hi my name is marcelo and I'm a programmer. And I have some questions to do.. > 1 . I understood that I cannot sell my software that is using the ffmpeg, is > this true ?
No (makes q2 irrelevant). > 3. I need to distribute my source code program ? Depends. If you use a LGPL-licensed ffmpeg build, you only need the ffmpeg sources and object files of your program to build new binaries. If you use a GPL ffmpeg build and your program interfaces (links) to ffmpeg (libavcodec/libavformat), you need sources of your application as well. You can also interface with the commandline applications ffmpeg.exe or ffplay.exe, in which case you need only distribute ffmpeg sources again. Distributing can be done by providing complete sources on your website, or by pointing exactly to which revision you use and providing any additional patches that you applied to that source code to result in your binary ffmpeg build. > 4. Is permitted by law I can make a program with an interface graphics using > the ffmpeg ? Ex: Convert flv for AVI ? As long as you abide by the license restrictions, sure. Ronald _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
