Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-18 Thread David Di Biase
Thanks I got it resolved. It was my command line and how I was inserting link breaks in it. Even after I got passed all that it’s not working as expected, throws multiple errors. I’ve had to move onto other solutions as this is not operating as expected. In regards to the comment about the legal

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-18 Thread Gonzalo Garramuño
El 18/04/2018 a las 14:40, Carl Eugen Hoyos escribió: *ffbuild/config.mak:6: *** missing separator. Stop.* I attempted tracking down the issue and found this ticket on the ffmpeg tracker: https://trac.ffmpeg.org/ticket/1209. I'm not using the git pull, instead I'm just unpacking the source

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-18 Thread Carl Eugen Hoyos
2018-04-18 0:10 GMT+02:00, David Di Biase : > Carl, my apologies for not including config.log. I've attached a copy here. Which only makes sense as long as you have trouble with configure... [...] > *ffbuild/config.mak:6: *** missing separator. Stop.* > > I attempted

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-13 Thread Gang Liu
# with decklink, centos 6.x scl enable devtoolset-3 bash PKG_CONFIG_PATH=$PKG_CONFIG_PATH:"$HOME/ffmpeg/build.static/lib/pkgconfig" ./configure --prefix="$HOME/ffmpeg/build.static" --pkg-config-flags="--static" --extra-cflags="-I$HOME/ffmpeg/build.static/include

Re: [FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-13 Thread Carl Eugen Hoyos
2018-04-13 23:22 GMT+02:00, David Di Biase : > Include the log file "ffbuild/config.log" produced by configure > as this will help solve the problem. Did you read this? > This email and any files transmitted with it are confidential Please remove this from emails

[FFmpeg-user] Compiling ffmpeg with an output device (Blackmagick Decklink)

2018-04-13 Thread David Di Biase
I've gone through the ffmpeg compile tutorial and have managed to get it working as expected. The build looks stable and usable. However now I need to include the Blackmagick Decklink SDK in the build using the --enable-decklink flag. *cd ~/ffmpeg_sources && \* *wget -O ffmpeg-snapshot.tar.bz2