Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by cyrano
Thu May 28, 2015 12:42 am
Forum: Windows
Topic: Can't play a WAV file
Replies: 6
Views: 636

Re: Can't play a WAV file

The codec is in ffmpeg, according to the docs. So ffmpeg should be able to translate.

But this is a codec for cellphone use. And I don't think it's in use anywhere without encryption. But I've been known to be wrong before :?
by Haran
Wed May 27, 2015 7:50 pm
Forum: Windows
Topic: Can't play a WAV file
Replies: 6
Views: 636

Can't play a WAV file

... me an error message and suggests to "import raw". If I import raw all I get is static. I'm using windows 7, audacity 2.0.5, and I have FFmpeg. In the properties of the file it says that the length is 13:57, and that the bit rate is 16kbps. On a different forum someone checked the file ...
by Luke M
Wed May 27, 2015 6:34 pm
Forum: Feature Request Archive
Topic: Bug: default sample format ignored for imports
Replies: 57
Views: 6483

Bug: default sample format ignored for imports

Some file imports use the default sample format setting, others don't. The ones that don't include APE (or any other ffmpeg format) and OGG. They are always 16-bit regardless of the setting.
by kozikowski
Mon May 25, 2015 8:32 pm
Forum: macOS
Topic: Audacity 2.1.0 Won't Find FFmpeg libraries
Replies: 7
Views: 1621

Re: Audacity 2.1.0 Won't Find FFmpeg libraries

Did you put it there, or did the System put it there? I'm not familiar with that location. Mine are in a hidden folder /Library/Application Support/audacity. Desktop > Go > Go to Folder > Library/Application Support I've been known to put it in /Applications/Audacity/plug-ins, and then point Audacit...
by scottythered
Mon May 25, 2015 3:05 pm
Forum: macOS
Topic: Audacity 2.1.0 Won't Find FFmpeg libraries
Replies: 7
Views: 1621

Audacity 2.1.0 Won't Find FFmpeg libraries

Audacity v2.1.0
Mac OS 10.10.3
Installed from DMG

I have the FFmpeg libraries. I can point Audcaity to the folder and click OK...
Found it.png
Found it.png (44.9 KiB) Viewed 1617 times
...But it makes no difference because it still doesn't "find" it even when I'm pointing right at it.
Not finding it.png
Not finding it.png (90.5 KiB) Viewed 1617 times
by Gale Andrews
Sun May 24, 2015 8:50 am
Forum: Windows
Topic: Update ffmpeg to 2.2.15
Replies: 1
Views: 261

Re: Update ffmpeg to 2.2.15

Last month ffmpeg released another update for the 2.2.x branch, 2.2.15, with tons of updates and fixes compared to the 2.2.2 that's hosted here. It'd be cool if the new one was hosted. I'm working on building it, but it can be ...
by silverbacknet
Sat May 23, 2015 10:51 pm
Forum: Windows
Topic: Update ffmpeg to 2.2.15
Replies: 1
Views: 261

Update ffmpeg to 2.2.15

Last month ffmpeg released another update for the 2.2.x branch, 2.2.15, with tons of updates and fixes compared to the 2.2.2 that's hosted here. It'd be cool if the new one was hosted. I'm working on building it, but it can be quite a pain to build.
by Gale Andrews
Sat May 23, 2015 1:43 pm
Forum: GNU/Linux
Topic: How to convert a set of files with audacity?
Replies: 6
Views: 1032

Re: How to convert a set of files with audacity?

... you tell us. So, you do not advice me to use the feature? Koz misinformed you. Chains in Audacity do not yet support AAC export. apt-get install ffmpeg Installing ffmpeg if it is not already installed on the system does not magically ensure Audacity can use it unless Audacity has been compiled ...
by Gale Andrews
Sat May 23, 2015 12:26 pm
Forum: Windows
Topic: Super 8mm Film Audio Clip
Replies: 6
Views: 1046

Re: Super 8mm Film Audio Clip

... ). If you have a digital video file such as an AVI then to use its audio in Audacity you will need to install FFmpeg from http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown and see if Audacity can import the audio from that video ...
by cyrano
Fri May 22, 2015 7:10 pm
Forum: GNU/Linux
Topic: How to convert a set of files with audacity?
Replies: 6
Views: 1032

Re: How to convert a set of files with audacity?

Code: Select all

apt-get install ffmpeg
should do it on Debian. Change package manager part for other distro's.