FFmpeg Library not found - Audacity 2.1.0 [SOLVED]
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
FFmpeg Library not found - Audacity 2.1.0 [SOLVED]
I updated to Audacity 2.1.0. Preferences says FFmpeg library not found. Clicking Locate... it appeared right away. I clicked OK, but looking again it says not found. What's happening?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: FFmpeg Library not found - Audacity 2.1.0
If you updated from Audacity 2.0.5 or earlier, you need a new FFmpeg 2.2.2 version, as it says at the top of the Release Notes 2.1.0.Xerlome wrote:I updated to Audacity 2.1.0. Preferences says FFmpeg library not found. Clicking Locate... it appeared right away. I clicked OK, but looking again it says not found. What's happening?
Download FFmpeg from this page http://manual.audacityteam.org/o/man/fa ... tml#ffdown.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: FFmpeg Library not found - Audacity 2.1.0
Thanks. I see the latest FFmpeg is 2.6.1. Is that not recommended?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: FFmpeg Library not found - Audacity 2.1.0
As it says on http://manual.audacityteam.org/o/man/fa ... tml#ffdown, FFmpeg 2.4.x and later is not supported except for command-line export using the (external program) choice.Xerlome wrote:Thanks. I see the latest FFmpeg is 2.6.1. Is that not recommended?
This means that if you want to import files into Audacity that require FFmpeg, you must use the FFmpeg 2.2.2 installer we recommend, or if you find a suitable FFmpeg 2.3.x set of shared libraries such as from Zeranoe, you can use those instead.
If you are only interested in exporting to FFmpeg audio formats, and you are prepared to use command-line export, then you can use any later FFmpeg library that includes "ffmpeg.exe", pointing the Audacity command to that exe. See Exporting to an external program for details.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: FFmpeg Library not found - Audacity 2.1.0
I tried to save the download to C:Program Files (x86)FFmpeg for Audacity, but it says I don't have permission, consult the administrator. How can I do this?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: FFmpeg Library not found - Audacity 2.1.0
As with any installer, log in as administrator, or right-click over the installer, choose "Run as administrator" and provide the password.Xerlome wrote:I tried to save the download to C:Program Files (x86)FFmpeg for Audacity, but it says I don't have permission, consult the administrator. How can I do this?
If your administrator forbids you to install, obtain the ZIP version of FFmpeg 2.2.2, extract it to a location where you have permission, then use the Libraries Preferences in Audacity to browse to and open avformat-55.dll. See http://manual.audacityteam.org/o/man/fa ... tml#locate.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: FFmpeg Library not found - Audacity 2.1.0
I got it as far as the avformat-55.dll appearing in the space when I clicked Locate in library Preferences. Then I clicked OK, but when I looked again, it was still "not found". I cannot import mpeg.
If the next instruction is successful, and it is found, and I can import, do I need to leave the dll where I put it?
If the next instruction is successful, and it is found, and I can import, do I need to leave the dll where I put it?
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: FFmpeg Library not found - Audacity 2.1.0
Make sure you got FFmpeg 2.2.2 from http://lame.buanzo.org/#lamewindl if you wish to import video files.Xerlome wrote:I got it as far as the avformat-55.dll appearing in the space when I clicked Locate in library Preferences. Then I clicked OK, but when I looked again, it was still "not found". I cannot import mpeg.
If Libraries Preference says "not found" you cannot import files using FFmpeg. Note that you need all the shared FFmpeg files in the download to be present alongside avformat-55.dll when you select it.Xerlome wrote:If the next instruction is successful, and it is found, and I can import, do I need to leave the dll where I put it?
No you cannot move the files unless you go through the "Locate" process again.
If Audacity does not see avformat-55.dll after checking the download and that you extracted all the files, please attach the contents of Help > Show Log... top right of the Audacity menus. Please see here for how to attach files: http://forum.audacityteam.org/viewtopic ... 49&t=64936.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: FFmpeg Library not found - Audacity 2.1.0 [SOLVED]
Thanks, I finally got it, and learned a few things.