rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
126 stars 76 forks source link

Revert "Use APT installed FFmpeg instead of source-build" #73

Closed rajat2004 closed 2 years ago

rajat2004 commented 4 years ago

This reverts commit 84c247460875639babb7f7bf57383f7f33de6acd.

rajat2004 commented 4 years ago

Very strange, currently Conda+OpenCV doesn't work in master, in 18.04 & 20.04 both. This is using apt ffmpeg, and the error -

ImportError: /opt/anaconda3/bin/../lib/libgio-2.0.so.0: undefined symbol: g_ref_count_inc

With source-built FFmpeg, there's segfault with 18.04 with both OpenCV builds, but it's working (atleast in Travis build) on 20.04 on both tests. This segfault is the reason we went for apt packages