Hello,
I’ve a problem regarding my video output. Indeed, thanks to the Blender interface, it’s possible to get a compressed video (in particular with the AVI Codec option) where we can specify the type of the compression.
However, I would like to know if it’s possible to specify this via python. I tried (context.imageType = Render.AVICODEC), but no compression occurs…
Is there any special option to compress directly the video ???
Thanks all