-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to do a clean build on Ubuntu 16.04 LTS #18
Comments
I received some insight from @asquared offiline:
Also, the Blackmagic headers are MIT-licensed, would it be possible to include them in the repository? |
This is what I have in my local.mk - it's not working. kenley@kenley:~/Downloads/exacore$ cat local.mk |
I needed to pull in some more packages in order to get the project to build. sudo apt-get install libavformat-dev libavcodec-dev libavutil-dev After that, I'm blocked by the following error:
|
Make a specific target i.e. `make keyer/keyer.so`. `make` / `make all`
hasn't kept up with the rest of the codebase.
|
Kench, did you get this running eventually? If you did, do you have audio? The replay is fine without audio but it would be great to be able to make a highlight reel too with audio for playback at full speed. |
Audio support is a bit tricky currently. First the good news: there is an
implementation of the phase vocoder algorithm, so audio playback is
possible at any speed. Also, you are able to choose the audio channels to
play back with each video source. The bad news is that you may need to
dedicate an SDI input to audio, and configuration is not well documented.
I'll see if I can piece together some docs this weekend.
…On Jan 13, 2017 7:35 AM, "DigiDaz" ***@***.***> wrote:
Kench, did you get this running eventually? If you did, do you have audio?
The replay is fine without audio but it would be great to be able to make a
highlight reel too with audio for playback at full speed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAF3rxfN1pFaxA-iPQ2CirdMQ-Q9JUYbks5rR2-mgaJpZM4KwVdT>
.
|
I attempted to build exacore on Ubuntu 16.04 LTS using a modified version of the README included in the repository.
I got the following error message and do not know where to put the DeckLinkAPI.h file for it to build.
https://gist.github.com/kench/585a906196887d05b113c801784a8e58
The text was updated successfully, but these errors were encountered: