Can't find FFmpeg library from secondary admin account
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.1.x version.
Mac 0S X 10.3 and earlier are no longer supported but you can download legacy versions of Audacity for those systems HERE.
Can't find FFmpeg library from secondary admin account
I am running OS X and installed 1.3.13 from an administrative account but NOT the primary admin account on the computer. I then installed the FFmpeg plugin. The installer completed successfully. I did all of this from my secondary admin account on the computer. When I try to export an m4a file I get an error. When I check the library preference for FFmpeg I get a note that the library is not found. When I try to locate I get the following proposed string: /usr/local/lib/audacity/libavformat.52.dylib. In fact, the library is in that location! If I login as root in X11 I can navigate to that folder and see that everything is in place in the audacity folder. Originally all ownership and permissions were set for the primary admin user on the computer. I used root to change ownership of the audacity folder in usr/local/lib and all files in the folder. I still can't get the library to see the FFmpeg files. Any thoughts out there about how to enable myself to use Audacity from a secondary admin account? I've exhausted my very limited expertise. Cheers.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: Can't find FFmpeg library from secondary admin account
Did you rungbmt406 wrote:I am running OS X and installed 1.3.13 from an administrative account but NOT the primary admin account on the computer. I then installed the FFmpeg plugin. The installer completed successfully. I did all of this from my secondary admin account on the computer. When I try to export an m4a file I get an error. When I check the library preference for FFmpeg I get a note that the library is not found. When I try to locate I get the following proposed string: /usr/local/lib/audacity/libavformat.52.dylib. In fact, the library is in that location! If I login as root in X11 I can navigate to that folder and see that everything is in place in the audacity folder. Originally all ownership and permissions were set for the primary admin user on the computer. I used root to change ownership of the audacity folder in usr/local/lib and all files in the folder. I still can't get the library to see the FFmpeg files. Any thoughts out there about how to enable myself to use Audacity from a secondary admin account? I've exhausted my very limited expertise. Cheers.
Code: Select all
sudo chmod -R 755 /usr/local/lib/audacity
If that doesn't help, then try Go > Utilities > Disk Utilities > Verify Disk and Repair Permissions.
Otherwise, forget about installing into /usr/local/lib. Obtain the zip version of FFmpeg:
http://lame.buanzo.com.ar/FFmpeg_v0.6.2 ... on_OSX.zip
then extract the libavformat-52.dylib file to somewhere in your own user space. A modern Mac should be able to extract from a zip with its built-in zip utility. Then click Audacity > Preferences: Libraries and use the "Locate..." button to navigate to the libavformat-52.dylib file you extracted and open it.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Can't find FFmpeg library from secondary admin account
First two suggestions didn't fix the problem but the zip file in a shared folder did the trick. Thank you Gail.