If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
It enables the YUY2 (uncompressed YUV video) capture option in the Matrox drivers. Once you have this enabled you can capture to alternative codecs like PICVideo MJPeg (higher quality than Matrox's), HuffYUV, DivX and others.
Unfortunately PC-VCR does not work with YUY2 or the alternative codecs. To capture with those you need to use another capture proggie like AVI_IO (best around) or VirtualDUB. You pick YUY2 as the format and the alternative codec as the compression.
Send me some mail so I can get your email addy and I'll mail it to you.
Methinks someone needs to get Flying Dutchmans permission to put his hack up on a website until TI's site is back up....
Sure, no problem! The program was intended as "public domain" anyway. Feel free to copy it.
Doc, one "legal" question. Undoubtedly you'll have heard about the 30-day registry "patch" for tMpegencoder 12c. Would it be "legal" to distribute a simple program or batch file that applies this patch and subsequently launches tMpegenc? Of course I don't endorse illegal copying, but I have a feeling that Hori-san is just as unhappy about the current situation as we are...
Resistance is futile - Microborg will assimilate you.
I don't think such a file is legal to distribute in the States by way of a weblink. Lots of crack sites have been shut down because of the new laws passed on this a year ago.
I'm sure other entities like the EU have their own rules about such things that follow the same logic trains.
That said things can and do get passed around a lot, don't they? ;-)
Could you perhaps make the code available for your program, or alternatively, explain in detail what it does? I'm interested in getting YUV captures enabled in WinNT...
All the "patch" does, is to make an invisible button visible on one of the dialog boxes. This button is simply not present in the Windows 2000/NT version of the driver, simply because the driver does not contain any YUY2 code at all..... So it won't be of any help at all under Win2000 or NT. The program does so by replacing a certain byte sequence in vcap16.dll:
(&H40 &H80 &H26 "YUY2") by another one:
(&H50 &H80 &H26 "YUY2")
This byte sequence only occurs in the resource part of the DLL. The "&H40" is a bit-mapped field that tells whether the button is enabled, visible etc.
That's all the program does, no big deal. It was written in Delphi 5. I'll gladly post the source somewhere if you give me a link to upload it to?
Resistance is futile - Microborg will assimilate you.
Comment