A quick-and-dirty guide for getting DaVinci Resolve 12.5 installed on Ubuntu 16 and up. Audio playback requires a Decklink at this time.
Podcast ► https://LinuxGameCast.com/podcast
Support ► https://LinuxGameCast.com/support
Wishlist ► https://goo.gl/glF2hi
Schedule ► https://LinuxGameCast.com/schedule
Download: https://www.blackmagicdesign.com/prod...
Install dependencies:
sudo apt-get install libssl-dev libgstreamer-plugins-base0.10-dev
Symlink libcrypto and libssl:
sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.10
sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /usr/lib/libssl.so.10
Install DaVinci:
sudo sh DaVinci_Resolve_12.5.5_Linux.sh