Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Sat Dec 13, 2008 12:54 am
- Forum: Mac OS X
- Topic: Building with FFMPEG - LIBSNDFILE not available
- Replies: 20
- Views: 7541
Re: Building with FFMPEG - LIBSNDFILE not available
I finally figured out what I needed to do to fix this. I created a PKG_CONFIG_PATH environment variable and set it to /usr/local/lib/pkgconfig The configure got further, but then indicated that expat was required. I installed expat-2.0.1 along with libmad-0.15.1b and libid3tag-0.15.1b and it finally...
- Fri Dec 12, 2008 8:06 pm
- Forum: Mac OS X
- Topic: Building with FFMPEG - LIBSNDFILE not available
- Replies: 20
- Views: 7541
Building with FFMPEG - LIBSNDFILE not available
I'm trying to build audacity-src-1.3.6 on a PowerMac G4 OS X 10.4.11 with FFMPEG, following the instructions from Josh24 in the thread http://forum.audacityteam.org/viewtopic.php?f=17&t=7245&p=29157#p29157 I first downloaded and built: pkg-config-0.23 ...
- Tue Dec 09, 2008 7:33 pm
- Forum: GNU/Linux and Unix-like
- Topic: ffmpeg question
- Replies: 4
- Views: 1482
Re: ffmpeg question
... in "/usr/lib", then point the library to there. Atleast for me it worked. Libraries need to be in certain directories, so if you compile ffmpeg to e.g. "/usr/src/ffmpeg-52" and try to point to that directory from audacity, it just wont work. And remember to get ffmpeg from svn ...
- Tue Dec 09, 2008 7:15 pm
- Forum: GNU/Linux and Unix-like
- Topic: Latest FFMPEG strange behavior under Ubuntu Hardy
- Replies: 6
- Views: 2364
Re: Latest FFMPEG strange behavior under Ubuntu Hardy
It's not that I'm not interested, it's that I don't know the answer.
Good luck with getting it working, I'm watching this topic with interest (I'm another Ubuntu user).
Good luck with getting it working, I'm watching this topic with interest (I'm another Ubuntu user).
- Tue Dec 09, 2008 6:02 pm
- Forum: GNU/Linux and Unix-like
- Topic: ffmpeg question
- Replies: 4
- Views: 1482
Re: ffmpeg question
Excellent - any chance that you could write a step-by-step guide of what you did. I'm sure it would be a great help to a lot of people.foobar789 wrote:I got ffmpeg working; they need to be atleast 52.xx version.
- Tue Dec 09, 2008 8:22 am
- Forum: GNU/Linux and Unix-like
- Topic: Latest FFMPEG strange behavior under Ubuntu Hardy
- Replies: 6
- Views: 2364
Re: Latest FFMPEG strange behavior under Ubuntu Hardy
More info of the current situation; when trying to open AAC-file enough times, it eventually succeeds. Usually I get AAC-file open on fourth or fifth try.
- Tue Dec 09, 2008 8:18 am
- Forum: GNU/Linux and Unix-like
- Topic: ffmpeg question
- Replies: 4
- Views: 1482
Re: ffmpeg question
I got ffmpeg working; they need to be atleast 52.xx version.
- Tue Dec 09, 2008 6:35 am
- Forum: GNU/Linux and Unix-like
- Topic: Latest FFMPEG strange behavior under Ubuntu Hardy
- Replies: 6
- Views: 2364
Re: Latest FFMPEG strange behavior under Ubuntu Hardy
Phew...
So this is with latest CVS checkout: if I enable "debug" in "configure" (./configure --enable-debug) and create the binary, I can actually open AAC-file straight away without first having to open WAV file.
Any insights on this?
So this is with latest CVS checkout: if I enable "debug" in "configure" (./configure --enable-debug) and create the binary, I can actually open AAC-file straight away without first having to open WAV file.
Any insights on this?
- Tue Dec 09, 2008 6:20 am
- Forum: GNU/Linux and Unix-like
- Topic: Latest FFMPEG strange behavior under Ubuntu Hardy
- Replies: 6
- Views: 2364
Re: Latest FFMPEG strange behavior under Ubuntu Hardy
NEWS! EXTRA EXTRA!
I compiled latest audacity from CVS. Previous behavior persists.
I compiled latest audacity from CVS. Previous behavior persists.
- Mon Dec 08, 2008 11:31 pm
- Forum: GNU/Linux and Unix-like
- Topic: Latest FFMPEG strange behavior under Ubuntu Hardy
- Replies: 6
- Views: 2364
Latest FFMPEG strange behavior under Ubuntu Hardy
Hi, I downloaded and compiled FFMPEG today from SVN. After some while I got it compiled and tried to load m4a file in Audacity (1.3.6). Crash! I got segmentation fault. Well I continued to fiddle with audacity - I loaded a WAV file and just ...