Page 1 of 1

build VLC 2.0.5 with Blackmagic Decklink SDK

Posted: 29 Mar 2013 20:47
by Ephi
Hi everyone!

for a streaming application I want to capture some input of my Decklink Studio2 card. I installed the Decklink drivers which seem to work fine.
Then I tried to compile VLC 2.0.5 with the Decklink SDK 9.7.
What I did:

Code: Select all

./configure '--enable-xvideo' '--enable-sdl' '--enable-avcodec' '--enable-avformat' '--enable-swscale' '--enable-mad' '--enable-a52' '--enable-libmpeg2' '--enable-dvdnav' '--enable-faad' '--enable-vorbis' '--enable-ogg' '--enable-theora' '--enable-mkv' '--enable-flac' '--enable-caca' '--enable-alsa' '--enable-qt4' '--enable-ncurses' '--enable-realrtsp' '--enable-twolame' '--enable-real' '--enable-x264' '--with-decklink-sdk=/home/myuser/Downloads/blackmagicsdk_9.7/Linux/include' make make install
everything run through without any errors.
The problem is now, when I try to call

Code: Select all

vlc -vvv decklink:// --decklink-video-connection="hdmi" --decklink-mode="Hp25"
I get this error:

Code: Select all

vlc: unknown option or missing mandatory argument '--decklink-video-connection=hdmi'
It seems like vlc was not build with the bmd sdk, but I it should be definitely there!
Can someone help me please?

I use Ubuntu 12.04 LTS 32-bit
Btw: is it possible to use vlc with the bmd SDK with Mac OS X?

Thanks!

Re: build VLC 2.0.5 with Blackmagic Decklink SDK

Posted: 01 Apr 2013 20:01
by Jean-Baptiste Kempf
Check:
vlc -vvv --list |grep decklink