[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bino-list] Questions about bino
From: |
Martin Lambers |
Subject: |
Re: [Bino-list] Questions about bino |
Date: |
Mon, 14 Nov 2011 06:55:12 +0100 |
On Sun, 13 Nov 2011 21:14:56 +0100, Mateusz Litwin wrote:
> I have a two questions about Bino:
> 1. How easy is to plug in additional decoders?
Bino uses FFmpeg as a decoding backend. Do you mean adding support for
additional video containers/codecs? In that case, you need to enhance
FFmpeg. Or do you mean adding support for different decoding backends?
In that case, you need to implement the media_object interface using
your favorite decoding library.
> 2. It is possible to overlay video with Bino?
What do you mean with that?
Martin