Previous Thread  Next Thread

chat icon No AVI_JPEG in 2.25 With Fix.

rwenzlaff

Posted: Fri Nov 22, 2002 6:06 am
Joined: 23 Oct 2002
Posts: 31
Under Linux 2.25 does not do AVI_JPEG. Selecting AVI_JPEG from the Pull Down renders anim in AVI_Raw.

Problem buttons.c and writeavi.c use different defines for the anim types.

Fix:

in blender/blenkernel/src/writeavi.c

ADD:
#include "DNA_scene_types.h"

CHANGE LINE 95 FROM :
if (R.r.imtype != AVI_FORMAT_MJPEG) format = AVI_FORMAT_AVI_RGB;
TO:
if (R.r.imtype != R_AVIJPEG ) format = AVI_FORMAT_AVI_RGB;

Bob (aka Detective Thorn)
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group