Search found 5989 matches: FFMPEG
Searched query: FFMPEG
- Tue Mar 24, 2020 7:53 pm
- Forum: Windows
- Topic: Can't import MP4
- Replies: 1
- Views: 467
Can't import MP4
... out why it is not working now. I am on win 10 and was before. I tried to redownload the file needed and reinstall it, but it did not help. It was ffmpeg-win-2.2.2.zip file. Can someone please tell me how to fix this? I'm still learning my way around audacity and while I've watched videos on you ...
- Tue Mar 24, 2020 6:46 pm
- Forum: GNU/Linux
- Topic: No Libraries listed
- Replies: 2
- Views: 259
Re: No Libraries listed
... / Ubuntu build Audacity with the "--disable-dynamic-loading" option. This links the Audacity binary to the system version of Lame and FFmpeg rather than loading those libraries dynamically. Consequently there is no "Libraries" option in Preferences. The short version: Lame ...
- Tue Mar 24, 2020 5:55 pm
- Forum: Windows
- Topic: ffmpeg-win-2.2.2.zip still the latest version to use?
- Replies: 4
- Views: 887
Re: ffmpeg-win-2.2.2.zip still the latest version to use?
... on whether it was built on a 32 or 64-bit system. Windows is currently 32-bit only but testing is underway for 64-bit. And i take then that ffmpeg 4.2.2 won't work with audacity if i tried to install it For FFmpeg support in Audacity on Windows, follow the instructions: https://manual.audacityteam.org/man/installing_ffmpeg_for_windows.html
- Tue Mar 24, 2020 1:03 pm
- Forum: Windows
- Topic: Importing mp4 and m4a into Audacity
- Replies: 1
- Views: 120
Re: Importing mp4 and m4a into Audacity
Audacity will import the MP4 (without the video) and M4A directly...as soon as you install the FFMpeg add-on software.
https://www.audacityteam.org/download/windows/
Scroll down. That's the file structure for Windows.
Koz
https://www.audacityteam.org/download/windows/
Scroll down. That's the file structure for Windows.
Koz
- Tue Mar 24, 2020 12:24 am
- Forum: Windows
- Topic: ffmpeg-win-2.2.2.zip still the latest version to use?
- Replies: 4
- Views: 887
Re: ffmpeg-win-2.2.2.zip still the latest version to use?
... ... ndows.html isn't up to date then...? What's not up to date? :? Well, the build info file format support says ffmpeg (FFmpeg Import/Export) Enabled or does that just mean the ability to support is enabled, not ffmpeg is enabled and ready to use? And I thought ...
- Mon Mar 23, 2020 7:24 pm
- Forum: Windows
- Topic: ffmpeg-win-2.2.2.zip still the latest version to use?
- Replies: 4
- Views: 887
Re: ffmpeg-win-2.2.2.zip still the latest version to use?
What's not up to date?GWARslave119 wrote: ↑Mon Mar 23, 2020 5:01 pmtake it then that the stuff said on:
https://manual.audacityteam.org/man/ins ... ndows.html
isn't up to date then...?
- Mon Mar 23, 2020 5:20 pm
- Forum: Compiling Audacity
- Topic: Install from makefile fails after a while.
- Replies: 2
- Views: 570
Install from makefile fails after a while.
... navigated to it, then ran the given configure command with all release features enabled. It failed with an error saying that it was missing the ffmpeg library, so I installed that with sudo apt install libavformat-dev I then successfully reran the configure. I then built the file with make, ...
- Mon Mar 23, 2020 5:01 pm
- Forum: Windows
- Topic: ffmpeg-win-2.2.2.zip still the latest version to use?
- Replies: 4
- Views: 887
ffmpeg-win-2.2.2.zip still the latest version to use?
Just formatted and reinstalled windows 10, and downloaded Aud 2.3.3. Was curious what version ffmpeg was up to now and it's 4.2.2. Also, the link to download ffmpeg here: https://lame.buanzo.org/#lamewindl is a 32bit version. And actually I was poking around in the Help ...
- Sun Mar 22, 2020 3:36 pm
- Forum: Windows
- Topic: Win 10, Audacity 2.3.3 not recording from web video
- Replies: 2
- Views: 157
Win 10, Audacity 2.3.3 not recording from web video
... Couldn't find symbol 'AudacityModule' in a dynamic library (error 127: The specified procedure could not be found.)" then tries to load FFmpeg libraries, has to prepend PATH to do so, eventually loads successfully. I've tried various MME, Win Direct and Device settings but no solution ...
- Sat Mar 21, 2020 6:22 pm
- Forum: Compiling Audacity
- Topic: Compiling on Debian: wxWidgets versions and other woes
- Replies: 2
- Views: 475
Compiling on Debian: wxWidgets versions and other woes
... config options to use the right version. Specifically what worked for me was: ../configure --with-lib-preference="local system" --with-ffmpeg="system" --disable-dynamic-loading --with-mod-script-pipe --with-wx-version=3.0 - Last point, it took me time to figure out that the ...