Blender Git Loki
Git Commits -> Revision dd0f151
Revision dd0f151 by Sergey Sharybin (master) February 24, 2012, 09:49 (GMT) |
Changes in FFV1 codec settings Since FFmpeg 0.10 release FFV1 codec supports alpha channel which is getting enabled when using PIX_FMT_RGB32 pixel format. This leads to incompatibility of videos rendered in Blender with almost all external players (especially in OSX). Seems that PIX_FMT_BGR0 is recommended to be used to make videos compatible with older players which doesn't support alpha channel in FFV1. Also added an option to switch to RGBA rendering if FFV1 codec is used and if RGBA rendering is used FFV1 will be using PIX_FMT_RGB32 format which supports alpha channel. |
Commit Details:
Full Hash: dd0f151ba95db213a7c97bc7f51285b57b0243fb
SVN Revision: 44394
Parent Commit: 1fbd91b
Lines Changed: +20, -3