-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-06-24 13:55, Nicolas Montgermont via GEM-dev wrote:
If I understand correctly, there is no more Quicktime framework support on osx 10.9 so it means if we want to add image and video decoding/encoding we must build a new plugin?
yes, most likely.
Must this new plugin rely on the AV.kit framework?
not necessarily.
the alternative is to make filmGMERLIN and imageMAGICK work. (both should be (almost?) working).
however, i would very much prefer to have *native* plugins available as well (e.g. using AV-kit) - simply because it is what most people will expect.
Must it be written in C++ or can it be written in objective C?
ObjectiveC++ is the way to go. (you need C++ to make Gem recognize the plugin; you can use ObjC to properly interact with the AVFoundation Framework)
but who is going to implement it?
fgmasdr IOhannes