Can't load FFMPEG with newly compiled Audacity [SOLVED]

Help for Audacity on Windows.
Forum rules
ImageThis 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.
Locked
TheRoofInhabitant
Posts: 26
Joined: Wed Oct 31, 2012 8:43 pm
Operating System: Please select

Can't load FFMPEG with newly compiled Audacity [SOLVED]

Post by TheRoofInhabitant » Sun Aug 17, 2014 8:51 pm

I'm using my self-compiled Audacity version with ASIO support and, even though I don't receive any errors, the FFMPEG library isn't loaded and I can't open any FFMPEG supported file. When I try to load the library from the Preferences menu it just won't load it, without showing any messages. Lame on the other hand is perfectly working. Could this be caused by the ASIO libraries?

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Can't load FFMPEG library with newly compiled Audacity

Post by Gale Andrews » Mon Aug 18, 2014 2:36 pm

TheRoofInhabitant wrote:I'm using my self-compiled Audacity version with ASIO support and, even though I don't receive any errors, the FFMPEG library isn't loaded and I can't open any FFMPEG supported file. When I try to load the library from the Preferences menu it just won't load it, without showing any messages. Lame on the other hand is perfectly working. Could this be caused by the ASIO libraries?
Exactly what version of Audacity have you compiled?

If you compiled HEAD, Audacity will require a shared build of FFmpeg 1.2 or later. Try http://ffmpeg.zeranoe.com/builds/ .


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

TheRoofInhabitant
Posts: 26
Joined: Wed Oct 31, 2012 8:43 pm
Operating System: Please select

Re: Can't load FFMPEG library with newly compiled Audacity

Post by TheRoofInhabitant » Mon Aug 18, 2014 10:13 pm

Gale Andrews wrote: Exactly what version of Audacity have you compiled?

If you compiled HEAD, Audacity will require a shared build of FFmpeg 1.2 or later. Try http://ffmpeg.zeranoe.com/builds/ .


Gale
I've compiled the HEAD version, yet none of those libraries can be loaded. I've decided to (temporary?) give up ASIO in Audacity anyway.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Can't load FFMPEG library with newly compiled Audacity

Post by Gale Andrews » Tue Aug 19, 2014 5:03 pm

TheRoofInhabitant wrote:
Gale Andrews wrote: Exactly what version of Audacity have you compiled?

If you compiled HEAD, Audacity will require a shared build of FFmpeg 1.2 or later. Try http://ffmpeg.zeranoe.com/builds/ .


Gale
I've compiled the HEAD version, yet none of those libraries can be loaded. I've decided to (temporary?) give up ASIO in Audacity anyway.
I have not tested, but I doubt enabling ASIO would affect loading of a correct shared build of FFmpeg.

Try this specific build of FFmpeg: http://ffmpeg.zeranoe.com/builds/win32/ ... -shared.7z . That one is known to work in Audacity without ASIO enabled.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Robert J. H.
Posts: 3633
Joined: Thu May 31, 2012 8:33 am
Operating System: Windows 10

Re: Can't load FFMPEG library with newly compiled Audacity

Post by Robert J. H. » Tue Aug 19, 2014 6:17 pm

Gale Andrews wrote:
TheRoofInhabitant wrote:
Gale Andrews wrote: Exactly what version of Audacity have you compiled?

If you compiled HEAD, Audacity will require a shared build of FFmpeg 1.2 or later. Try http://ffmpeg.zeranoe.com/builds/ .


Gale
I've compiled the HEAD version, yet none of those libraries can be loaded. I've decided to (temporary?) give up ASIO in Audacity anyway.
I have not tested, but I doubt enabling ASIO would affect loading of a correct shared build of FFmpeg.

Try this specific build of FFmpeg: http://ffmpeg.zeranoe.com/builds/win32/ ... -shared.7z . That one is known to work in Audacity without ASIO enabled.


Gale
I use this one with ASIO enabled (although no current sound card of mine actually uses ASIO at the moment, shouldn't matter anyway).

TheRoofInhabitant
Posts: 26
Joined: Wed Oct 31, 2012 8:43 pm
Operating System: Please select

Re: Can't load FFMPEG with newly compiled Audacity [SOLVED]

Post by TheRoofInhabitant » Thu Aug 21, 2014 9:37 pm

Gale Andrews wrote: Try this specific build of FFmpeg: http://ffmpeg.zeranoe.com/builds/win32/ ... -shared.7z . That one is known to work in Audacity without ASIO enabled.


Gale
Robert J. H. wrote:
I use this one with ASIO enabled (although no current sound card of mine actually uses ASIO at the moment, shouldn't matter anyway).
This one works indeed, thank you :)

Locked