Hello All,
I'm trying to get the TAVIrecorder component to read the DivX compressor.
I select compressor = acDIVX however when I run it says the compressor is not found.
Looking into the source code I see there's the following snippet
acDivX : with gaAVIOptions do begin
// ask for generic divx, using current default settings
fccHandler:=mmioFOURCC('d','i','v','x');
end;
how do I find or call the correct DivX compressor?
thanks
john
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
@nelsonchu, I must have lost a few IQ points, I can't seem to find the correct DivX codec to download without my anti-virus program throwing warnings :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello All,
I'm trying to get the TAVIrecorder component to read the DivX compressor.
I select compressor = acDIVX however when I run it says the compressor is not found.
Looking into the source code I see there's the following snippet
acDivX : with gaAVIOptions do begin
// ask for generic divx, using current default settings
fccHandler:=mmioFOURCC('d','i','v','x');
end;
how do I find or call the correct DivX compressor?
thanks
john
Did you install DivX codec on your machine? The codec needs to be on your machine before you can call it.
@nelsonchu, I must have lost a few IQ points, I can't seem to find the correct DivX codec to download without my anti-virus program throwing warnings :(