Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Wed Apr 07, 2010 9:43 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFmpeg library not found
- Replies: 11
- Views: 5882
Re: FFmpeg library not found
I've made a patch so you can use ffmpeg >= 0.5.1 Thanks. Obviously, others please note that patch will prevent Audacity loading FFmpeg that doesn't use av_match.ext (e.g. it will break an SVN build of FFmpeg from Autumn 2009). Presumably ...
- Tue Apr 06, 2010 6:12 pm
- Forum: Windows
- Topic: **SOLUTION** FFmpeg library not detected in 1.3.xx
- Replies: 13
- Views: 2531
Re: **SOLUTION** FFmpeg library not detected in 1.3.xx
Um, I found this solution. Read the first post of the thread, I made the thread with that post.
wow....
wow....
- Tue Apr 06, 2010 4:27 am
- Forum: Windows
- Topic: **SOLUTION** FFmpeg library not detected in 1.3.xx
- Replies: 13
- Views: 2531
Re: **SOLUTION** FFmpeg library not detected in 1.3.xx
You should open another topic.
As for Search, yes vista search is a BIG pain in the arse. There are several bugs !!
The programs folder (and many others) are not normally indexed. But, they can be included.
I've had to re-index all my files because the index became corrupt.
As for Search, yes vista search is a BIG pain in the arse. There are several bugs !!
The programs folder (and many others) are not normally indexed. But, they can be included.
I've had to re-index all my files because the index became corrupt.
- Mon Apr 05, 2010 8:42 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFmpeg library not found
- Replies: 11
- Views: 5882
Re: FFmpeg library not found
I've made a patch so you can use ffmpeg >= 0.5.1 --- audacity-orig/src/FFmpeg.cpp 2010-04-04 22:55:30.390094134 +0200 +++ audacity-new/src/FFmpeg.cpp 2010-04-04 22:59:23.904461441 +0200 @@ -356,7 +356,7 @@ int ufile_fopen_input(AVFormatContext ...
- Sun Apr 04, 2010 2:28 pm
- Forum: Windows
- Topic: **SOLUTION** FFmpeg library not detected in 1.3.xx
- Replies: 13
- Views: 2531
Re: **SOLUTION** FFmpeg library not detected in 1.3.xx
I can't figure out how to find my audacity files. First problem: I can't see all the files through vista windows folder search. Only a few files idiosyncratically listed (in my opinion anyway). Second problem: I can see all the files in version 1.2.6, which were recorded there, but not in the 1.3.12...
- Sun Apr 04, 2010 1:55 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFmpeg library not found
- Replies: 11
- Views: 5882
Re: FFmpeg library not found
Either that, or 0.5 from Spring 2009. I've updated the Manual to reflect this.stevethefiddle wrote:So would that currently be be the recommended version of FFMpeg for Linux?Gale Andrews wrote:FFmpeg from Autumn 2009 will definitely work if your repository has such.
Gale
- Sun Apr 04, 2010 12:05 pm
- Forum: Windows
- Topic: Error Playing Imported Files
- Replies: 2
- Views: 343
Re: Error Playing Imported Files
Audacity Version 1.3 allows you to import a much wider range of file types than 1.2 does, because it supports the ffmpeg import/export library. The current version, 1.3.12 is available here: http://audacityteam.org/download/ You will also need to install the ffmpeg library which ...
- Sat Apr 03, 2010 1:13 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFmpeg library not found
- Replies: 11
- Views: 5882
Re: FFmpeg library not found
So would that currently be be the recommended version of FFMpeg for Linux?Gale Andrews wrote:FFmpeg from Autumn 2009 will definitely work if your repository has such.
- Sat Apr 03, 2010 1:09 pm
- Forum: GNU/Linux and Unix-like
- Topic: FFmpeg library not found
- Replies: 11
- Views: 5882
Re: FFmpeg library not found
OK. You'll need to install an earlier version of FFmpeg until we can change Audacity so that it recognises av_match_ext() if a very recent FFmpeg version is installed.
Gale
Gale
- Sat Apr 03, 2010 11:27 am
- Forum: GNU/Linux and Unix-like
- Topic: FFmpeg library not found
- Replies: 11
- Views: 5882
Re: FFmpeg library not found
This is the Debug log output when I try to locate the ffmpeg library: 13:22:27: Trying to load FFmpeg libraries 13:22:27: mLibAVFormatPath is not empty, = /usr/lib64/libavformat.so.52. Loading from it. 13:22:27: Loading avformat from /usr/lib64/libavformat.so.52 ...