]> git.sesse.net Git - casparcg/commit
2.0.0.2:
authorronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Wed, 11 May 2011 20:58:24 +0000 (20:58 +0000)
committerronag <ronag@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Wed, 11 May 2011 20:58:24 +0000 (20:58 +0000)
commitb3a6bc2d277bb14c245c2c44199cb21d8eb71663
tree1c981ee3a965cc8780967d44421e0fd5fe18072b
parentcb5ccb99781ac02465f36c0f9305d864c78e7555
2.0.0.2:
 separate_producer: It is now possible to have fill and alpha in separate files which are combined during rendering. Simply add a postfix to the alpha file, "_a".
                    Any media file which can be loaded through LOADBG can be used as key, e.g. my_movie.mov, my_movie_a.png or my_movie.mov, my_movia_a.mov.
                    Current limitations of this feature is that the fill media needs to be in either yuv or yuva format (more support will be added in the future).
                    Also no single channel media files are currently supported which results in some uneccessary overhead in the key media file.

git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@718 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d
14 files changed:
core/core.vcxproj
core/core.vcxproj.filters
core/mixer/image/image_kernel.cpp
core/mixer/image/image_kernel.h
core/mixer/image/image_mixer.cpp
core/producer/frame/basic_frame.cpp
core/producer/frame/basic_frame.h
core/producer/frame/image_transform.cpp
core/producer/frame/image_transform.h
core/producer/frame_producer.cpp
core/producer/separated/separated_producer.cpp [new file with mode: 0644]
core/producer/separated/separated_producer.h [new file with mode: 0644]
modules/ffmpeg/producer/ffmpeg_producer.cpp
shell/caspar.config