Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by waxcylinder
Wed Aug 28, 2019 9:49 am
Forum: Windows
Topic: Some audio files are blank with no waveform!
Replies: 5
Views: 1065

Re: Some audio files are blank with no waveform!

... over and over. Data and aup files are together in the same file. a) LAME is now built-in into Audacity - it is only needed for exporting as MP3 b) FFmpeg is for import and export of addition audio formats - not neede for WAV exports c) If you get FFmpeg from the site or documentation recommends ...
by audctydude123
Tue Aug 27, 2019 4:49 pm
Forum: Adding Features to Audacity
Topic: Use of ffmpeg 4.x.x
Replies: 41
Views: 7168

Re: Use of ffmpeg 4.x.x

Does anyone have a idea where i could pass "drc_scale" 0 option for ffmpeg in the audacity code? It always bothered me that ffmpeg defaults to the bad dynamic range compression for AC3 by default. Would be great to just fix this in audacity code for my ...
by DVDdoug
Tue Aug 27, 2019 4:44 pm
Forum: Windows
Topic: Why do I have to convert M4A files?
Replies: 2
Views: 194

Re: Why do I have to convert M4A files?

You don't have to "convert" them first. If you haven't done so already, download and install FFmpeg . It adds support for many/most audio formats. FYI - Audacity works with uncompressed PCM data so when you open a compressed file with Audacity (and with FFmpeg when ...
by Llissanna
Tue Aug 27, 2019 4:01 pm
Forum: Windows
Topic: Some audio files are blank with no waveform!
Replies: 5
Views: 1065

Some audio files are blank with no waveform!

... Couldn't find symbol 'AudacityModule' in a dynamic library (error 127: The specified procedure could not be found.) 11:00:29: Trying to load FFmpeg libraries... 11:00:29: mLibAVFormatPath ('C:\Users\Lisa\Documents\avformat-55.dll') is not empty. Loading from it. 11:00:29: Looking up PATH ...
by audctydude123
Tue Aug 27, 2019 1:42 pm
Forum: Adding Features to Audacity
Topic: Use of ffmpeg 4.x.x
Replies: 41
Views: 7168

Re: Use of ffmpeg 4.x.x

+1

@Hypnagogia

Thanks for the info. Compiled and using Audacity 2.3.2 changed for ffmpeg 4.2 without issues so far.
by steve
Tue Aug 27, 2019 8:49 am
Forum: Compiling Audacity
Topic: Build problems on Debian 10
Replies: 3
Views: 889

Re: Build problems on Debian 10

Try building with the option: --disable-dynamic-loading By default, Audacity loads LAME and FFmpeg dynamically, but many Linux distros have versions of FFmpeg that are too recent for this to work. However, if you are able to build against a more recent system version ...
by Etnaz
Tue Aug 27, 2019 1:13 am
Forum: Compiling Audacity
Topic: Build problems on Debian 10
Replies: 3
Views: 889

Re: Build problems on Debian 10

... nothing exotic here; it's just the typical onboard sound chip on my x399 motherboard. But out of impulse, I tried rebuilding with the '--without-ffmpeg' option and it launched properly. :o And it worked when I copied the build out to a laptop which is also running Debian 10. It's even more boggling ...
by Etnaz
Sun Aug 25, 2019 1:57 pm
Forum: Compiling Audacity
Topic: Build problems on Debian 10
Replies: 3
Views: 889

Build problems on Debian 10

... fault. 0x0000000000000000 in ?? () (gdb) bt #0 0x0000000000000000 in ?? () #1 0x0000000000fa81bd in avcodec_register_all () at ../../src/FFmpeg.h:592 #2 0x00007fffd9fa8958 in _snd_pcm_a52_open () from /usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_pcm_a52.so #3 0x00007ffff60523f4 ...
by waxcylinder
Fri Aug 23, 2019 8:07 pm
Forum: macOS
Topic: Open Letter from Etre Check on the future of Audacity
Replies: 4
Views: 481

Re: Open Letter from Etre Check on the future of Audacity

Audacity on Mac is recent versions and certainly the current version is a 64-bit app. Note too that LAME is now built-in in this 64-bit app. FFmpeg is an optional download for extending import and export to additional formats. In order to make it work on Mac with the 64-bit app you need the ...
by NormG1
Fri Aug 23, 2019 6:00 pm
Forum: macOS
Topic: Open Letter from Etre Check on the future of Audacity
Replies: 4
Views: 481

Open Letter from Etre Check on the future of Audacity

... “audacity.sh”. This script allows the user to use Linux-style dynamic library tricks to load custom versions of dependent libraries like Lame and FFmpeg. Then the script calls the underlying, 64-bit executable. But since there is no direct link between the app bundle and that 64-bit executable, ...