Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by DJDemon
Tue Dec 26, 2017 10:50 pm
Forum: macOS
Topic: Importing ALAC and AAC: Shooting yourself in the foot?
Replies: 12
Views: 2445

Re: Importing ALAC and AAC: Shooting yourself in the foot?

The last 4 lines of the log file, on a machine with macOS 10.8 and FFmpeg library installed: 23:42:46: File name is /Volumes/was/tmp/test/0-Jingle-0.m4a 23:42:46: Mime type is * 23:42:46: Opening with libav 23:42:46: Open(/Volumes/was/tmp/test/0-Jingle-0.m4a) ...
by kozikowski
Tue Dec 26, 2017 10:43 pm
Forum: Windows
Topic: How to obtain audio clips online???
Replies: 6
Views: 402

Re: How to obtain audio clips online???

Audacity can open up a lot of different found files, but if you find one that doesn't work, you may need to install the FFMpeg plug-in. That expands Audacity's dance card to a large number of different files.

Scroll Down.

http://www.audacityteam.org/download/windows/

Koz
by DJDemon
Tue Dec 26, 2017 3:21 pm
Forum: macOS
Topic: Importing ALAC and AAC: Shooting yourself in the foot?
Replies: 12
Views: 2445

Importing ALAC and AAC: Shooting yourself in the foot?

... in the track control panel.) On macOS – in contrast to Linux and Windows – ALAC and AAC files are decoded by means of the operating system; the FFmpeg library is not required. At least, that's how I understand it. Could it be that the bug is rooted here and is macOS-specific? Yet there is – ...
by pinkfreud2112
Sat Dec 23, 2017 4:39 am
Forum: Compiling Audacity
Topic: Configure Error: "dlopen not found" / Ubutntu 16.04
Replies: 6
Views: 3652

Configure Error: "dlopen not found" / Ubutntu 16.04

... still get the same error. I've also tried running sudo ../configure CXXFLAGS=”-std=gnu++11″ --with-lib-preference="local system" --with-ffmpeg="system" --disable-dynamic-loading I still get the same error; the full log is as follows: checking for a BSD-compatible install... ...
by steve
Fri Dec 22, 2017 11:29 am
Forum: Windows
Topic: Open compressed copy of project - W10/Audacity 2.2.1
Replies: 4
Views: 367

Re: Open compressed copy of project - W10/Audacity 2.2.1

... load dynamic library 'avformat-55.dll' (error 126: can not find the specified module.) That's just saying that you don't have the optional "FFMpeg" installed. (avformat is part of FFMpeg). I receive an error of "orphan files" That's saying that Audacity has detected some audio ...
by kozikowski
Thu Dec 21, 2017 9:02 pm
Forum: Windows
Topic: Windows 10 .Editing audio from video, then what?
Replies: 2
Views: 250

Re: Windows 10 .Editing audio from video, then what?

Audacity will cheerfully open the audio section of many video formats and edit the sound (sometimes with the addition of the FFMpeg software), but we can't put it back. You need a video editor that can manage individual video and audio services. And once you have the editor, it's sometimes ...
by NorfolkGreg
Tue Dec 19, 2017 2:29 pm
Forum: GNU/Linux
Topic: Program Crash: Reports Nyquist Files Missing
Replies: 20
Views: 3722

Re: Program Crash: Reports Nyquist Files Missing

... 14:01:32: Audacity 2.0.5 14:01:34: Warning: Critical Nyquist files could not be found. Nyquist effects will not work. 14:01:36: Retrieving FFmpeg library version numbers: 14:01:36: AVCodec version 0x362301 - 54.35.1 (built against 0x362300 - 54.35.0) 14:01:36: AVFormat version 0x361404 ...
by NorfolkGreg
Tue Dec 19, 2017 10:47 am
Forum: GNU/Linux
Topic: Program Crash: Reports Nyquist Files Missing
Replies: 20
Views: 3722

Program Crash: Reports Nyquist Files Missing

... show: 10:27:34: Audacity 2.0.5 10:27:35: Warning: Critical Nyquist files could not be found. Nyquist effects will not work. 10:27:37: Retrieving FFmpeg library version numbers: 10:27:37: AVCodec version 0x362301 - 54.35.1 (built against 0x362300 - 54.35.0) 10:27:37: AVFormat version 0x361404 ...
by steve
Thu Dec 14, 2017 12:39 pm
Forum: Windows
Topic: M4A exporting
Replies: 3
Views: 478

Re: M4A exporting

I don't use M4A myself, but from the Release Notes: M4A (AAC) exports: The Quality Slider in "Specify AAC Options" has no effect if the FFmpeg library is built with the libvo-aac encoder, as are recommended builds of FFmpeg for Windows and Mac OS X. Workaround: You can specify a constant ...
by joseluisbz
Mon Dec 11, 2017 9:23 am
Forum: GNU/Linux
Topic: Compiling audacity-minsrc-2.2.1 in CentOS 7
Replies: 5
Views: 1179

Re: Compiling audacity-minsrc-2.2.1 in CentOS 7

... FLAC_LIBS="-L/usr/local/Custom/flac/lib -lFLAC -lFLAC++" \ ./configure --prefix=/usr/local/Custom/audacity --with-ffmpeg --with-lame --with-libid3tag --with-libmad --with-sbsms --with-libsndfile --with-soundtouch --with-libsoxr --with-libtwolame --with-libvorbis ...