Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Sun Feb 13, 2011 7:32 pm
- Forum: Compiling Audacity
- Topic: how to create static build with audacity 1.2.6?
- Replies: 6
- Views: 2928
Re: how to create static build with audacity 1.2.6?
... make sudo make install optional, but makes removal easy: sudo checkinstall There are know compatibility problems with the Ubuntu build of FFmpeg, so while testing do not try to set Audacity Preferences to use FFmpeg. This will mean that Audacity will be limited to the usual WAV and open ...
- Sun Feb 13, 2011 1:07 am
- Forum: Mac OS X
- Topic: Audacity for Mac recongnizing my Audacity PC files
- Replies: 10
- Views: 3081
Re: Audacity for Mac recongnizing my Audacity PC files
... not support Audacity 1.2. You will need to download and install Audacity 1.3.12 from here... http://audacityteam.org/download/ If you use lame and FFMpeg, you should get those fresh from the same place. Koz
- Sat Feb 12, 2011 4:06 am
- Forum: Compiling Audacity
- Topic: Compile error FFmpeg.cpp
- Replies: 10
- Views: 6265
Re: Compile error FFmpeg.cpp
I'm sorry, I was referring to the current FFmpeg 0.6.1 stable, not audacity 1.2.6, which is what I would assume most people use.
- Fri Feb 11, 2011 3:54 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
... file you are trying to convert is a lossless .m4a file. The format is not yet supported by FAAC/FAAD. I'm not sure if this also applies to sox, ffmpeg, etc... Can you play the files in linux with any player? You could also have a look at mplayer/mencoder... yes, i can, it plays normally in most ...
- Fri Feb 11, 2011 11:56 am
- Forum: GNU/Linux and Unix-like
- Topic: Draft: HOWTO convert audio file formats
- Replies: 60
- Views: 85728
Re: Draft: HOWTO convert audio file formats
... file you are trying to convert is a lossless .m4a file. The format is not yet supported by FAAC/FAAD. I'm not sure if this also applies to sox, ffmpeg, etc... Can you play the files in linux with any player? You could also have a look at mplayer/mencoder... I'm sorry I didn't have time to look ...
- Thu Feb 10, 2011 1:34 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
... it does not seem to be there. even when trying to load an m4a file into audacity i can't. :( it says that it recognized that the m4a should use ffmpeg based importers, but that none of them does recognize it. digging further it shows a "wma-proprietary" issue. is it possible that ripping ...
- Thu Feb 10, 2011 3:01 am
- Forum: GNU/Linux and Unix-like
- Topic: FFMpeg
- Replies: 8
- Views: 3583
Re: FFMpeg
... USE_SYSTEM_FFMPEG but not configure with --disable-dynamic-loading, which gives user the opportunity to use an alternative (compatible) version of FFmpeg instead? They are the same. --disable-dynamic-loading sets USE_SYSTEM_FFMPEG. Should I rename USE_SYSTEM_FFMPEG to something better like DISABLE_DYNAMIC_LOADING_FFMPEG? ...
- Wed Feb 09, 2011 6:23 pm
- Forum: Compiling Audacity
- Topic: Compile error FFmpeg.cpp
- Replies: 10
- Views: 6265
Re: Compile error FFmpeg.cpp
... there any specific reason why these fixes are not currently in the svn repository? Because different fixes are required for different versions of FFmpeg. The current code works for the majority of users, but current fixes for the remaining minority of uses can break support for the majority. The ...
- Wed Feb 09, 2011 5:16 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFMpeg
- Replies: 8
- Views: 3583
Re: FFMpeg
... that you can replicate the problem. Sad that it seems to be with export as well as import. So are you satisfied this is to do with the version of FFmpeg and not to do with configuring/compiling Audacity? Yes, it's a problem between Audacity and the recent FFmpeg version. I assume that it's audacity's ...
- Wed Feb 09, 2011 4:14 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFMpeg
- Replies: 8
- Views: 3583
Re: FFMpeg
... that you can replicate the problem. Sad that it seems to be with export as well as import. So are you satisfied this is to do with the version of FFmpeg and not to do with configuring/compiling Audacity? I already tested patching Audacity for the av-match-ext and const issues, then locating and ...