Page 2 of 2

Re: Audacity 2.0.5 compilation fails on Debian Squeeze

Posted: Fri Dec 20, 2013 6:44 pm
by steve
As described in the manual (http://manual.audacityteam.org/o/man/fa ... tml#ffdown),
The optional FFmpeg library allows Audacity to import and export a much larger range of audio formats including AC3, AMR(NB), M4A, MP4 and WMA and also audio from most video files.
FFmpeg is not required for Audacity to work, only to add support for non-open file formats.
There are also some legal considerations if you want to use FFmpeg: http://www.ffmpeg.org/legal.html

Re: Audacity 2.0.5 compilation fails on Debian Squeeze

Posted: Fri Dec 20, 2013 8:43 pm
by rulet
When you planning to add support for newer versions of ffmpeg, at least that one which is in debian-multimedia repo for wheezy?

Re: Audacity 2.0.5 compilation fails on Debian Squeeze

Posted: Sat Dec 21, 2013 12:44 pm
by Gale Andrews
rulet wrote:When you planning to add support for newer versions of ffmpeg, at least that one which is in debian-multimedia repo for wheezy?
When volunteers have time to upgrade, or we could take another route and export/import using the FFmpeg compiled binary instead of loading version-specific dynamic libraries (but making that once-only change is also a big job).

If you would like to volunteer to help with this, please subscribe to audacity-devel and introduce yourself: https://lists.sourceforge.net/lists/lis ... city-devel .


Gale

Re: Audacity 2.0.5 compilation fails on Debian Squeeze

Posted: Sat Dec 21, 2013 5:41 pm
by rulet
Well, I probably could help but I'm not a programmer.