Hallo
hat jemand erfahrung mit AviWriter componente?
leider crasht er wenn ich SetCompression einstelle.
Delphi-Quellcode:
procedure InitAviOptions;
begin
with fVideo.AviWriter do
begin
Width := 320;
Height := 200;
FrameTime := 40;
Stretch := true;
SetCompression('XVID'); // wenn ich das auskommentiere dann funktioniert es
SetCompressionQuality(10000);
PixelFormat := pf24bit;
OnTheFlyCompression := true;
InitVideo;
end;
end;
ohne option SetCompression('XVID') funktioniert es gut.
Zitat:
Debugger
Exception Notification:
Project AVRecorder.exe raised
exception class
Exception with message 'Failed to create compressed stream'. Process stopped. Use Step or Run to Continue.
lg
Arnulf