Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by kozikowski
Wed Mar 02, 2011 7:11 pm
Forum: Windows
Topic: Two layers recorded produces no sound?!?
Replies: 7
Views: 959

Re: Two layers recorded produces no sound?!?

... long time ago, and it can have problems with modern computers. Grab Audacity 1.3 from here: http://audacityteam.org/download/ If you use Lame and FFMpeg software, get those from the same place. Don't use older versions. You can have both 1.2 and 1.3 installed, but only use one at a time. Audacity ...
by kozikowski
Tue Mar 01, 2011 1:25 am
Forum: Windows
Topic: Track Numbers After Finishing A Recording Of A Tape
Replies: 4
Views: 711

Re: Track Numbers After Finishing A Recording Of A Tape

... have it, you need to upgrade to Audacity 1.3.12 from here: http://audacityteam.org/download/ You should get additional software like lame and FFMpeg from the same place. Don't use any older software. You can install both versions, but only use one at a time. Audacity 1.3 Projects will not ...
by Edgar
Tue Mar 01, 2011 12:33 am
Forum: Compiling Audacity
Topic: [Linux] what is the best configure expression
Replies: 2
Views: 2097

Re: [Linux] what is the best configure expression

... tempo changing --with-libvamp use libvamp for Vamp plug-in support [default=yes] --with-libtwolame use libtwolame for MP2 export support --with-ffmpeg use ffmpeg for import and export support --with-midi use portSMF for Midi support --with-portmixer compile with PortMixer [default=yes]
by steve
Tue Mar 01, 2011 12:20 am
Forum: Compiling Audacity
Topic: [Linux] what is the best configure expression
Replies: 2
Views: 2097

Re: [Linux] what is the best configure expression

... go for ./configure with whatever options needed for the job in hand (such as --enable-debug) I presume that you are not involving yourself with FFMpeg for the present?
by kozikowski
Mon Feb 28, 2011 5:30 pm
Forum: Windows
Topic: Importing Wav File
Replies: 1
Views: 464

Re: Importing Wav File

... a WAV file -- or it's not a standard WAV file. Pull down and install Audacity 1.3.12 from here: http://audacityteam.org/download/ And get lame and FFMpeg software from the same web site. After you fully outfit Audacity 1.3.12, the mystery file should open and edit OK. You can put both Audacity ...
by kozikowski
Sun Feb 27, 2011 8:02 pm
Forum: Windows
Topic: AUDACITY RECORDING PROBLEM! (PLEASE HELP)
Replies: 1
Views: 540

Re: AUDACITY RECORDING PROBLEM! (PLEASE HELP)

... Audacity 1.3.12 from here: http://audacityteam.org/download/ If you use MP3 or other compressed formats, you should get "lame" and "FFMpeg" from the same place. Do not use older versions of those plugins. You can install both versions, but only use one at a time. Audacity 1.3 ...
by steve
Sun Feb 27, 2011 5:14 pm
Forum: Audio Processing
Topic: How to slow down playback of imported WAV file
Replies: 6
Views: 28701

Re: How to slow down playback of imported WAV file

... recommend that people use Audacity 1.3.12 http://audacityteam.org/download/ For support of proprietary formats you will also need to install FFMpeg http://manual.audacityteam.org/index.php?title=FAQ:Installation_and_Plug-Ins#installffmpeg (Audacity 1.3.x only)
by Gale Andrews
Sun Feb 27, 2011 6:43 am
Forum: Mac OS X
Topic: FFmpeg library not found
Replies: 14
Views: 7829

Re: FFmpeg library not found

Leland has been working on this and 1.3.13 Beta when released in the near future should have fewer problems detecting the Audacity version of FFmpeg. The main problem was that OS X searches DYLD_LIBRARY_PATH first, which would very likely have been populated with system versions of FFmpeg. This ...
by kozikowski
Fri Feb 25, 2011 9:56 pm
Forum: Mac OS X
Topic: Aggregation, soundflower and all that jazz
Replies: 2
Views: 1268

Re: Aggregation, soundflower and all that jazz

... Audacity 1.3.12 from here: http://audacityteam.org/download/ If you use MP3 or other compressed formats, you should get "lame" and "FFMpeg" from the same place. Do not use older versions of those plugins. You can install both versions, but only use one at a time. Audacity 1.3 ...
by bdrung
Thu Feb 24, 2011 7:13 pm
Forum: GNU/Linux and Unix-like
Topic: FFMpeg
Replies: 8
Views: 3583

Re: FFMpeg

... USE_SYSTEM_FFMPEG but not configure with --disable-dynamic-loading, which gives user the opportunity to use an alternative (compatible) version of FFmpeg instead? They are the same. --disable-dynamic-loading sets USE_SYSTEM_FFMPEG. Should I rename USE_SYSTEM_FFMPEG to something better like DISABLE_DYNAMIC_LOADING_FFMPEG? ...