Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-06-2010, 03:27 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2010
Posts: 4
Rep:
|
FFMpeg Problem?
Every time I try to use ffmpeg to convert some files, I get this error:
ffmpeg: relocation error: /usr/lib/libavcore.so.0: symbol av_default_item_name, version LIBAVUTIL_50 not defined in file libavutil.so.50 with link time reference
What does this mean, and how can I fix it?
Alternatively, is there a way I can open a video in Audacity as an audio track, or possibly export a project from Openshot as a strictly audio file?
|
|
|
|
10-07-2010, 09:25 PM
|
#2
|
|
Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Debian
Posts: 5,362
|
Do you have the two files libavcore.so.0 and libavutil.so.50 present on your computer?
I had trouble using ffmpeg to convert some *.ogg files to *.avi files. A member of my LUG suggested using mencoder and that worked. Here's the command:
Code:
mencoder -idx [filename].ogv -ovc lavc -oac mp3lame -o [filename].avi
Don't ask me why. He was the expert. All I know is that it worked.
|
|
|
|
10-08-2010, 08:14 PM
|
#3
|
|
Member
Registered: Mar 2004
Distribution: Fedora & CentOS
Posts: 210
Rep:
|
Quote:
Originally Posted by Fernando Hernandez
Every time I try to use ffmpeg to convert some files, I get this error:
ffmpeg: relocation error: /usr/lib/libavcore.so.0: symbol av_default_item_name, version LIBAVUTIL_50 not defined in file libavutil.so.50 with link time reference
What does this mean, and how can I fix it?
Alternatively, is there a way I can open a video in Audacity as an audio track, or possibly export a project from Openshot as a strictly audio file?
|
Hello!
What operating system are you using? How did you install ffmpeg? Did it come pre-installed or did you compile it?
I'm guessing that you compiled it, and that you will need to remove ffmpeg altogether, along with libavcore, and then recompile them both from source.
I am not assuming you used Fedora/CentOS and yum (which I'm most familiar with) because I cannot find libavcore in any yum repository even though there are libavcore rpms online:
http://rpm.pbone.net/index.php3/stat...libavcore.so.0
Hope this helps you in your investigation...
|
|
|
|
10-09-2010, 01:02 PM
|
#4
|
|
LQ Newbie
Registered: Sep 2010
Posts: 9
Rep:
|
Hey I too had issues with ffmpeg, It couldn't load some filters. So I just removed ffmpeg, mplayer, and vlc , and installed all three again. Solved my problem. Im using fedora 13; I did all this from yum.
Hope it helps.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:51 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|