Search found 5887 matches: FFMPEG

Searched query: FFMPEG

by Gale Andrews
Wed Dec 24, 2008 7:47 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

I downloaded the latest nightly build and installed the FFmpeg binary. Audacity now gives me the option to Export using "M4A (AAC) Files (FFmpeg)", but this results in the following error: "FFmpeg cannot find audio codec 0x15002. Support for this codec ...
by DrGlitch
Wed Dec 24, 2008 12:34 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

I guess I should have been more specific regarding FFmeg. I want to export using the FFmpeg aac format. I downloaded the latest nightly build and installed the FFmpeg binary. Audacity now gives me the option to Export using "M4A (AAC) Files (FFmpeg)", but this results ...
by Gale Andrews
Tue Dec 23, 2008 9:11 am
Forum: Mac OS X
Topic: Audacity and FFMPEG on Mac
Replies: 25
Views: 22574

Re: Does ffmpeg feature not work on Mac?

An FFmpeg binary for Mac is now available.

Gale
by Gale Andrews
Tue Dec 23, 2008 9:09 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

The suffixes (or not) such as "d" would I imagine represent the configuration of Widgets that was built, but I can't help you beyond that as I'm on Windows. Anyway, FFmpeg should be "on" in the nightly builds and we do now have our FFmpeg binary for Mac available.


Gale
by raymer
Mon Dec 22, 2008 10:44 am
Forum: Windows
Topic: 1.3.6 (beta) Broken in Vista
Replies: 4
Views: 1028

Re: 1.3.6 (beta) Broken in Vista

I have a workaround. add [FFmpeg] enabled=1 to the .cfg file The download link for the ffmpeg looks like it has now been restored I want to try the WMA direct import feature using ffmpeg. I have the same issue - trying to access preferences ...
by DrGlitch
Mon Dec 22, 2008 9:57 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Thanks for the info about aclocal Gale. I'm unfamiliar building in Xcode and I wanted to build Audacity with FFMpeg. This is why I was attempting to do so via the command line. However, I did give building in Xcode a shot. I used the latest beta source for audacity (cvs -d:pserver:[email protected].cvs.sourceforge.net:/cvsroot/audacity ...
by raymer
Mon Dec 22, 2008 7:47 am
Forum: General Feedback and Discussion
Topic: Bug Report -- VISTA
Replies: 17
Views: 4050

Re: Bug Report -- VISTA

... when I clicked the preferences menu item it crashed. I also uninstalled audacity, then reinstalled. Still no joy. I want to set the path to ffmpeg because I heard that we can now import WMA media. Am anxious to use this but with 1.3.6 I can't even look at the preferences! FWIW, I also tried ...
by Gale Andrews
Sun Dec 21, 2008 7:08 pm
Forum: Mac OS X
Topic: Audacity and FFMPEG on Mac
Replies: 25
Views: 22574

Re: Does ffmpeg feature not work on Mac?

Note there may be other issues too: * building and installing libmad may not result in a corresponding .pc file in usr/local/lib/pkgconfig * configure may not see LIBSNDFILE without a PKG_CONFIG_PATH environment variable For more on this, see: http://audacityteam.org/forum/viewtopic.php?f=17&t=7720&...
by Gale Andrews
Sun Dec 21, 2008 6:56 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

It looks like you got over the aclocal problem? Some people do have problems because aclocal is by default installed in /usr whereas pkg-config is installed in /usr/local, $HOME/local or elsewhere. So when aclocal is run, it only searches in /usr/share for .m4 files to expand. See this thread for de...
by steve
Sun Dec 21, 2008 12:17 pm
Forum: Windows
Topic: When will AC3->MP3 convert be available?
Replies: 1
Views: 682

Re: When will AC3->MP3 convert be available?

Limited AC3 support should now be available through FFmpeg, which is supported in Audacity 1.3.6 I think this is still quite experimental. There are licensing issues with the AC3 format, so full suport may not be possible within open source software. ...