Thursday, May 28, 2015

OpenShot Fedora 21 issue fixed

Issue: 

After updating from Fedora 19 to Fedora 21, Openshot doesn't lauch. It shows some error in terminal like

error: /usr/lib/libavdevice.so.53: not found

Solution:

Remove ffmpeg package

First remove the ffmpeg package. You can use the below command

yum remove ffmpeg*

It will remove all the dependencies of ffmpeg which includes VLC and Open shot. I think these package belongs to Fedora 19 and conflicts with new OS.

Install Openshot

Then install openshot by giving below command.

yum install openshot

It will install all the dependencies like mlt python, ffmpeg etc. Then try launching OpenShot, it will launch.


No comments:

Post a Comment