[FFmpeg-devel] Blackmagick Decklink support

Kieran Kunhya kieran at kunhya.com
Tue Jul 26 21:54:50 CEST 2011



From: Max Lapshin <max.lapshin at gmail.com>
To: FFmpeg development discussions and patches <ffmpeg-devel at ffmpeg.org>
Cc: 
Sent: Tuesday, 26 July 2011, 19:17
Subject: Re: [FFmpeg-devel] Blackmagick Decklink support

On Tue, Jul 26, 2011 at 10:11 PM, Kieran Kunhya <kieran at kunhya.com> wrote:
>
> https://github.com/lu-zero/decklink-ffmpeg
>

So, this nice program send AV stream to ffmpeg via pipe? And this is
known to have problems when you have to stream
1080p (it is about 1GBps of raw data).

This is why I'm speaking about ffmpeg internal code.
_______________________________________________


It wouldn't be that hard to add support to ffmpeg, though I'd write it with a threaded input driver.
libavdevice would be enough if you didn't care about fancy features like ancillary data.
There's already support for the v210 packing that the cards use in 10-bit mode.


More information about the ffmpeg-devel mailing list