Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by Mr_Democracy
Sat Oct 27, 2018 5:39 am
Forum: Adding Features to Audacity
Topic: Use taskbar icon progress indicator for import/export progress
Replies: 5
Views: 466

Re: Use taskbar icon progress indicator for import/export progress

Huge files I guess, my computer isn't slow. I'm using ffmpeg to import/export, maybe that's why. I'm syncing audio files. The audio files aren't in the same folder, so I can't drag and drop both at the same time. I'm pretty sure the progress indicator ...
by Trebor
Sat Oct 27, 2018 1:34 am
Forum: Windows
Topic: acx check tool showing as a text
Replies: 3
Views: 142

Re: acx check tool showing as a text

... you have to enable the ACX tool, then it will then appear in Audacity's Analyze menu ... Enable ACX tool in Audacity.gif [BTW It's useful to have FFMpeg & LAME installed, but they are not required for Audacity tools/effects/plugins ].
by ky3d
Thu Oct 25, 2018 10:28 pm
Forum: Compiling Audacity
Topic: Builing with mod-script-pipe on Ubuntu Linux
Replies: 8
Views: 2203

Re: Builing with mod-script-pipe on Ubuntu Linux

... was seeing earlier. I built here audacity version 2.2.2 on Ubuntu Linux 18.04. ../configure --with-lib-preference="local system" --with-ffmpeg="system" --disable-dynamic-loading --with-mod-script-pipe 2>&1 | tee build.log make 2>&1 | tee -a build.log I am only seeing ...
by steve
Thu Oct 25, 2018 4:02 pm
Forum: Compiling Audacity
Topic: Builing with mod-script-pipe on Ubuntu Linux
Replies: 8
Views: 2203

Re: Builing with mod-script-pipe on Ubuntu Linux

... Audacity source tree: mkdir build cd build mkdir "Portable Settings" ../configure --with-lib-preference="local system" --with-ffmpeg="system" --disable-dynamic-loading --with-mod-script-pipe 2>&1 | tee build.log make -j8 2>&1 | tee -a build.log Note that I'm ...
by billw58
Tue Oct 23, 2018 5:22 pm
Forum: macOS
Topic: Audacity 2.3.0 on macOS Sierra 10.12.6 - Won't Open .M4A files
Replies: 7
Views: 2107

Re: Audacity 2.3.0 on macOS Sierra 10.12.6 - Won't Open .M4A files

It seemed you had solved your problem by installing the FFmpeg library so no further comments were needed.

I'll make sure the developers are aware of the issue.

-- Bill
by mrgreatbritain
Tue Oct 23, 2018 1:52 am
Forum: Windows
Topic: Big problem, I think I’ve done something wrong!
Replies: 10
Views: 432

Re: Big problem, I think I’ve done something wrong!

... I don't see how it is possible that you were exporting MP3s for years unless you already had LAME installed. Audacity does not require LAME or FFmpeg to import MP3. Audacity can handle importing MP3 natively. it wouldn’t import MP3 files like it usually does because it stated an FFmpeg issue ...
by steve
Tue Oct 16, 2018 11:49 am
Forum: Windows
Topic: downloading and install
Replies: 12
Views: 418

Re: downloading and install

... 3) To install Audacity, just run the installer and accept the defaults. For making CDs you do NOT need the optional "LAME" or "FFmpeg" add-ons. 4) Connecting a cassette player to the microphone/earphone combo jack on the laptop is not ideal, but "may" work. The ...
by baumjwb
Tue Oct 16, 2018 5:04 am
Forum: Windows
Topic: Trouble Installing Nyquist Effects
Replies: 2
Views: 161

Trouble Installing Nyquist Effects

... did not recognize the type of the file.....AppData\Roaming\audacity\Plug-Ins\rbell.ny Below the message are these suggestions: Try installing FFmpeg. For uncompressed files, also try File>Import>Raw Data This also happens if I find 'rbell.ny' in Start>Search programs and files I've not yet ...
by steve
Mon Oct 15, 2018 8:54 am
Forum: Windows
Topic: Сhanging project rate.
Replies: 15
Views: 2122

Re: Сhanging project rate.

... allows you to specify any command line encoder that you have installed on your computer. Examples are included for "lame" and "ffmpeg" command line encoders. In my previous post I gave an example using SoX command line encoder. Detailed instructions for the "external ...
by DJDemon
Sun Oct 14, 2018 3:19 pm
Forum: macOS
Topic: Importing ALAC and AAC: Shooting yourself in the foot?
Replies: 12
Views: 2445

Re: Importing ALAC and AAC: Shooting yourself in the foot?

... that the bug persists with 2.3.0.: Opening an m4a file (ALAC as well as AAC) leaves Audacity in 16 bit integer format. (I had to use the ffmpeg libary in order to open m4a files, since built-in support for m4a seems to be missing). There is absolutely no reason, why Audacity goes to 16-bit-integer ...