Hey,
So i've decided to bite the bullet and install Ubuntu 13.04 in an effort to get the Decklink output working. If anyone can help, please do! I am new to linux, however i've used terminal before on a few occasions and i know a basic amount..
So, The end result is to play DCPs in VLC, and output the video through a Decklink card output. I noticed that these were new features in 2.1.0 and immediately thought they had been reading my mind! But the idea is about as far as I've got.
I've installed Ubuntu 10.04, and install the Decklink drivers. The decklink shows up in /dev, and the Decklink control panel works, and shows the correct card. Now onto VLC:
I had a few issues getting 2.1.0 on Ubuntu, downloading the easy install version gave me 2.0.8, and so did apt-get update.. So i ended up getting the source and compiling my own version..
I've tried:
./configure
make
sudo make install
Which gave me the desired, 2.1.0, but the relief was short-lived.. Because the decklink was still missing, and doing a ./vlc --list didn't show anything int he way of decklink modules. Is this event the right command?
I tried:
./configure --enable-decklink
make
sudo make install
Still no Decklink. The source code definately has the Decklink.cpp or w/e it's called.
I've finished work for the week, but I need things i can try next time i'm in,
Should i try ./vlc '--with-decklink' or ./vlc -vout decklink --aout decklink
I get a feeling I may have just not compiled it correctly, any help? I don't understand all the VLC compile options at all.. I've resorted to copying long ./configure ... strings off of forums in the hopes that soemthing will work, but i really need a solution quick!
Any help would be greatly appreciated!