On Mon, Jul 15, 2019 at 1:46 AM Michael Shaffer <[email protected]> wrote: > > Can anyone recommend a good HDMI input card that will work with ffmpeg in > Ubuntu Linux? > > Thanks, > Michael Shaffer > _______________________________________________ > ffmpeg-user mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe".
Hello Michael, I use Blackmagic Intensity Pro 4K under Mint whcih support UltraHD. You have to compile ffmpeg with the relevant option : ./configure --enable-decklink --extra-cflags="-I/usr/include/blackmagic" .... This works fine for me. Fred _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
