I’m using Audacity 2.10 on Win7 SP1 x64, and it’s refusing to recognize the DLL for FFMpeg 2.2.2.
I’ve followed the instructions on the FAQ page (http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#locate) and the program just doesn’t recognize the included avformat-55.dll file.
Here’s the log dump:
00:51:39: Audacity 2.1.0
00:51:39: Trying to load FFmpeg libraries...
00:51:39: mLibAVFormatPath ('C:\Program Files (x86)\Lame For Audacity\avformat-55.dll') is not empty. Loading from it.
00:51:39: Looking up PATH environment variable...
00:51:39: PATH = 'C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\GNU\GnuPG\pub;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common'
00:51:39: Checking that 'C:\Program Files (x86)\Lame For Audacity' is in PATH...
00:51:39: Warning: FFmpeg directory 'C:\Program Files (x86)\Lame For Audacity' is not in PATH.
00:51:39: Temporarily prepending ';C:\Program Files (x86)\Lame For Audacity' to PATH...
00:51:39: Checking for monolithic avformat from 'C:\Program Files (x86)\Lame For Audacity\avformat-55.dll'.
00:51:39: Error: Failed to load shared library 'C:\Program Files (x86)\Lame For Audacity\avformat-55.dll' (error 126: the specified module could not be found.)
00:51:39: Loading avutil from ''.
00:51:39: Error: Failed to load shared library '.dll' (error 126: the specified module could not be found.)
00:51:39: Loading avcodec from ''.
00:51:39: Error: Failed to load shared library '.dll' (error 126: the specified module could not be found.)
00:51:39: Loading avformat from 'C:\Program Files (x86)\Lame For Audacity\avformat-55.dll'.
00:51:39: Error: Failed to load shared library 'C:\Program Files (x86)\Lame For Audacity\avformat-55.dll' (error 126: the specified module could not be found.)
00:51:39: Returning PATH to previous setting...
00:51:39: Error: Failed to load FFmpeg libraries.
00:51:39: Trying to load FFmpeg libraries from system paths. File name is 'avformat-55.dll'.
00:51:39: Looking up PATH environment variable...
00:51:39: PATH = 'C:\Program Files (x86)\Lame For Audacity;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\GNU\GnuPG\pub'
00:51:39: Checking that '' is in PATH...
00:51:39: FFmpeg directory is in PATH.
00:51:39: Checking for monolithic avformat from 'avformat-55.dll'.
00:51:39: Error: Failed to load shared library 'avformat-55.dll' (error 126: the specified module could not be found.)
00:51:39: Loading avutil from ''.
00:51:39: Error: Failed to load shared library '.dll' (error 126: the specified module could not be found.)
00:51:39: Loading avcodec from ''.
00:51:39: Error: Failed to load shared library '.dll' (error 126: the specified module could not be found.)
00:51:39: Loading avformat from 'avformat-55.dll'.
00:51:39: Error: Failed to load shared library 'avformat-55.dll' (error 126: the specified module could not be found.)
00:51:39: Error: Failed to load FFmpeg libraries.
00:51:39: Error: Failed to find compatible FFmpeg libraries.
00:52:19: Attempting to load LAME from previously defined path
00:52:19: Loading LAME from C:\Program Files (x86)\Lame For Audacity\lame_enc.dll
00:52:19: Actual LAME path C:\Program Files (x86)\Lame For Audacity\lame_enc.dll
00:52:19: LAME library successfully loaded
Any thoughts?