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

3 Modified Paths:

/source/blender/blenkernel/BKE_writeffmpeg.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+50, -19) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+30, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021