bilu
11th April 2003, 19:03
It's supposed to do the opposite of HexValue() :D
The whole point is to be able to use CALL to export registry keys like this one
[HKEY_CURRENT_USER\Software\GNU\XviD]
"mode"=dword:00000005
"desired_size"=dword:0000094a
after making calculations for the desired size. Of course I would need to know the 1st pass size, I can get it with Import() and make calculations with a XVID NULL encode and keep the value in a file.
My idea is to use AVS2AVI with this option
-c <4cc> : Use codec having <4cc> with default settings
and change the settings in the registry. This way I could use 65% compressibility on the fly ;)
Bilu
The whole point is to be able to use CALL to export registry keys like this one
[HKEY_CURRENT_USER\Software\GNU\XviD]
"mode"=dword:00000005
"desired_size"=dword:0000094a
after making calculations for the desired size. Of course I would need to know the 1st pass size, I can get it with Import() and make calculations with a XVID NULL encode and keep the value in a file.
My idea is to use AVS2AVI with this option
-c <4cc> : Use codec having <4cc> with default settings
and change the settings in the registry. This way I could use 65% compressibility on the fly ;)
Bilu