Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by steve
Wed May 04, 2016 9:55 am
Forum: GNU/Linux
Topic: No wma support (yet) but want to understand build config
Replies: 8
Views: 874

Re: Compiling from source, ffmpeg versioning. Confused

You've not quoted any version numbers, but version numbers are probably the key to solving the problem. My understanding is that FFmpeg in Fedora is built without support for "restricted" formats, so that sends you to building FFmpeg from the source code. According to the Audacity ...
by randomname
Tue May 03, 2016 11:05 pm
Forum: GNU/Linux
Topic: No wma support (yet) but want to understand build config
Replies: 8
Views: 874

No wma support (yet) but want to understand build config

Have been reading/learning about compiling from source. Having successfully installed a local build of a supported version of ffmpeg I set about grabbing Audacity source and building. It installed successfully but I still cannot import wma files - which is something that my Windows version ...
by Gale Andrews
Tue May 03, 2016 11:42 am
Forum: GNU/Linux
Topic: No wma support (yet) but want to understand build config
Replies: 8
Views: 874

Re: Compiling from source, ffmpeg versioning. Confused

So I can --enable-shared-library because it will still restrict it within usr/local? --enable-shared will build .so files for FFmpeg that Audacity can use. Installation of FFmpeg should default to /usr/local. You can always force the installation directory with ./configure --prefix=<directory> ...
by randomname
Mon May 02, 2016 8:45 pm
Forum: GNU/Linux
Topic: No wma support (yet) but want to understand build config
Replies: 8
Views: 874

Re: Compiling from source, ffmpeg versioning. Confused

Ah okay. Thanks :0)

So I can --enable-shared-library because it will still restrict it within usr/local? Nice.
by Gale Andrews
Mon May 02, 2016 4:37 pm
Forum: GNU/Linux
Topic: No wma support (yet) but want to understand build config
Replies: 8
Views: 874

Re: Compiling from source, ffmpeg versioning. Confused

Don't mess with system FFmpeg. Build your own FFmpeg 2.3, install it to /usr/local/ (the default location) and link Audacity to that FFmpeg. The linkage "should" happen automatically if pkg-config does its job. The whole point ...
by randomname
Mon May 02, 2016 2:06 pm
Forum: GNU/Linux
Topic: No wma support (yet) but want to understand build config
Replies: 8
Views: 874

Compiling from source, ffmpeg versioning. Confused

... be able to get at all of them, patent and licensing restrictions aside (but noted). I read that even if compiling locally Audacity only supports ffmpeg up to version 2.3. Not surprisingly my current system (Fedora 23) has version 2.8.6 installed via other software, and even later versions of ...
by Gale Andrews
Wed Apr 27, 2016 1:57 pm
Forum: Windows
Topic: RE: Error: not well-formed (invalid token) at line 3479
Replies: 11
Views: 975

Re: RE: Error: not well-formed (invalid token) at line 3479

Your project opens now, that is the main thing. The FFmpeg errors are "normal" if you do not have FFmpeg installed. You seem to have two orphan block files. I think these are the last few seconds of left channel and right channel audio that ...
by dbloncar
Wed Apr 27, 2016 1:30 pm
Forum: Windows
Topic: RE: Error: not well-formed (invalid token) at line 3479
Replies: 11
Views: 975

Re: RE: Error: not well-formed (invalid token) at line 3479

... during automatic recovery. Select show log in the Help menu to see details. Log Details: 09:27:21: Audacity 2.0.2 09:27:22: Trying to load FFmpeg libraries... 09:27:22: Trying to load FFmpeg libraries from system paths. File name is 'avformat-52.dll'. 09:27:22: Looking up PATH environment ...
by cyrano
Mon Apr 25, 2016 11:24 am
Forum: Windows
Topic: White Noise Instead of Audio THAT IS THERE!
Replies: 8
Views: 1182

Re: White Noise Instead of Audio THAT IS THERE!

I think .MOD is JVC being funny.

IIRC, it's just an mpeg, named differently. You can just change the extension to .mpg, but not to .wav. That will result in Audacity producing white noise. If you name it .mpg, ffmpeg will extract the audio. If ffmpeg is installed, of course.
by peterf
Mon Apr 25, 2016 10:22 am
Forum: Windows
Topic: mp3 export increases file length
Replies: 2
Views: 443

mp3 export increases file length

Exporting to mp3 adds silence at the beginning of the file and truncates the sound at the end mp3export.png Both LAME and FFmpeg add about 54ms of silence to the beginning of the mp3 file, which makes for a noticeable pause. The file length is increased to 46,080 samples instead of ...