It depends on the O/S - but you can attempt the following.
For Win9x you can add the following entry into the [drivers32] section
of the SYSTEM.INI file:
vidc.mp4v=DivX.dll
For Win2k/XP systems you can add the string entry “vidc.mp4v” into the
registry location [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\Drivers32]. You will need to assign the value
“DivX.dll” to this entry.
Also, be advised that in the past I have run into issues with
case-sensitivity on the FOURCC entry.
Joe Flynn
thanks a lot Joe for your answer. i'm gonna try that tonight.
does your last statement mean i should create like two such entries one for
mp4v and one for MP4V?
George W. Bush wrote:
> "Joe Flynn" wrote:
>
>>Also, be advised that in the past I have run into issues with
>>case-sensitivity on the FOURCC entry.
>>
>>
>
>
> does your last statement mean i should create like two such entries one for
> mp4v and one for MP4V?
>
With the issue I was referring to (see link) there would be eight
different case-specific permutations of your “mp4v” FOURCC code. I don’t
think that you will have to worry about this issue but just to be safe I
would recommend examining the case of the FOURCC code that the encoder
is embedding into your files and then setting Registry/INI file settings
to match.
Joe Flynn
i finally figured it out:
these THREE keys need to be edited (XP):
[HKEY_CLASSES_ROOT\CLSID\{083863F1-70DE-11d0-BD40-00A0C911CE86}\Instance\{78766964-0000-0010-8000-00AA00389B71}]
[HKEY_CLASSES_ROOT\CLSID\{083863F1-70DE-11d0-BD40-00A0C911CE86}\Instance\CLSID_DivXDeux]
[HKEY_CLASSES_ROOT\CLSID\{CF49D4E0-1115-11CE-B03A-0020AF0BA770}\Instance\CLSID_DivXDeux]
in FilterData in each of these keys any pair of unused fourccs (upper +
lower case) should be replaced with the required pair of MP4V and mp4v.
deleting or adding lines in the list of fourccs don't seem to work - only
replacing. guess that was my mistake the first time.
and there we go. graphedit lists MP4V and mp4v among divx's input pins. WMP
picks it to play mp4-divx files. and 3ivX is history.