Issue:
After updating from Fedora 19 to Fedora 21, Openshot doesn't lauch. It shows some error in terminal likeerror: /usr/lib/libavdevice.so.53: not found
Solution:
Remove ffmpeg package
First remove the ffmpeg package. You can use the below commandyum 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