Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1799  / 3 Years ago, mon, june 28, 2021, 4:42:40

I am using Audacity 2.0.5. I have been trying to edit video files. I know that Audacity is an audio DAW, but I recently learned that it was possible to import a file through ffmpeg and seperate the audio from the video. I followed the Audacity instructions about setting up Audacity so that it would do this. Then I found instructions on where to locate the libraries when this was done, but I got an error message.



enter image description here



I am using Ubuntu 14.04. What I discovered is my computer has libavformat.so.54. Is there a way to change it to 53?


More From » 14.04

 Answers
5

There's a good chance, that libavformat.so.54 contains all the symbol needed by Audacity. Tell Audacity to work with that. If necessary trick it, by creating a symlink somewhere, e. g.:



ln -s /usr/lib/$(uname -m)-linux-gnu/libavformat.so.54 ~/libavformat.so.53

[#21284] Tuesday, June 29, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ticrew

Total Points: 190
Total Questions: 111
Total Answers: 99

Location: Fiji
Member since Wed, Jul 14, 2021
3 Years ago
ticrew questions
Mon, Jan 10, 22, 07:20, 2 Years ago
Wed, Dec 8, 21, 19:25, 3 Years ago
Wed, May 5, 21, 08:17, 3 Years ago
Fri, Mar 10, 23, 17:21, 1 Year ago
Fri, Nov 4, 22, 06:43, 2 Years ago
;