Log in

View Full Version : DivX4.12 install


ffroms
16th January 2002, 13:53
Hi
If anyone knows what switch I have to use so that installer don't ask if I want to use DivX4.12 to play my Divx3.11?

Thanks !

FFS

prr
16th January 2002, 15:05
AFAIK, You can't unlss You use Your own installer instead.

Tsui
16th January 2002, 21:31
----------

DivX 4.12 :

open 'divxdec.ax' in a hex-editor

a) Offset : 0x1004
:1C401004 FF15BC01431C Call dword ptr [1C4301BC]
change to :
:1C401004 EB17 jmp 1C40101D

ff 15 change to eb 17



b) Offset : 0x1037
:1C401037 7476 je 1C4010AF
change to :
:1C401037 90 nop
:1C401038 90 nop

74 76 change to 90 90

----------

results :
1. no questions
2. divx 3.11 was not played back with the divx4 codec (original divx 3.11 codec used, better).
if you want to always play back divx 3.11 with the divx 4 codec, you can look into the code at the above offsets, it's not so difficult.

ffroms
17th January 2002, 07:17
Thanks for replay but I think I'll stick to original file . That is to much for me for now . Hex editing is not my thing.

FFS