Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by steve
Sat Nov 02, 2019 6:07 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

... detect the codecs, rather than having a hard coded list of codecs. A hard coded list of codecs has the downside that if the user updates FFmpeg so that it supports more formats, Audacity would not be able to access those new codecs because they are not in "the list" of supported ...
by steve
Sat Nov 02, 2019 5:39 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

... probably not compiled in." The code then looks to see if the codec + options can open. Linux / Mac don't get this far. The Windows version of FFmpeg does get this far because it has the codec, but it doesn't work - the codec can't be opened. Hence the error "Can't open audio codec". ...
by waxcylinder
Sat Nov 02, 2019 4:07 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

On Mac I don't get any Codecs offered (by default) with the AMR format in Custom FFmpeg export

But if I just press ahead with a blank Codec and try the export I get the same error message that you get on Linux.

Both with 2.3.2 and RC001 for 2.3.3

Peter
by steve
Sat Nov 02, 2019 3:44 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

On Linux I get a more meaningful error message:

Code: Select all

FFmpeg cannot find audio codec 0x12000.
Support for this codec is probably not compiled in.
by waxcylinder
Sat Nov 02, 2019 3:39 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

We know that there are several (maybe many) combinations of Format and Codec that so not worg in Custom FFmpeg Export in Audacity. Very few are documented or logged as bugs (Opus is one of the few that is) One day when I am really bored and have a lot of time on my hands I ...
by waxcylinder
Sat Nov 02, 2019 3:34 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

The first Codec yields
AMR FFmpeg export error.gif
AMR FFmpeg export error.gif (84.23 KiB) Viewed 294 times


The second codec is similar but differs by the 1 at the end
AMR FFmpeg export error-2.nd codecgif.gif
AMR FFmpeg export error-2.nd codecgif.gif (83.24 KiB) Viewed 294 times


After pressing OK they both yield
AMR FFmpeg export error-2.gif
AMR FFmpeg export error-2.gif (84.04 KiB) Viewed 294 times

Peter
by waxcylinder
Fri Nov 01, 2019 5:11 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

I tried using Custom FFmpeg to export as AMR (on W10) and neither of the two offered Codecs (libopencore_amrbb or libvo_amrwbenc) work.

I get error messages on attempting this.

Peter.
by steve
Fri Nov 01, 2019 9:38 am
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

I had the FFmpeg library before the update and was able to export audio to AMR (it was also included in the File Type dropdown whenever I'd export audio). As far as I'm aware, Audacity has never had built-in support for exporting ...
by abecc002
Thu Oct 31, 2019 10:16 pm
Forum: macOS
Topic: unable to export to AMR on Audacity 2.3.2
Replies: 12
Views: 537

Re: unable to export to AMR on Audacity 2.3.2

As an update, I tried resetting Audacity and attempted again to export mp3 audio as AMR. I got a similar message that reads as follows: FFmpeg Error FFmpeg cannot find audio codec 0x12000. Support for this codec is probably not compiled in. then Message Unable to export Not sure if this is ...
by waxcylinder
Tue Oct 29, 2019 4:09 pm
Forum: macOS
Topic: how to take the orig. recording and export one song as a mp3
Replies: 4
Views: 252

Re: how to take the orig. recording and export one song as a mp3

Trebor wrote:
Tue Oct 29, 2019 1:02 pm
waxcylinder wrote:
Tue Oct 29, 2019 8:25 am
For MP3 export you need LAME and not FFmpeg.
oops :oops: my bad
Haha - I make plenty of "bad" :?

P.