Einzelnen Beitrag anzeigen

Arnulf

Registriert seit: 28. Okt 2004
Ort: Wien
271 Beiträge
 
#1

AviWriter_2 SetCompression('XVID');

  Alt 9. Jul 2008, 17:08
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
  Mit Zitat antworten Zitat