Search found 5887 matches: FFMPEG

Searched query: FFMPEG

by Gale Andrews
Wed Dec 31, 2008 12:38 am
Forum: Mac OS X
Topic: Audacity and FFMPEG on Mac
Replies: 25
Views: 22576

Re: Does ffmpeg feature not work on Mac?

When I try to use the the ffmpeg installer, audacity is looking for avformat-52.dll which it will never find for obvious reasons. Should it not be looking for libavformat.52.dylib? 1.3.6 Mac release does look for the Windows .dll in error, ...
by svtcanuk
Tue Dec 30, 2008 11:50 pm
Forum: Mac OS X
Topic: Audacity and FFMPEG on Mac
Replies: 25
Views: 22576

Re: Does ffmpeg feature not work on Mac?

When I try to use the the ffmpeg installer, audacity is looking for avformat-52.dll which it will never find for obvious reasons. Should it not be looking for libavformat.52.dylib?
by tophtml
Mon Dec 29, 2008 10:30 pm
Forum: Windows
Topic: Effects Plug-Ins not showing up.
Replies: 16
Views: 8678

Re: Effects Plug-Ins not showing up.

... FilesAudacity 1.3 Beta (Unicode)Plug-Ins I tried that installation (default values) and that doesn't work either. Audacity recognizes the LAME and FFMPEG installation just fine, but they are in the main directory.
by Gale Andrews
Sat Dec 27, 2008 3:59 am
Forum: Maintaining / Improving this Forum
Topic: How Do I Post An Equalizer?
Replies: 7
Views: 3221

Re: How Do I Post An Equalizer?

Exporting and importing EQ presets should be fairly easy, and is already done in 1.3.6 in the custom FFmpeg exporter - an exported preset is just a self-contained XML file, which can be imported in using the Import Presets button - the code for the preset is then slotted ...
by DrGlitch
Fri Dec 26, 2008 8:18 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Sorry, I didn't notice your post about AMR before my last one. Thanks for your time explaining and answering questions.

Rich
by Gale Andrews
Fri Dec 26, 2008 3:01 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

...what did work was putting the FFmpeg libs that I built with faac and faad into the audacity directory. I then set the Preferences>"Import / Export" for FFmpeg to point to my copy of libavformat and Audacity now exports M4a (aac) format ...
by DrGlitch
Thu Dec 25, 2008 9:55 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Checking the FFmpeg libs using nm shows no references to libfaac_encoder or libfaad_decoder. So you are correct that the FFmpeg Libraries for Audacity.pkg were made without Faac and Faad. I did try putting faac and faad libraries ...
by Gale Andrews
Thu Dec 25, 2008 8:15 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Dr G- It sure sounds like the ffmpeg libraries Leland made available were built without Faac and Faad enabled. Those two libraries need to exist in usr/local/lib before ffmpeg is compiled using `./configure --enable faac --enable faad ...` ...
by Josh24
Thu Dec 25, 2008 1:14 pm
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

Dr G- It sure sounds like the ffmpeg libraries Leland made available were built without Faac and Faad enabled. Those two libraries need to exist in usr/local/lib before ffmpeg is compiled using `./configure --enable faac --enable faad ...` ...
by DrGlitch
Wed Dec 24, 2008 8:40 am
Forum: Mac OS X
Topic: Building with FFMPEG - LIBSNDFILE not available
Replies: 20
Views: 7443

Re: Building with FFMPEG - LIBSNDFILE not available

... I don't think environment variables can be set for the Launcher. When going into Preferences>"Import / Export" and selecting "Find Library" for FFmpeg, the location of libavformat.52.dylib is shown as /usr/local/lib/audacity/libavformat.52.dylib. The displayed FFmpeg Library Version is F(52.23.1),C(52.8.0),U(49.12.0)