Added simple universal UncompressedVideoEncoder.#4
Added simple universal UncompressedVideoEncoder.#4bobahml wants to merge 1 commit intobaSSiLL:masterfrom
Conversation
|
My intention was that input format for all encoders is fixed to very popular BGR32, for simplicity of usage. However, I admit that sometimes it may be convenient to supply data in another format if you already have such bitmaps. What are your use cases for this new encoder? |
|
I agree. |
A class for more convenient work with uncompressed data.