Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jun 20 '18

azdoud.y gravatar image

I solved this issue by installing a new version of opencv3 and I had installed ffmpeg package from another repository.

click to hide/show revision 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