Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by RepeatAfterMe
Sun Feb 24, 2013 9:00 am
Forum: Windows
Topic: No Recording options?
Replies: 9
Views: 1008

Re: No Recording options?

... files on my computer. Why? What format are the files in? File > Import > Audio... in Audacity. If you need support for other file formats, install FFmpeg: http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown . In order to do this, I would normally go to the control panel, ...
by Gale Andrews
Sat Feb 23, 2013 3:08 am
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

So since the grep output is empty, Audacity isn't actually linking to FFmpeg when you compile it. Perhaps you want to set AVCODEC_CFLAGS, AVCODEC_LIBS, AVFORMAT_CFLAGS, AVFORMAT_LIBS, AVUTIL_CFLAGS, and AVUTIL_LIBS via configure. Of course you may still come ...
by waxcylinder
Fri Feb 22, 2013 12:14 pm
Forum: macOS
Topic: Could not open MP3 encoding library
Replies: 4
Views: 7881

Re: Could not open MP3 encoding library

... an MP3/AAC copy leaving the WAV/AIFF intact. Even as a PC user on Windows I do this as: a) it avoids having to add the extra libraries (LAME, FFMpeg) to Audacity, b) it keeps me strictly legal (I assume Apple is handling the Frauenhoffer licensing for MP3 conversion), c) iTunes does it quicker ...
by xxjack12xx
Fri Feb 22, 2013 3:13 am
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

[email protected]:/usr/ports # pkg-config --libs libavcodec
-L/usr/local/lib -lavcodec

[email protected]:/usr/local/bin # ldd audacity | grep av
[email protected]:/usr/local/bin #

This is the first time trying to get ffmpeg to work in audacity
by Gale Andrews
Fri Feb 22, 2013 2:57 am
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

What do these commands output?

Code: Select all

pkg-config --libs libavcodec

Code: Select all

ldd audacity | grep av
Have you had this trouble before with Audacity recognising FFmpeg?


Gale
by xxjack12xx
Fri Feb 22, 2013 12:49 am
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

... I'm configuring with ./configure --with-lib-preference=local system --with-portaudio --enable-unicode --with-ffmpeg --with-libflac --with-libid3tag --with-jack --enable-ladspa --with-libmad --enable-nyquist --with-portmixer --with-libsamplerate --with-sbsms ...
by Gale Andrews
Thu Feb 21, 2013 11:31 pm
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

... are you making to it? If you are not compiling our source tarball then running unmodified ./configure, what happens if you do that? I compiled ffmpeg from ports and then tried to load the libs and got that error. Is there a way to build ffmpeg statically? It sounds like maybe the ffmpeg port ...
by xxjack12xx
Thu Feb 21, 2013 1:22 pm
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

I port audacity on FreeBSD. I compiled ffmpeg from ports and then tried to load the libs and got that error. Is there a way to build ffmpeg statically? It sounds like maybe the ffmpeg port in FreeBSD might not be compatible? What causes the ...
by toto56
Tue Feb 19, 2013 6:31 am
Forum: GNU/Linux
Topic: configuring without FFmpeg[SOLVED]
Replies: 2
Views: 8739

Re:configuring without FFmpeg[SOLVED]

Thank you very much. "./configure --without-ffmpeg" worked.
by Gale Andrews
Tue Feb 19, 2013 5:34 am
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

I maintain the port on FreeBSD. The port of FFmpeg, Audacity or both? I compiled ffmpeg from the port and it gives that error. It finds the libraries but can't load them because of Error: Failed to load symbol av_init_packet Did you compile Audacity ...