Gale Andrews wrote:DjDiabolik wrote:Robert J. H. wrote:I think that the 2.0.6 alpha needs different FFmpeg libraries, e.g. aformat55.dll.
See the locate dialog title--under preferences/libraries/FFmpeg).
They are not yet prepared/available for Audacity.
Gale should know that precisely.
yeah... i have the same idea but from preferences it's possible to locate the "avformat-52.dll" and on download page i can't find a newer release of FFMpeg for Audacity
I have also tryed the latest stable 2.0.5 and for now i thinks it's good workaround..........
Ah i have not say........ i'm on Windows 7 X64 SP1.
In order to make the next 2.0.6 release of Audacity compatible with recent FFmpeg we had to remove compatibility with FFmpeg 1.1 or earlier. So FFmpeg 1.2 to 2.2.x should work with 2.0.6. For Windows you can use
http://ffmpeg.zeranoe.com/builds/win32/ ... -shared.7z .
Later FFmpeg than 2.2.x may or may not work, but usually the next release or two of FFmpeg will break something in Audacity.
For Mac you have to build FFmpeg yourself until we can find a suitable shared build to recommend.
Please let us know if you find any issues with FFmpeg 2.2.2 in 2.0.6-alpha.
Gale
Ok.. i have a general question:
Exist a mode to conserve the main stable and the latest stable but using two difference standalone configuration ??
Because the current 0.6.2 working whitout problems on stable 2.0.5....... and i want to try to lauch the 2.0.6-alpha without make change on audacity.cfg....
*EDIT*
The answer for this question it's here:
http://manual.audacityteam.org/o/man/preferences.html
Where are Preferences stored?
Audacity Preferences are stored in a configuration file called audacity.cfg. It is a text file saved on each clean exit of Audacity and can be edited with any text editor. The file is stored inside Audacity's folder for application data:
Windows 2000/XP: Documents and Settings<user name>Application DataAudacity
Windows Vista/Windows 7/Windows 8: Users<user name>AppDataRoamingAudacity
OS X: ~/Library/Application Support/audacity/
Linux: ~/.audacity-data/
However if you create a folder called "Portable Settings" in the same directory as the Audacity executable, "audacity.cfg" will be stored there instead. If you copy this "Portable Settings" folder to a USB stick or CD this lets you take your current Audacity settings with you if you use Audacity on another computer.
Yeah.. this is working whitout problems... now i can run the last Stable and the last alpha using two different configuration!!
I have also download and extracted the:
Code: Select all
[FFmpeg]
Enabled=1
FFmpegLibPath=D:\Programmi\Audacity-Stable\Plug-Ins\FFmpeg-2.2.2\avformat-55.dll
Appears the Plugins it's correctly loaded whitout problems.... i need so much test and i can say if it correctly working... i can post the log after the start:
Code: Select all
00:07:17: Audacity 2.0.6-alpha-Jul 22 2014
00:07:17: Trying to load FFmpeg libraries...
00:07:17: mLibAVFormatPath ('D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2avformat-55.dll') is not empty. Loading from it.
00:07:17: Looking up PATH environment variable...
00:07:17: PATH = 'C:Program Files (x86)AMD APPbinx86_64;C:Program Files (x86)AMD APPbinx86;C:Program Files (x86)AMD APPbinx86;C:Program FilesCommon FilesMicrosoft SharedWindows Live;C:Program Files (x86)Common FilesMicrosoft SharedWindows Live;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;C:Program Files (x86)ATI TechnologiesATI.ACECore-Static;C:Program Files (x86)Universal Extractor;C:Program Files (x86)Universal Extractorbin;C:Program Files (x86)Windows LiveShared;C:adb'
00:07:17: Checking that 'D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2' is in PATH...
00:07:17: Avviso:FFmpeg directory 'D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2' is not in PATH.
00:07:17: Temporarily appending ';D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2' to PATH...
00:07:17: Checking for monolithic avformat from 'D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2avformat-55.dll'.
00:07:17: Errore: Impossibile trovare il simbolo 'avutil_version' nella libreria dinamica (errore 127: impossibile trovare la procedura specificata.)
00:07:17: Errore: Impossibile trovare il simbolo 'avcodec_version' nella libreria dinamica (errore 127: impossibile trovare la procedura specificata.)
00:07:17: avformat not monolithic
00:07:17: Loading avutil from 'avutil-52.dll'.
00:07:17: Loading avcodec from 'avcodec-55.dll'.
00:07:17: Loading avformat from 'D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2avformat-55.dll'.
00:07:17: Returning PATH to previous setting...
00:07:17: Actual avutil path D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2avutil-52.dll
00:07:17: Actual avcodec path D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2avcodec-55.dll
00:07:17: Actual avformat path D:ProgrammiAudacity-StablePlug-InsFFmpeg-2.2.2avformat-55.dll
00:07:17: Importing symbols...
00:07:17: All symbols loaded successfully. Initializing the library.
00:07:17: Retrieving FFmpeg library version numbers:
00:07:17: AVCodec version 0x373466 - 55.52.102 (built against 0x373466 - 55.52.102)
00:07:17: AVFormat version 0x372164 - 55.33.100 (built against 0x372164 - 55.33.100)
00:07:17: AVUtil version 0x344264 - 52.66.100 (built against 0x344264 - 52.66.100)
00:07:17: FFmpeg libraries loaded successfully.
00:07:22: Attempting to load LAME from previously defined path
00:07:22: Loading LAME from D:ProgrammiAudacity-StablePlug-InsLame4Audacitylame_enc.dll
00:07:22: Actual LAME path D:ProgrammiAudacity-StablePlug-InsLame4Audacitylame_enc.dll
00:07:22: Errore: Impossibile trovare il simbolo 'lame_get_lametag_frame' nella libreria dinamica (errore 127: impossibile trovare la procedura specificata.)
00:07:22: LAME library successfully loaded