[FFmpeg-user] Looking for an HDMI/Component Capture Card

Addison Higham addisonj at gmail.com
Fri Jun 21 18:06:16 CEST 2013


I am currently capturing off of HDMI with a Black Magic Intensity Pro (BM
Pro as I like to call it) on linux using this fancy little tool:
https://github.com/lu-zero/bmdtools

It took a bit of an effort to get going and had to mess with finding the
right version of libav and the black magic SDK. Also, you need to know your
input source resolution and format, otherwise it just fails. Through trial
and error I was able to get it to work. I just end up writing the data to a
pipe and then feeding it directly to ffmpeg.

Hope that helps


On Fri, Jun 21, 2013 at 8:46 AM, Albert Scholtalbers <
compuvision.sr at gmail.com> wrote:

> >> Black Magic has the name,
> >They're also pretty cheap, and if our correspondent just wants pixels in a
> file the drivers aren't too bad.
> > My only exposure to them has been via C# but from what I can see the COM
> interface is pretty similar to the native one.
> > You might not even need to involve ffmpeg.
> In my project we needed to record directly to h264, if you want
> uncompressed video it's probably a different story. But what is cheap HW
> worth if you spent hours to get it working?
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list