Would you happen to know any other image libraries that

On Sun, Dec 11, 2011 at 10:08 PM, Luca Barbato <[email protected]> wrote:

> On 11/12/11 22:49, Evgeny Yakimov wrote:
>
>> Hello
>>
>> I need to overlay some images (and potentially videos) to a live input. I
>> would also, if possible like to avoid copying the original frames and
>> instead applying the overlay in-place, Further more, one of the additional
>> requirements of my application is that it should allow for dynamically
>> adding/removing overlays on the fly.
>>
>
> AVFilter currently does a lot of copies for a reason or another. =\
>
>
That's a shame, I was hoping for something fairly efficient without many
copies, efficiency is quite key to this application. How many copies are we
talking about? I think I would be fine if its just a matter of

source1 (input video) + source2 (image to overlay) -> destination (frame
with overlay to send to the encoder)

Then that should be fine.


If not, can you recommend any other image manipulation libraries that could
let me do this inplace (the source input frame will be YUV420P , ready to
be sent to x264...)

Evgeny
_______________________________________________
libav-api mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-api

Reply via email to