Blender Git Commit Log
Git Commits -> Revision dc72e79
Revision dc72e79 by Sergey Sharybin (master) February 7, 2012, 17:11 (GMT) |
FFmpeg output fixes and small improvement Most part of this commit fixes issues with FFmpeg output with currently supported codecs: - avcodec_encode_video might return zero which doesn't mean error happened, but blender will handle this as error and will stop rendering to video file. - Changing output video codec wouldn't update "expert" options set for video output which leads to some sideeffects like ignored Lossless option for x264 codec. This fixes allowed to add QTRLE codec easily. |
Commit Details:
Full Hash: dc72e792742ed36abf31a19cd0eac2949f5debf6
SVN Revision: 43964
Parent Commit: b49d257
Lines Changed: +81, -25