Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by kozikowski
Wed Feb 09, 2011 3:51 pm
Forum: General Feedback and Discussion
Topic: Display 5.1 AAC file? Does 5 channels show up?
Replies: 2
Views: 2191

Re: Display 5.1 AAC file? Does 5 channels show up?

While you can force AAC to have multiple audio channels, it's most often used as stereo. You can manage stereo AAC with the FFMpeg software plugin. Dolby® AC3 is the one with the 5.1 encoding and Audacity does not have a Dolby® decoder. I don't know that it can handle DTS or WAV6, either.

Koz
by giampaolo44
Wed Feb 09, 2011 2:55 pm
Forum: GNU/Linux and Unix-like
Topic: Draft: HOWTO convert audio file formats
Replies: 60
Views: 85728

Re: Draft: HOWTO convert audio file formats

... Here.m4a" -r 22000 "../../../musica_sml/04 Wish You Were Here.m4a" i got: sox FAIL formats: no handler for file extension `m4a' ffmpeg libraries seem to be installed. cheers
by katiegrace1027
Wed Feb 09, 2011 5:54 am
Forum: Windows
Topic: I can't import from itunes
Replies: 4
Views: 765

I can't import from itunes

... from itunes into audacity it tells me "audacity recognized the type of the file (filename.m4a) Importers supposeedly supporting files are: FFmpeg-compatable files, but none of them understood this format." I downloaded the FFmpeg library thing but nothing has changed. There is really ...
by bdrung
Tue Feb 08, 2011 11:24 pm
Forum: GNU/Linux and Unix-like
Topic: FFMpeg
Replies: 8
Views: 3583

Re: FFMpeg

I have compiled SVN FFmpeg and then Audacity with USE_SYSTEM_FFMPEG. Here's how I've done it. First we need all build dependencies: sudo apt-get build-dep ffmpeg audacity Then we can get FFmpeg: git clone git://git.ffmpeg.org/ffmpeg.git ...
by bdrung
Tue Feb 08, 2011 10:51 pm
Forum: GNU/Linux and Unix-like
Topic: can not import audio files
Replies: 35
Views: 15874

Re: can not import audio files

Once Benjamin supplied the ffmpeg5 patch I could run its autogen.sh, run ./configure --disable-dynamic-loading and compile Audacity OK. The Ubuntu FFmpeg was detected and the Libraries preferences buttons for FFmpeg greyed out as expected. The Libraries preferences buttons for MP3 are not greyed ...
by kozikowski
Tue Feb 08, 2011 6:56 am
Forum: Windows
Topic: Installing Lame ... again
Replies: 2
Views: 491

Installing Lame ... again

... at work. No "baggage" from other applications and tons of drive space -- I think it was 1/2TB. Audacity install went well and I got the FFMpeg to work. But not Lame. I knew from other postings that I needed to pull down the ZIP file and use that, so I elbowed my way past the distractions ...
by Gale Andrews
Tue Feb 08, 2011 1:28 am
Forum: Audio Processing
Topic: Export with external encoder examples.
Replies: 2
Views: 8686

Re: Export with external encoder examples (Windows)

To just use the command on Windows (without giving a path to the encoder), you'll need to have installed the Lame or FFmpeg binaries in their default location in "Program Files" so as to create a Windows registry setting that Audacity will look for as the location of the ...
by Gale Andrews
Mon Feb 07, 2011 7:23 pm
Forum: GNU/Linux and Unix-like
Topic: FFMpeg
Replies: 8
Views: 3583

Re: FFMpeg

With an un-patched svn build I'm not getting Audacity to recognise FFmpeg at all (thought that might have changed by now). An unpatched svn build of Audacity should recognise FFmpeg 0.5 from Spring 2009, or a later library or package from that year (as it ...
by steve
Mon Feb 07, 2011 6:15 pm
Forum: GNU/Linux and Unix-like
Topic: FFMpeg
Replies: 8
Views: 3583

Re: FFMpeg

... looking at previous posts? It's certainly confusing Yes I have and yes it is :P With an un-patched svn build I'm not getting Audacity to recognise FFmpeg at all (thought that might have changed by now). I'll give the "ffmpeg-av-match-ext.patch" a go, see what mileage I get with that, ...
by Gale Andrews
Mon Feb 07, 2011 2:13 am
Forum: GNU/Linux and Unix-like
Topic: FFMpeg
Replies: 8
Views: 3583

Re: FFmpeg

What patches, workarounds and jumping through blazing hoops are currently required to make Audacity svn trunk work with FFmpeg on Linux? Have you tried looking at previous posts? It's certainly confusing. You need "ffmpeg-av-match-ext.patch" from http://forum.audacityteam.org/viewtopic.php?f=19&t=42171p107655#p107655 ...