Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by Gale Andrews
Sat Jan 16, 2016 3:18 pm
Forum: macOS
Topic: "The application "Audacity" can't be opened" OS X 10.11.2
Replies: 3
Views: 1033

Re: "The application "Audacity" can't be opened" OS X 10.11.

... there was no 'audacity' directory in the Library.... directory. I actually had to create the audacity directory by hand so I could install the ffmpeg plugin. If Audacity could not launch and you had not used Audacity before, then audacity.cfg might not get created. But as rockford.j.fender ...
by rachalmers
Sat Jan 16, 2016 1:39 pm
Forum: macOS
Topic: "The application "Audacity" can't be opened" OS X 10.11.2
Replies: 3
Views: 1033

Re: "The application "Audacity" can't be opened" OS X 10.11.

... there was no 'audacity' directory in the Library.... directory I actually had to create the audacity directory by hand so I could install the ffmpeg plugin. I'd be surprised if Audacity started from a .sh file ? So something may well be left over from your last (old) install...
by cyrano
Thu Jan 14, 2016 6:02 pm
Forum: Windows
Topic: exporting 8bit audio that doesnt have "noise" added
Replies: 8
Views: 1346

Re: exporting 8bit audio that doesnt have "noise" added

... in for a world of disappointment... :mrgreen: If quality isn't the main concern, you could look at the speex codec: http://speex.org/ It's in ffmpeg, and while it is for speech, I have used it for low quality music, like for VOIP answering machines. It's fast and compresses well.
by Gale Andrews
Thu Jan 14, 2016 1:42 pm
Forum: macOS
Topic: Flat line when recording from Soundflower
Replies: 3
Views: 785

Re: Flat line when recording from Soundflower

Sound clip is a Youtube video. You can download the video using a web browser. Use your favourite search engine to find out how. Then install FFmpeg from http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#macff and drag the video into Audacity. This will extract a copy of ...
by Gale Andrews
Sun Jan 10, 2016 6:44 pm
Forum: Windows
Topic: ALAC info missing / confusing!
Replies: 24
Views: 5425

Re: ALAC info missing / confusing!

... is still correct for the upcoming 2.1.2 release. For exporting via (external program) you can point Audacity to any static build of FFmpeg from Zeranoe , even if very recent. Audacity is still at libsndfile 1.0.24 at the moment. I will mention the possibility on our developers list ...
by MrSinatra
Sun Jan 10, 2016 5:55 pm
Forum: Windows
Topic: ALAC info missing / confusing!
Replies: 24
Views: 5425

Re: ALAC info missing / confusing!

... situation was regarding ALAC? i read this: http://manual.audacityteam.org/o/man/tutorial_exporting_to_itunes.html#alac and so it would seem that ffmpeg is still needed to create ALAC's in m4a, is that correct? (albeit using a much newer ver of ffmpeg, but whats the newest that can be used?) however, ...
by Alonshow
Sun Jan 10, 2016 4:27 am
Forum: Windows
Topic: How can I repair corrupted 3GP audio files?
Replies: 22
Views: 6184

Re: How can I repair corrupted 3GP audio files?

Have you installed FFmpeg? Yes (I had it installed before I started to deal with this). So MediaInfo does not get as far as to know what codec the file is using. Actually, it does. That's why I included the info displayed by MediaInfo ...
by Gale Andrews
Sun Jan 10, 2016 12:53 am
Forum: Windows
Topic: How can I repair corrupted 3GP audio files?
Replies: 22
Views: 6184

Re: How can I repair corrupted 3GP audio files?

... > Audio... . When I try to import that way, I just receive an error message: Audacity did not recognize the type of the file . Have you installed FFmpeg from http://manual.audacityteam.org/o/man/faq_installation_and_plug_ins.html#ffdown ? Audacity would need FFmpeg to even attempt the file. Do ...
by steve
Sat Jan 09, 2016 4:14 pm
Forum: Compiling Audacity
Topic: Compile of SVN Audacity fails on Fedora 23 [SOLVED]
Replies: 5
Views: 1635

Re: Compile of SVN Audacity fails on Fedora 23 [SOLVED]

The Git version still fails with the same ffmpeg conflicts when built normally, but succeeded with --disable-dynamic-loading. Excellent, that was quick - you must have a faster machine than me ;) I'm not sure why, but Audacity is a lot less fussy ...
by Etna
Sat Jan 09, 2016 3:58 pm
Forum: Compiling Audacity
Topic: Compile of SVN Audacity fails on Fedora 23 [SOLVED]
Replies: 5
Views: 1635

Re: Compile of SVN Audacity fails on Fedora 23

Trashed the SVN copy and cloned the GitHub version.

The Git version still fails with the same ffmpeg conflicts when built normally, but succeeded with --disable-dynamic-loading. I guess the issue is solved?