Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
News

Multi-Platform Video Codec Seeks New Home 125

Eric Smith asks: "I own a next-generation video codec development company, idea65 (covered on Slashdot as our previous incarnations Opencodex, and Flashingyellow). We have a finished product, but don't quite know what to do with it, and we're looking for someone (or some company) interested in taking it over." Here's the chance for some of you out there looking for a good cause, to contribute something. Loads of people (me, included) would love a good cross-platform video codec.

We started our journey as an open-source project contest in response to DivX, before DivX networks came into being. Due to a variety of issues (not the least of which was our main investor pulling out and funding having to come out of my own pocket), we mutated into a closed-source project that we intended to distribute ourselves through the help of a third party. We finished product development almost a year ago and have a really great portable video codec that runs on Linux, Mac OS, and Windows.

The problem we've run into is that with the economy being as it is, our candidates for distribution assistance have also all dried up. We've considered just GPL'ing it and seeing what the open-source community could do with it, but don't have anyone to oversee changes and official versions, not to mention from the looks of the DivX 4.0 project, there don't seem to be a lot of people interested in (or with the knowledge to) work on video codecs.

More or less, we've got a bunch of very well written CodeWarrior projects that need to find a new home as we don't really have the expertise or financing to sell it or even give it away. So, I'm interested in knowing if anyone has any suggestions for what to do with the project, or interest in taking it over (those with experience with this kind of thing)."

If seriously interested, you can contact Eric using the mailto link at the beginning of this article.

This discussion has been archived. No new comments can be posted.

Multi-Platform Video Codec Seeks New Home

Comments Filter:
  • by IIOIOOIOO ( 517375 ) on Friday December 14, 2001 @10:50AM (#2704078)
    I'll be getting in touch with you. Don't GPL it, that would be silly. If you guys made the darn thing with the intention of earning money, you should darn well get some money for it!
    • Releasing it under the GPL would mean that there would be a set of "hacker types" interested in deploying it amongst a group that is technically knowledgeable.

      That's helpful in getting it known, which is worth rather a lot.

      The codec would not in that form be usable outside of the context of freely-redistributable software. Someone who wants to integrate it into their cool, but proprietary viewer would find that they can't, at least not with the GPL-licensed version.

      That can't represents the place where they can look for their revenues.

      It's not obvious that there can possibly be interest in it without there being some sort of release; the company hasn't money to spend on renting Times Square to show the world they've got a K001 Product.

      Releasing under something like the GPL may be the only way to get it into use, and to get any return from it.

      • Re:Au Contraire... (Score:3, Insightful)

        by radja ( 58949 )
        hmm, since you are the copyright owner you could also dual-licence it. First release as GPL, and allow companies wanting to include it in a proprietary product to licence it from you directly. Basically, you get the best of both worlds..

        //rdj
      • Au Contraire to you as well, my friend! You are forgetting that if he GPL'd the code and allowed outside contributors, he would have to impose restrictive agreements upon those contributors under which they would be forced to give up all copyrights to the code they contribute.

        Otherwise, the code they contribute will be released under GPL as well, and he (no longer being the sole copyright holder) would have to gain their permission to release the updated code under a non-GPL license. As copyright holders, they could object.

        It's kind of hard to get people to work on a project for free when it's apparent that your intention is to immediately release it under a non-open license. Usually, you have to pay those guys.

        The net effect? You've exposed your codec's guts to the world without being able to easily commercialize any of the benefits of being open-sourced.
        • You might want to look at the history of Ghostscript, [ghostscript.com] which has, for years, taken exactly the approach I describe.

          More pointedly, I would direct you to an Interview with L. Peter Deutsch [devlinux.org] which addresses the precise issues surrounding copyright assignment that you seem to think so daunting.

          Ghostscript has been not finding them to be a problem for a lot of years now.

          • Sure, he says exactly what I did. That in order to dual-license a project in which you accept outside submissions, you must necessarily force them to assign copyrights to you. He simply says that he has not yet been sued over the deal. Has he actually protected himself from liability or a legal challenge? Certainly not, and more power to him! However, not all people are so brave as to make business deals based on murky legal grounds.
    • by mr3038 ( 121693 ) on Friday December 14, 2001 @11:17AM (#2704219)
      Don't GPL it, that would be silly. If you guys made the darn thing with the intention of earning money, you should darn well get some money for it!

      Well, if you intent to get some money with it GPLing shouldn't ruin the plan. If somebody wants to use this codec commercially they probably sell closed source program with it and cannot therefore use codec without purchasing different license. GPL doesn't restrict from releasing product under another product simultaneously. One could even claim that GPL version would be a full-featured demo to sell codec.

      If the codec does something revolutional like not using DCT and interpolation between keyframes then not to GPL it may be a good idea because ideas aren't restricted by copyright. Without money you cannot patent it and that would be only yet another hated software patent anyway.

      Whether or not the use of GPLed codec would be legal in Windows or MacOS is another question. Most programs in these platforms are closed and cannot therefore link with GPLed code. Strictly interpreted this means that you cannot use GPLed codec in say for example WMP. On the other hand WMP may be claimed to be part of OS and GPL allows linking with OS libraries...

      • On the other hand WMP may be claimed to be part of OS and GPL allows linking with OS libraries...

        That's an interesting loophole. So M$ can claim that IE is part of the OS and link any GPL-library with it. Doesn't this defeat the protection that many GPL-authors seek from the use of GPL?: "M$ can't take x and use it in their proprietary software"

        Is there a clear definition of OS libraries in the GPL? It seems that one can 'pervert' this to mean just about any library that is/can be installed in the system and can be called by applications.
        • by Anonymous Coward
          anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs,

          Basically, the GPL OS exception includes anything on the CD. In Windows' case that includes IE, WMP, Notepad, etc.
        • This [gnu.org] pretty much makes it clear.
        • Certainly MSoft cannot make some of the ie code call any GPL code directly. The GPL code has to at least be some sort of "plugin" that IE can function without, and it probably has to be an easily added & removed component.

          The question is if this sort of add-on is allowed. I believe it is, but there may be more information.

          MSoft can be a pain and license the header files so they cannot be included by GPL code, their management has threatened to do this but I think their engineers may be showing a little backbone recently and stopping them from being totally mindless assholes.

      • If the codec does something revolutional like not using DCT

        Well it's easier to throw out perceptually redundant high frequency information in the frequencey domain, so almost any CODEC is going to start with SOME sort of frequency transform, whether DCT (MPEG, H.26x), DWT (wavelets) or even plain old FFT.

        Reality also dictates that one movie frame is related to the previous one (except on MTV), so a keyframe difference mechanism is also pretty much mandatory for good compression.

        Advances in video compression are really more in the details (e.g. CU30) than in the overall techniques applied. The only way to get radically better compression is going to be to transmit a model of the scene rather than the pixels themselves.
    • The GPL is hardly incompatable with profit.
      Prentice Hall would have sold a ton of these [amazon.com] if they had GPL'd Minix.
  • Give it to academia (Score:3, Interesting)

    by eMilkshake ( 131623 ) on Friday December 14, 2001 @10:52AM (#2704094) Homepage
    The best way is to do a little research to find out if there are any movers & shakers in research and give it to them. Otherwise, find a reputable school, contact their CompSci guys, and ask if their interested (or at least ask their computing group if they'll distribute it).

    Isn't that where our favoriate things like fetch came from?

    • BCU in Vancouver has a strong video codec team. RealNetworks and Microsoft used to recruit there. They have a whole bunch of doctorate and post-doctorate students from all around the world.

      Give it to Canadians, they're nice people.
  • Ogg Tarkin (Score:5, Interesting)

    by Shrubbman ( 3807 ) on Friday December 14, 2001 @10:53AM (#2704103)
    If you're codec is patent free, the people over at the ogg multimedia project would be bigtime interested. They've got the audio portion (vorbis) well along but they're still aways away from having their video portion (tarkin) completed. Head over here [xiph.org] for more info
  • by tswinzig ( 210999 ) on Friday December 14, 2001 @10:56AM (#2704117) Journal
    You can email it to me, dude.
  • by easter1916 ( 452058 ) on Friday December 14, 2001 @10:56AM (#2704122) Homepage
    We have a finished product, but don't quite know what to do with it
    Prior to developing the product and forming a company, did anyone mention the words "business plan" to you?
    • by Anonymous Coward
      I'm pretty sure the "business plan" goes like this:

      1. Write closed-source codec (just what the world need another one of).

      2. Find that you're not able to make money on it.

      3. Pretend you're thinking of making it open source so that your slashdot submission gets accepted.

      4. Get tons of free exposure; hope that some sucker buys it from you as a result. Who cares if it'll probably be closed source afterwards?

      Fortunately, I bet that there aren't any such suckers out there.

      Vanilla Ice speaks tha truth again

      • You tell me how many bussiness men / VCs roam around on slashdot, eh? What good will exposure on slashdot do?

        anyswer = little buzz + nothing.

        the people who read slashdot are broke college guys, and middle aged sysadmins holding on to the last thread they have in this hell hole of an economy.

        no one here but us nerds!
    • Geeks code for the love of code, if they can convince VCs to give em money to do what they love then good for them.

      It sounded to me like they started this company during the tech bubble, but I think they were just trying to cash in on the side. The real goal seems to have been the codec itself. I don't see where they made a mistake.

    • Step 1) Steal Underpants

      Step 2) ...

      Step 3) Profit!
    • Prior to developing the product and forming a company, did anyone mention the words "business plan" to you?

      1. Write codec
      2.
      3. Profit


      :-)
  • by Anonymous Coward
    ...making a presentation and taking it to various movie houses for thier online trailers? It may be hard to get them to think about switching from Quick Time, but if you can give a good quality video, with a smaller download, and multi-os support, some of the smaller movie houses may consider it.

    Also, what about companies that are working on video colaboration. Generally they have in house codecs that they write, but they are not always targeted for multiple os's.

    Zro
    • Switching from Quicktime?

      Oh dear, another ignorant soul who doesn't know the difference between the container format (Quicktime) and a codec (Sorenson).

      Quicktime is just a wrapper around any codec you want to use. Currently that tends to be Sorenson 3 as its the best one shipped. I also watch various Divx movies that are in Quicktime format, since I installed the plugin that lets me do that.

      Since he says it works on Mac OS, the chances are he already has a Quicktime plugin for his codec. Infact, he'd be insane *not* to package it in one of the major container formats as these have "install on demand" support.

      User goes to a page with a movie in their wizzy new codec, and, if he can get the deal set up, Quicktime just says "you don't have the codec you need to see this movie click ok to download and install now?".
  • by Anonymous Coward
    I'll give you $20 - think about it
  • while its true that most people hare happy with the DivX codec at the moment, if a few people started to use your codec, and it proved to have better audio/video qualityand not as much loss as DivX does, while still keeping the filesizes nice and small, it could take off in a big way.
    You should see how it does as closed-source first if that was your plan in the beginning, and open it up later if you decide its not doing as well as you wanted it to.
    • It's a hacked codec that doesn't work with macs. Not well, and in the case of the confusingly-named DivX 4, not at all. And there is still much room for improvement in all aspects of the codec. You have a real edge over most other codecs in that yours is cross platform - so your main competition is RealPlayer, VP3, and 3ivX for now. If you go commercial you have to beat both of them, if you're going open source you just have to do better than VP3 and 3ivX in at least one respect.

      Of course if Quicktime ever officially goes Linux (I doubt WMP ever will) you'll have many more codecs to contend with. And you need to either promote it, or make it so incredibly good everyone switches. DivX sucks compared to newer open source and cross platform codecs but it's very popular because of the name.
  • by Anonymous Coward on Friday December 14, 2001 @10:59AM (#2704136)
    There are tons of open multimedia projects such as Gstreamer [gstreamer.net] which could benefit from such a codec, assuming it's entirely patent free and unencumbered by copyright liabilities... Depending on how good it is, this could be great for OS...
    • It doesn't even have to be patent free as long as you hold the patents yourselves, and you are willing to let an open source project use them royalty free.

      Many open source projects use patented technologies; it is just that since they can't afford any license fee for the patents, when a patent owner gets upset the open source project has to code around the patent, (which has been done more than once.)

  • So basically... (Score:4, Insightful)

    by glowingspleen ( 180814 ) on Friday December 14, 2001 @11:10AM (#2704191) Homepage
    So basically you just used Ask Slashdot to market a product or further your career.

    Just kidding, everyone does that.
  • quality? (Score:5, Interesting)

    by crayz ( 1056 ) on Friday December 14, 2001 @11:13AM (#2704200) Homepage
    Would it be possible to show us the quality of this codec somehow? Maybe start with uncompressed video, and have the DivX, VP3, etc. people all compress it down to a specific bitrate, and you do the same. Then once it's compressed down to that bitrate you could decompress it(since we don't have a decoder...), thus letting the general public see the quality of your codec.

    Would that work? Because there are a lot of codecs, and unless you can show that this one is better than the others, I really don't see why people would be interested.
    • And overhead (Score:3, Interesting)

      by TheSHAD0W ( 258774 )
      It'd also be helpful if you'd benchmark your codec's playback CPU load versus DivX and the other popular formats. While nowadays PCs can handle some heavy demands, lightweight decoders would still be desirable, especially for embedded applications, etc.
  • It all depends... (Score:5, Insightful)

    by Junta ( 36770 ) on Friday December 14, 2001 @11:14AM (#2704208)
    You mention that now that DivX 4.0 is out, no one cares anymore. Does your codec outperform DivX4.0 in terms of bitrate, quality, and/or performance? If the answer to all the questions is no, then perhaps it would be best to let it die. If the answer is "not now, but with work it could be..." and you want to stop working, you may want to first fish around for interested companies, and as a last resort give it to the Ogg group as something they could hammer into being Tarkin. I guess if you really don't care about the code anymore but really don't want to let it die, you could pass it on to the Ogg people anyway and they can decide for themselves whether the code is worthwhile or at least salvagable. If it isn't, then they can kill it instead of you :)
  • by SpinyNorman ( 33776 ) on Friday December 14, 2001 @11:16AM (#2704211)
    Are you asking how to make money from it, or how to donate it to the open source community?

    How competetive is it? DivX/MPEG-4 even if patent encumbered is now available in an open source version from the ffmpeg project, and there are other open source CODECs available that are competetive to or even better than DivX such as VP3 or the amazing CU30.

    If your CODEC can compete with the alternatives then it would probably be instantly adapted by the Ogg Tarkin paroject which is looking to deliver an open source CODEC but so far is really only at the research stage.

    If your CODEC csn't compete head-in with the state of the art, then maybe you're better off looking to embed it in an application (e.g. a cross platform ICQ video conference helper) where the utility outweighs anything else.
  • So what your saying is that you started a business to develop this video codecs and now its complete you have no idea what to do with the code?

    This is insane and shows everything that was wrong with the way VC money was being invested in recent times. What did you expect to happen - that the problems of having no way to turn a profit or even see any income would have solved themselves by the time you had developed the code?

    Having had 2 previous companies attempt the same thing (and Im assuming there was more to it than just a simple renaming) this also indicates that things may not have been very well planned - youve clearly failed twice already.

    Best of luck finding a way to make use of your product, and hopefully youll think a bit more before going for attempt 4!

    • by misterye ( 260449 ) on Friday December 14, 2001 @12:53PM (#2704787)
      Actually, we did have a very detailed business plan, that we thought was actually going to make money and contribute something to the open-source community. But, as with many things, and as someone said earlier, don't depend on third parties. We didn't have much choice but to rely on third parties for distribution and funding. In the end, all the funding came out of my pocket, and the distributor went under. We have a good product, we actually beat DivX to being done by about 3 months, but we got stuck there. The codec is very light and highly portable, the original version was less than 16k compiled and out-performed DivX and was patent and copyright free.


      Though I guess that is something that people will want to see for themselves, and that's where we are stuck, we don't even have the funding for the legal help to get it into testers hands. After working on this as hard as I have, I would hate to see the project just die w/out it seeing the light of day. That's why I asked for possible answers from Slashdot. Maybe someone can think of something we haven't. Its happened before.

      • ...the original version was less than 16k compiled and out-performed DivX and was patent and copyright free.

        Be sure to protect your ideas by either patenting them yourself or just by publicising them. As long as you have not yet publicised the codec and shown "prior art", someone else may beat you to it and patent the idea!

        Then the project would surely be dead - so get it out in the light!
      • we don't even have the funding for the legal help to get it into testers hands.

        Okay, earlier you were talking about 'thinking about GPL'ing it' and having trouble 'giving it away'.....

        ...but you can't give it away because you can't pay lawyers to help you give it away?

        Something fundamentally wrong with that....

        At any rate, if you're sincere and not just fishing for investors, I'll add my metaphorical voice to those suggesting contacting the Ogg people over at xiph.org, who I'm sure would LOVE to have a " very light and highly portable [...] patent and copyright free" set of code to use with the Ogg Tarkin project...if you REALLY want to see it get out into the world...

  • I checked out the website, but it seems mostly incomplete. I am particularly interested in comparisons with Sorenson on Mac OS.

    Sadly in today's world success in a venture like this depends largely on marketing, but I think the /. community (if not IT purchasers at large) is primarly concerned with the quality of the codec. Can existing codecs be beaten across the board when they seem to be optimized for different platforms?
  • An idea... (Score:5, Insightful)

    by Fnkmaster ( 89084 ) on Friday December 14, 2001 @11:25AM (#2704258)
    Since really the only way as I understand it that such a product could make money is embedding in successful closed source projects, I think this would be an ideal candidate for the TrollTech business model. Release a GPL version that is embeddable only into GPL and GPL compatible Free Software products. This will gain you recognition and acclaim if your product is good. Now you've stirred up interest. You should release, simultaneous with the GPL release, a press release indicating your intention to issue commercial licenses for embedding in closed source products. Hell, you can even claim your commercial licensees will get access to the "Plus" form of your codec.


    Now pimp the hell out of the GPL version and everyone that whines about how they can't use it in their closed source products, point them to your web page explaining how to contact you/your company for commercial licensing terms. Also perhaps consider a joint distribution agreement up front with some commercial video tool providers whereby you will develop plug ins, etc. I gather your point is this might be hard in this climate. Also consider getting pr0n distributors to use it. No, I'm not kidding. Honestly, people download pr0n from usenet, etc. If there is pr0n out there in your video format, people will get players for it. This will eventually convince commercial users that your format is worthwhile. There are plenty of Linux/Mac pr0n viewing folks out there, so you definitely will find some rapid fans if you take this tactic.


    Anyway, this is my advice for a bootstrapped marketing technique that you might find effective. I make no promises, but it sounds like you don't have much to lose if you are posting to Ask Slashdot for marketing advice (hint: lots of /. readers can tell you about GPL violations, some can tell you about how the Linux kernel is put together, and very few can tell you how to successfully market a product).

    • I allways thought that once you GPL a roduct you can't sell the same product with a commercial license. Is that true?
      • No, it's not true. You, as the copyright holder, can distribute the product under any terms you see fit. People to whom you distributed it under the terms of the GPL, get to use it under those terms. People to whom you've distrubuted it under alternative license terms get to use it under those terms.

        The only issues that arise are when other people start to have some copyright interest in your product; then, in order to distribute it under proprietary terms, you must have their permission as well.

        This is why, for instance, Sleepycat Software requires patch submitters to assign the copyright for the patch to Sleepycat before they apply the patch to the official Berkeley DB code. Something like that approach seems neccessary unless you want to end up maintaining two codebases: the GPL one and the proprietary one.

    • I think you should contact TrollTech [trolltech.com] and ask them if they are interested in marketing your product the same way the marketed Qt [trolltech.com] (a GUI toolkit).

      Qt is available under GPL for X11/Unix and for commercial licensing for X11/Unix, MacOS and Windows. Anyone could actually port the X11/Unix version to Windows, but noone have, AFAIK.

      Or release it under a BSD license like Ogg [xiph.org]! The codec will get more widespread use, but it will be harder to make any money from it.

  • Screenshots? (Score:3, Interesting)

    by MagerValp ( 246718 ) on Friday December 14, 2001 @11:29AM (#2704271) Homepage
    Lovely placeholders, but wouldn't it make more sense to have actual screenshots of the codec in action? The web page is totally devoid of any useful information.

    Yet another video codec. Does anyone really care?
  • If it were you... (Score:3, Informative)

    by darkov ( 261309 ) on Friday December 14, 2001 @11:35AM (#2704299)
    If I were you (which I am patently not) I would not bother trying to sell a codec. I think there are many out there today and without some sort of corporate backing or a really compelling difference, you probably will not have much impact in a crowded marketplace. What would make more sense is developing a product that uses your codec, but provides a different sort of product or service. Maybe build a video confrencing system, or a monitoring and logging system. These ideas are off the top of my head, but you get my drift - add some sort of additional value, some application that makes your codec shine while solving a problem. Then you'll have a market and getting inverstors and customers will be a whole lots easier.
  • by YouAreFatMan ( 470882 ) on Friday December 14, 2001 @11:44AM (#2704348) Homepage
    I believe the site you want is here [ebay.com]
  • We have a finished product, but don't quite know what to do with it

    Have you thought about using it to encode and decode video. video codecs a can often be quite useful in that respect. Why not give it a try?
  • you could sell it to microsoft.

    they win in that it is
    1. less competition
    2. borrow the technology

    you win
    1. you can swim in a lake full of cash

    --donabal
    • "Like my hat? It's made of MONEY!"

      With apologies to the good folks at Penny Arcade [penny-arcade.com], of course. If their archive search wasn't a Windows-only executable (whatever happened to web-based searching, guys?) then I'd even link to the right comic. But alas, it was not meant to be.

  • by oddityfds ( 138457 ) on Friday December 14, 2001 @12:58PM (#2704821)
    Possibly, the only thing that makes your CODEC worthwhile is if it is patent free. The only CODEC to date that I know of that is free of software patents is the H.261 [soton.ac.uk].

    If we're going to use an algorithm encumbered by patents, we might as well use MPEG-4 [telecomitalialab.com].

    However if your CODEC is not covered by any patents, then please consider releasing it under a BSD [fsf.org] or GPL [fsf.org] license.

    For information on why software patents are bad for free software, please visit The League for Programming Freedom [mit.edu]

  • by ryanvm ( 247662 ) on Friday December 14, 2001 @01:07PM (#2704868)
    Was this the business plan?

    Phase 1 - Develop new video codec
    Phase 2 - Do some, uh, business stuff
    Phase 3 - Make LOTS of money!
  • Give it to me, and I'll convert my entire porno collection and send em over to ya! After all, that's what making video codecs is all about, right??
  • by mcelrath ( 8027 ) on Friday December 14, 2001 @02:42PM (#2705348) Homepage
    I'm sure there's room around here...maybe under the couch? Maybe between 3ivx and DivX? Or between MPEG-4 and Sorensen? If not then surely there's room between MJPEG and Indeo? Oh, I feel like breaking into song over the wonderful video codec situation! [webartz.com]

    Oh! 3iv1 3iv2, aasc abyr and aemi too! afli, aflc boy those are old! AMPG, ANIM, AP41 and you! Think of how your home videos will look, in ASV1, ASV2 or ASVX!! Mine look great, and I'm sure yours will too, with AUR2 or AURA!

    And out of the A's and into the B's la da da do do do deeee! Bink, bt20, btcv bw10, boy those b's are short! Those B codec makers better get a move on! But onto the c's like the birds and the bees, cc12, cdvc, cfcc, cgdi, cham, cjpg, cpla, cram, cvid cwlt, cyuv, cyuy! Boy these things multiply fast! Makes me wonder, why the're called video codecs, and not WABBITS!

    But D's come along, DIV2 and DIV4 and DIV5, with venerable DIVX short behind. DMB1, DMB2, DSVD, DUCK, DVAN, DVSD, DVE2, DVX1, DVX2, DVX3, DXTN, DXTC, and no more D's do we have! And the E's are short, because normal people don't start video codecs with vowels, ETV1, ETV2, ETVC are all that survive.

    Only 3 F's, because F stands for Flunk, FLJP, FRWA, FRWD are fun! Oh my! GLZW, GPEG, GWLT from Microsoft? But videoconferencing still lives H260 goes plop, followed by H261, and H262, H263, H264, H265, H266, H267, H268, But finally everyone knows H269! HFYU, HMCR, and HMRR round out the H's!

    (Egad, am I done yet!)

    Not hardly buddy! There's I263, IAN, ICLB, IGOR, IJPG, ILVC, ILVR, IPDV, IR21, IV30, IV31, IV32, IV33, IV34, IV35, IV36, IV37, IV38, IV39, IV40, IV41, IV42, IV43, IV44, IV45, IV46, IV47, IV48, IV49, and IV50 rounds out Intel's evil contribution! But wait! There's more! Call now and you'll receive this free JBYR, JPGL, KMVC, and LEAD, LJPG.

    Not to worry, M is here! Here are all the ways Micro$oft can fuck a standard! M263, M261, MP42, MP43, MP4S, MPG4, MRLE, MSVC Oh my! I like MJPG, cause my marvel uses it, but Matrox also has MTX1, MTX2, MTX3, MTX4, MTX5, MTX6, MTX7, MTX8, MTX9! More M's! mJPG is not the same as MJPG? MCAM, MC12, MPEG, MRCA, MWV1, nAVI, NTN1, NVS0, NVS1, NVS2, NVS3, NVS4, NVS5, NVT0, NVT1, NVT2, NVT3, NTT4, NVT5, PDVC, PGVV, PIM1, PIM2, PIMJ, PVEZ, PVMM, PVW2, qpeg, QPEG, RGBT, RLE, RT21, rv20, rv30, RVX, s422, SDCC, SFMC, SMSC, SMSD, smsv, SPIG, SQZ2, SV10, STVA, STVB, STVC...oh god I'm getting bored...STVX, STVY, SVQ1, TLMS, TLST, TM20, TM2X, TMIC, TMOT, TR20 TSCC, TV10, TY2C, TY2N, TY0N, UCOD, ULTI, V261, VCR1, VCR2, VDOM, VDOW, VDTZ, VGPX, VIFP, VIDS, VIVO, VIXL, VLV1, VP30, VP31, VX1k, VX2K, VXSP, WBVC, WHAM, WINX, WJPG, WNV1, x263, XLV0, XMPG, XXAN, Y41P....almost there! Y8, YC12, YUV8, YUV2, YUYV, ZLIB, ZPEG!

    And that ends my really bad song. But wait! Thre's more! Those are only the ones with FOURCC definitions! That doesn't include file types! There's MPEG-PS, AVI, Quicktime, and the venerable Microsoft format heist asf.

    I think the statement "I developed a new video codec!" should be punishable by death.

    --Bob

  • Really, your site does not accept the cross platform corperate browser (Communicator), don't expect sponsorship from the technical community.
  • We have a finished product, but don't quite know what to do with it.

    Not to be (overly) sarcastic, but maybe you should have thought of that before spending first your investors money and then your own? Isnt it a little late for that now?

    Just a thought! ;-)
  • Awww that is so sad, but I will give your 'codec' a new home if need be. A warm loving home and family awaits. Is it toilet-trained and fully innoculated?
  • weird. about, oh, 90% of the replies here are either rude, completely useless (this one likely included), or "funny" (mostly rude too). the messages with the highest scores are the most useless. the 3 or 4 i found here that actually had suggestions were only scored 2 or 3, while one of the most asshole-like posts i've read here in a while is scored 4 - wtf? if this is gonna turn into yet another i'm-15-and-learned-to-spell-fuck-today sites, i'm outta here. there's something to be said for maturity. not that there's anything wrong with being funny, but the line between prick and comedian is thin, and too many people here are crossing it.
  • I sent you an email by the way in case this is something serious; I do what you need (software development and liscensing/bizdev) professionally.

    Unfortunately I was unable to view the page in my linux browser (sending me to a page to teach me about standards..) then after downloading an activex pane each page there is no content. Too bad since you have all these people looking. In particular comparing it right against Sorenson and WMP with nothing behind your words makes you wonder if you want to touch something like this out of the blue.

    Anybody who could help is going to need more subtantial information, for example what you think are the pros/cons of the software as compared to competitors in your space, to help with diligence. GPL might be one way to do it, and people might love you for it, but it will very likely hurt your chances on liscensing or selling it outright at this stage and getting your money back.

    In particular a number of companies that are likely to listen are here in Japan but GPL is not something they want, unless maybe you already have a big team building it through GPL. They know tech and make quick decisions if everything is clear and up front, that's your challenge.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...