Re: [FFmpeg-user] Decklink input buffer overrun

2015-09-28 Thread Flávio Pontes
Thx for the quick reply. I can encode two streams fine when I input them from files. I managed to encode 3 at a time, even. I tried encoding one from the Decklink card and another from a file and it worked flawlessly, so I'm assuming it's some parameter inside ffmpeg. I looked into libavdevices

[FFmpeg-user] Decklink input buffer overrun

2015-09-23 Thread Flávio Pontes
Hi, I need to stream the 2 inputs from a DeckLink Duo card in FHD. So far I could compile ffmpeg with decklink support and capture one input at a time without problems. When I try to capture from the 2 inputs I start getting the following message repeatedly on both terminals: [decklink @

Re: [FFmpeg-user] Decklink input buffer overrun

2015-09-23 Thread Ricardo Kleemann
On Wed, Sep 23, 2015 at 12:47 PM, Flávio Pontes wrote: > Hi, > > I need to stream the 2 inputs from a DeckLink Duo card in FHD. > So far I could compile ffmpeg with decklink support and capture one input > at a time without problems. > > When I try to capture from the 2

Re: [FFmpeg-user] Decklink input buffer overrun

2015-09-23 Thread Deron
On 9/23/15 1:47 PM, Flávio Pontes wrote: Hi, I need to stream the 2 inputs from a DeckLink Duo card in FHD. So far I could compile ffmpeg with decklink support and capture one input at a time without problems. When I try to capture from the 2 inputs I start getting the following message

Re: [FFmpeg-user] Decklink input buffer overrun

2015-09-23 Thread Marton Balint
On Wed, 23 Sep 2015, Ricardo Kleemann wrote: On Wed, Sep 23, 2015 at 12:47 PM, Flávio Pontes wrote: Hi, I need to stream the 2 inputs from a DeckLink Duo card in FHD. So far I could compile ffmpeg with decklink support and capture one input at a time without