1 | initial version |
I solved this issue by installing a new version of opencv3 and I had installed ffmpeg package from another repository.
2 | No.2 Revision |
I solved this issue by installing a new version of opencv3 and I had installed ffmpeg package from another repository.
using root privileges
1 - install EPEL repo on a CentOS 7 server.
#Install EPEL repo
yum -y install epel-release
2 - After enabling epel repo, install repository.
rpm --import http://li.nux.ro/download/nux/RPM-GPG-KEY-nux.ro
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-1.el7.nux.noarch.rpm
3 - Install ffmpeg packages, all the libraries needed will be installed.
yum -y install ffmpeg ffmpeg-devel
4 - finally, check ffmpeg version
# ffmpeg