PDA

View Full Version : A(GK) usage of DGDecode.dll


neuron2
30th April 2005, 15:44
@len0x,

Can you please specify if A(GK) invokes DGDecode.dll in standalone mode, i.e., not through Avisynth's mpeg2source()? I am contemplating ditching VFAPI support (in favor of makeAVIS). There are two standalone frame access modes currently, one for getFrame() and one for getFrameRGB(). Do you use either of these?

Thank you.

len0x
30th April 2005, 23:19
Actually GK (not AGK) uses getRGBFrame() to open D2V files for preview. Correctness of that method is not particulary important as its only used for preview and crop, but its certainly useful.

neuron2
1st May 2005, 05:51
OK, thanks. I don't want to break anything.