View Single Post
Old 9th October 2011, 11:36   #2212  |  Link
SledgeHammer_999
Registered User
 
Join Date: Aug 2005
Posts: 138
Hey guys,

I have re-written the bitrate calculation class in C++. I mostly used the same variables and functions the C# one uses, but I did quite a few restructuring to accommodate my needs. eg I don't use the full VideoCodec/ContainerType classes. My question is do I still have to release under the GPL? I was thinking to go LGPL for the bitrate calculation class.

Why I did this? I just wanted a standalone bitrate calculator. Now, I can write a simple command line program that uses the class(for use in conversion tools) AND a GUI program too. Oh did I mention portability too?
SledgeHammer_999 is offline   Reply With Quote