Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by Gale Andrews
Tue Sep 30, 2014 10:06 am
Forum: Compiling Audacity
Topic: FFmpeg download Catch-22
Replies: 12
Views: 4900

Re: FFmpeg download Catch-22

... is only with VS2012, Ed? I have seen this on VS 2008 and Martyn Shaw has seen it (I don't know if he is still on VS 2008). A developer would add FFmpeg using audacity.cfg if he/she could not bypass the assert. A user of release builds gets told that FFmpeg was configured successfully before but ...
by maysamimi
Tue Sep 30, 2014 6:07 am
Forum: macOS
Topic: Audacity Crashing on ALAC export [SOLVED]
Replies: 2
Views: 605

Audacity Crashing on ALAC export [SOLVED]

... Pro (OSX 10.6). When using "external program" to export a 16bit 44.1k WAV file as ALAC (m4a) file, using the string from the wiki (ffmpeg -i - -acodec alac "%f"), audacity simply closes without saving anything. On re-opening the program offers to "recover project" ...
by Edgar
Tue Sep 30, 2014 12:49 am
Forum: Compiling Audacity
Topic: FFmpeg download Catch-22
Replies: 12
Views: 4900

FFmpeg download Catch-22

... grabbed SVN HEAD (R13340) yesterday; it looks like it should be the release version of 2.0.6. Because I was previously running 2.0.5 I had the old FFmpeg installed. The compile went fine in both Debug & Release. The first time I launched Audacity 2.0.6 I did so via the debugger using the Debug ...
by Gale Andrews
Mon Sep 29, 2014 10:29 pm
Forum: Announcements
Topic: Audacity 2.0.6 Released
Replies: 2
Views: 37522

Audacity 2.0.6 Released

... 2.0.6 . Please update to this version. Release Notes for 2.0.6 are at http://wiki.audacityteam.org/wiki/Release_Notes_2.0.6 . If you use the FFmpeg library for import/export of extra formats in Audacity, please note that Audacity 2.0.6 requires FFmpeg 1.2 or later (or libav 0.8 or later). ...
by Etna
Sun Sep 28, 2014 2:28 pm
Forum: Compiling Audacity
Topic: Compile fails on SVN Audacity in OpenSUSE [SOLVED]
Replies: 3
Views: 1755

Compile fails on SVN Audacity in OpenSUSE [SOLVED]

... the following: WX_CONFIG=/home/etna/Downloads/Applications/Audacity/dependencies/bin/wx-config ./configure --with-libvorbis --with-libflac --with-ffmpeg --with-lame --with-libid3tag --with-libmad --prefix=/home/etna/Downloads/Applications/Audacity However, when running make, the build fails at ...
by steve
Sat Sep 27, 2014 4:45 am
Forum: GNU/Linux
Topic: Export to Mono AAC
Replies: 12
Views: 6729

Re: Export to Mono AAC

Interesting they consider there that libvo-aacenc is the worst quality of all the AAC encoders and the native FFmpeg AAC encoder almost the best. According to: https://trac.ffmpeg.org/wiki/Encode/AAC#WhichencodershouldIuseWhatprovidesthebestquality " Which encoder should ...
by Gale Andrews
Sat Sep 27, 2014 4:34 am
Forum: GNU/Linux
Topic: Export to Mono AAC
Replies: 12
Views: 6729

Re: Export to Mono AAC

... options provide no control over the quality settings for AAC export (the quality slider in "Options" does nothing). The version of FFmpeg in Debian Wheezy is rather old and not officially supported by Audacity 2.0.6 I think the "unsupported FFmpeg version" must be the ...
by steve
Sat Sep 27, 2014 1:54 am
Forum: Windows
Topic: Peak normalization for M4A (ALAC lossless) files
Replies: 9
Views: 2397

Re: Peak normalization for M4A (ALAC lossless) files

... by exporting to an external program by selecting "file > export selected > then choosing "external program" and then typing in ffmpeg -i - -acodec alac "%f. You've missed off the final quote ("). The command is: ffmpeg -i - -acodec alac "%f"
by Gale Andrews
Fri Sep 26, 2014 8:52 pm
Forum: GNU/Linux
Topic: Export to Mono AAC
Replies: 12
Views: 6729

Re: Export to Mono AAC

The FFmpeg page about AAC encoding has moved. The current page is here: https://trac.ffmpeg.org/wiki/Encode/AAC Interesting they consider there that libvo-aacenc is the worst quality of all the AAC encoders and the native FFmpeg ...
by Joshua277456
Fri Sep 26, 2014 4:30 pm
Forum: Windows
Topic: Peak normalization for M4A (ALAC lossless) files
Replies: 9
Views: 2397

Peak normalization for M4A (ALAC lossless) files

... by exporting to an external program by selecting "file > export selected > then choosing "external program" and then typing in ffmpeg -i - -acodec alac "%f . Will doing this using the command prompt affect sound quality or anything like that? I just want to import M4A lossless, ...