瀏覽單個文章
tw1965
Master Member
 

加入日期: Jun 2003
文章: 1,593
Q: How to disable the Macrovision Copy Protection in the Conexant driver ?
A: There are two kinds of Conexant drivers :
1. Use the regedit.exe to change all the value of "CpMethod" registries to 0xFE.
2.Use the regedit.exe to change all the value of "EncoderMVDRM" registries to 0.
Restart Windows is necessary.

引用:
typedef enum{
CP_METHOD_FLAG_MPEG_STREAM = 0, // not implemented yet
CP_METHOD_USE_LOWER_BITRATE = 1, // not implemented yet
CP_METHOD_NO_OUTPUT_ON_PIN = 2, // not implemented yet
CP_METHOD_FLASH = 3,
CP_METHOD_BLACK = 4,
CP_METHOD_NONE = 0xfe,
CP_METHOD_USE_DEFAULT = 0xff, // CP_METHOD_FLASH
} COPY_PROTECT_METHOD;
舊 2007-06-04, 10:05 AM #5
回應時引用此文章
tw1965離線中